add `library_name=transformers` tag for deploy button to display
#1
by
minpeter
- opened
README.md
CHANGED
@@ -20,6 +20,8 @@ language:
|
|
20 |
- en
|
21 |
base_model:
|
22 |
- Qwen/Qwen2.5-3B
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dolphin 3.0 Qwen 2.5 3B 🐬
|
@@ -116,6 +118,4 @@ Respect and thanks to the creators of the open source datasets that were used:
|
|
116 |
Special thanks to
|
117 |
- Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
|
118 |
- [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
|
119 |
-
- Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
|
120 |
-
|
121 |
-
|
|
|
20 |
- en
|
21 |
base_model:
|
22 |
- Qwen/Qwen2.5-3B
|
23 |
+
pipeline_tag: text-generation
|
24 |
+
library_name: transformers
|
25 |
---
|
26 |
|
27 |
# Dolphin 3.0 Qwen 2.5 3B 🐬
|
|
|
118 |
Special thanks to
|
119 |
- Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
|
120 |
- [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
|
121 |
+
- Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
|
|
|
|