Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,7 @@ language:
|
|
9 |
- en
|
10 |
base_model:
|
11 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
|
|
12 |
---
|
13 |
|
14 |
# DeepSeek R1 Distill Qwen 1.5B finetuned for SQL query generation
|
@@ -53,4 +54,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
53 |
- **Developed by:** [NotShrirang](https://huggingface.co/NotShrirang)
|
54 |
- **Language(s) (NLP):** [en]
|
55 |
- **License:** [apache-2.0]
|
56 |
-
- **Finetuned from model :** [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
|
|
|
9 |
- en
|
10 |
base_model:
|
11 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
12 |
+
pipeline_tag: text-generation
|
13 |
---
|
14 |
|
15 |
# DeepSeek R1 Distill Qwen 1.5B finetuned for SQL query generation
|
|
|
54 |
- **Developed by:** [NotShrirang](https://huggingface.co/NotShrirang)
|
55 |
- **Language(s) (NLP):** [en]
|
56 |
- **License:** [apache-2.0]
|
57 |
+
- **Finetuned from model :** [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
|