[GH-ISSUE #2261] 🔗 Documentation request - Please add HF model url on codellama model page 🙏 #1297

Closed
opened 2026-04-12 11:07:05 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @adriens on GitHub (Jan 29, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2261

Originally assigned to: @bmizerany on GitHub.

About

codellama has just been released with it 70B version

image

👉 ... but on its [ollama library page](https://ollama.ai/library/codellama) the is no HF url:

image

🙏 Documentation request

image

Originally created by @adriens on GitHub (Jan 29, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2261 Originally assigned to: @bmizerany on GitHub. # :grey_question: About [`codellama` has just been released with it 70B version](https://twitter.com/ollama/status/1752034262101205450) ![image](https://github.com/ollama/ollama/assets/5235127/b5cbfa61-7ea2-4a0f-94a3-e6868fb6fb58) :point_right: ... but on its `[ollama` library page](https://ollama.ai/library/codellama) the is no HF url: ![image](https://github.com/ollama/ollama/assets/5235127/e2f82870-8337-4e5b-9bb1-34b249ecbd4a) # :pray: Documentation request - If relatable, add the https://huggingface.co/codellama to the "More information" section: ![image](https://github.com/ollama/ollama/assets/5235127/305ea1fa-7efd-4cff-a468-b79a7757d867) ## :bookmark_tabs: Links - https://huggingface.co/codellama/CodeLlama-70b-Instruct-hf - https://huggingface.co/codellama
GiteaMirror added the ollama.com label 2026-04-12 11:07:05 -05:00
Author
Owner

@adriens commented on GitHub (Jan 29, 2024):

Related tweet

image

-- 🦙 Which ollama LLM model has the best score for "coding" activities
SELECT fts_main_model_details.match_bm25(id, 'coding') AS score,
    id, full_desc, url_hf
  FROM model_details
  WHERE score IS NOT NULL
  ORDER BY score desc;
<!-- gh-comment-id:1915562772 --> @adriens commented on GitHub (Jan 29, 2024): [Related tweet](https://twitter.com/rastadidi/status/1752074586525761812) ![image](https://github.com/ollama/ollama/assets/5235127/deef690c-351a-4c24-8091-82e871c2557a) ```sql -- 🦙 Which ollama LLM model has the best score for "coding" activities SELECT fts_main_model_details.match_bm25(id, 'coding') AS score, id, full_desc, url_hf FROM model_details WHERE score IS NOT NULL ORDER BY score desc; ```
Author
Owner

@adriens commented on GitHub (Jan 29, 2024):

Tweet

image

<!-- gh-comment-id:1915612773 --> @adriens commented on GitHub (Jan 29, 2024): [Tweet](https://twitter.com/reach_vb/status/1752016793558823160) ![image](https://github.com/ollama/ollama/assets/5235127/60fdb1de-ccf4-4b5e-af20-4fc35a7bc902)
Author
Owner

@adriens commented on GitHub (Jan 30, 2024):

ollama.ai/library/codellama:70b-instruct

<!-- gh-comment-id:1915943317 --> @adriens commented on GitHub (Jan 30, 2024): [ollama.ai/library/codellama:70b-instruct](https://ollama.ai/library/codellama:70b-instruct)
Author
Owner

@jmorganca commented on GitHub (May 10, 2024):

https://ollama.com/library/codellama thanks @adriens

<!-- gh-comment-id:2105382341 --> @jmorganca commented on GitHub (May 10, 2024): https://ollama.com/library/codellama thanks @adriens
Author
Owner

@adriens commented on GitHub (May 11, 2024):

👏

<!-- gh-comment-id:2106009891 --> @adriens commented on GitHub (May 11, 2024): :clap:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1297