add `library_name=transformers` tag for deploy button to display
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ language:
|
|
18 |
- en
|
19 |
base_model:
|
20 |
- meta-llama/Llama-3.1-8B
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dolphin 3.0 Llama 3.1 8B 🐬
|
@@ -121,6 +123,4 @@ Respect and thanks to the creators of the open source datasets that were used:
|
|
121 |
Special thanks to
|
122 |
- Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
|
123 |
- [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
|
124 |
-
- Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
|
125 |
-
|
126 |
-
|
|
|
18 |
- en
|
19 |
base_model:
|
20 |
- meta-llama/Llama-3.1-8B
|
21 |
+
pipeline_tag: text-generation
|
22 |
+
library_name: transformers
|
23 |
---
|
24 |
|
25 |
# Dolphin 3.0 Llama 3.1 8B 🐬
|
|
|
123 |
Special thanks to
|
124 |
- Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
|
125 |
- [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
|
126 |
+
- Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
|
|
|
|