[GH-ISSUE #2218] 🔗 Please add HF (HuggingFace) model link to duckdb-nsql 🦆 #47783

Closed
opened 2026-04-28 05:18:59 -05:00 by GiteaMirror · 3 comments
Owner

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

About

Recently, duckdb-nsql has been added to ollama library:

👉 ... but the page is lacking the HuggingFace model page.

🎯 Documentation request

Please add the following model motherduckdb/DuckDB-NSQL-7B-v0.1 url to duckdb-nsql ollama page:

https://huggingface.co/motherduckdb/DuckDB-NSQL-7B-v0.1

💰 Benefits

  • Better documentation
  • Better indexation of ollama models
Originally created by @adriens on GitHub (Jan 26, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2218 # :grey_question: About Recently, [`duckdb-nsql`](https://ollama.ai/library/duckdb-nsql) has been added to `ollama` library: - https://github.com/ollama/ollama/issues/2193 ![image](https://github.com/ollama/ollama/assets/5235127/efb2ee93-cff5-41ad-ad22-747842014d77) **:point_right: ... but the page is lacking the HuggingFace model page.** # :dart: Documentation request Please add the following model [`motherduckdb/DuckDB-NSQL-7B-v0.1`](https://huggingface.co/motherduckdb/DuckDB-NSQL-7B-v0.1) url to [`duckdb-nsql` `ollama` page](https://ollama.ai/library/duckdb-nsql): https://huggingface.co/motherduckdb/DuckDB-NSQL-7B-v0.1 # :moneybag: Benefits - Better documentation - Better indexation of `ollama` models
Author
Owner

@jmorganca commented on GitHub (Jan 27, 2024):

Added - thanks!!

<!-- gh-comment-id:1913030338 --> @jmorganca commented on GitHub (Jan 27, 2024): Added - thanks!!
Author
Owner

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

👌
image

<!-- gh-comment-id:1913089774 --> @adriens commented on GitHub (Jan 27, 2024): :ok_hand: ![image](https://github.com/ollama/ollama/assets/5235127/e105a7d1-2080-428f-a674-4789f12cfee3)
Author
Owner

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

@jmorganca
💭 The only one that don't have a HF url now are:

from model_details
select id,
    url_hf,
    full_desc,
where
    url_hf is null;

image

<!-- gh-comment-id:1913091924 --> @adriens commented on GitHub (Jan 27, 2024): @jmorganca :thought_balloon: The only one that don't have a HF url now are: - `codellama` :arrow_right: https://huggingface.co/codellama - `orca2` :arrow_right: (there are many) https://huggingface.co/microsoft/Orca-2-13b - `starcoder` :arrow_right: https://huggingface.co/bigcode/starcoder - `stablelm-zephyr` :arrow_right: https://huggingface.co/stabilityai/stablelm-2-zephyr-1_6b ```sql from model_details select id, url_hf, full_desc, where url_hf is null; ``` ![image](https://github.com/ollama/ollama/assets/5235127/27bb3580-24a7-4a3c-a207-1514f879f5e1)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#47783