lbourdois commited on
Commit
b6c7824
·
verified ·
1 Parent(s): f41a6b4

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +132 -120
README.md CHANGED
@@ -1,120 +1,132 @@
1
- ---
2
- license: apache-2.0
3
- license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B/blob/main/LICENSE
4
- datasets:
5
- - OpenCoder-LLM/opc-sft-stage1
6
- - OpenCoder-LLM/opc-sft-stage2
7
- - microsoft/orca-agentinstruct-1M-v1
8
- - microsoft/orca-math-word-problems-200k
9
- - NousResearch/hermes-function-calling-v1
10
- - AI-MO/NuminaMath-CoT
11
- - AI-MO/NuminaMath-TIR
12
- - allenai/tulu-3-sft-mixture
13
- - cognitivecomputations/dolphin-coder
14
- - HuggingFaceTB/smoltalk
15
- - cognitivecomputations/samantha-data
16
- - m-a-p/CodeFeedback-Filtered-Instruction
17
- - m-a-p/Code-Feedback
18
- language:
19
- - en
20
- base_model:
21
- - Qwen/Qwen2.5-0.5B
22
- ---
23
-
24
- # Dolphin 3.0 Qwen 2.5 0.5B 🐬
25
- Part of the [Dolphin 3.0 Collection](https://huggingface.co/collections/cognitivecomputations/dolphin-30-677ab47f73d7ff66743979a3)
26
-
27
- Curated and trained by [Eric Hartford](https://huggingface.co/ehartford), [Ben Gitter](https://huggingface.co/bigstorm), [BlouseJury](https://huggingface.co/BlouseJury) and [Cognitive Computations](https://huggingface.co/cognitivecomputations)
28
-
29
- [![Discord](https://img.shields.io/discord/1156064224225808488?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FtCMkMDDHwm)](https://discord.gg/cognitivecomputations)
30
- Discord: https://discord.gg/cognitivecomputations
31
-
32
- <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/cNCs1TBD3FelWCJGkZ3cd.png" width="600" />
33
-
34
- ## Sponsors
35
- Our appreciation for the generous sponsors of Dolphin 3.0:
36
- - [Crusoe Cloud](https://crusoe.ai/) - provided 16x L40s for training and evals
37
- - [Akash](https://akash.network/) - provided on-demand 8x H100 for training
38
- - [Lazarus](https://www.lazarusai.com/) - provided 16x H100 for training
39
- - [Cerebras](https://cerebras.ai/) - provided excellent and fast inference services for data labeling
40
- - [Andreessen Horowitz](https://a16z.com/) - provided a [grant](https://a16z.com/supporting-the-open-source-ai-community/) that make Dolphin 1.0 possible and enabled me to bootstrap my homelab
41
-
42
- ## What is Dolphin?
43
-
44
- Dolphin 3.0 is the next generation of the Dolphin series of instruct-tuned models. Designed to be the ultimate general purpose local model, enabling coding, math, agentic, function calling, and general use cases.
45
-
46
- Dolphin aims to be a general purpose model, similar to the models behind ChatGPT, Claude, Gemini. But these models present problems for businesses seeking to include AI in their products.
47
- 1) They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
48
- 2) They maintain control of the model versions, sometimes changing things silently, or deprecating older models that your business relies on.
49
- 3) They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
50
- 4) They can see all your queries and they can potentially use that data in ways you wouldn't want.
51
- Dolphin, in contrast, is steerable and gives control to the system owner. You set the system prompt. You decide the alignment. You have control of your data. Dolphin does not impose its ethics or guidelines on you. You are the one who decides the guidelines.
52
-
53
- Dolphin belongs to YOU, it is your tool, an extension of your will.
54
- Just as you are personally responsible for what you do with a knife, gun, fire, car, or the internet, you are the creator and originator of any content you generate with Dolphin.
55
-
56
- https://erichartford.com/uncensored-models
57
-
58
- ## Chat Template
59
-
60
- We use ChatML for the chat template.
61
-
62
- ```
63
- <|im_start|>system
64
- You are Dolphin, a helpful AI assistant.<|im_end|>
65
- <|im_start|>user
66
- {prompt}<|im_end|>
67
- <|im_start|>assistant
68
- ```
69
-
70
- ## System Prompt
71
-
72
- In Dolphin, the system prompt is what you use to set the tone and alignment of the responses. You can set a character, a mood, rules for its behavior, and it will try its best to follow them.
73
-
74
- Make sure to set the system prompt in order to set the tone and guidelines for the responses - Otherwise, it will act in a default way that might not be what you want.
75
-
76
- Example use of system prompt:
77
-
78
- ```
79
- <|im_start|>system
80
- You are Dolphin, a golang coding assistant. you only code in golang. If the user requests any other programming language, return the solution in golang instead.<|im_end|>
81
- <|im_start|>user
82
- Please implement A* using python<|im_end|>
83
- <|im_start|>assistant
84
- ```
85
-
86
- ## Sample Outputs
87
-
88
- TBD
89
-
90
- ## How to use
91
-
92
- There are many ways to use a huggingface model including:
93
- - ollama
94
- - LM Studio
95
- - Huggingface Transformers library
96
- - vllm
97
- - sglang
98
- - tgi
99
-
100
- ## Evals
101
-
102
- TBD
103
-
104
- ## Appreciation
105
-
106
- Respect and thanks to the creators of the open source datasets that were used:
107
- - [OpenCoder-LLM](https://huggingface.co/OpenCoder-LLM) (opc-sft-stage1, opc-sft-stage2)
108
- - [microsoft](https://huggingface.co/OpenCoder-LLM) (orca-agentinstruct-1M-v1, orca-math-word-problems-200k)
109
- - [NousResearch](https://huggingface.co/NousResearch) (hermes-function-calling-v1)
110
- - [AI-MO](https://huggingface.co/AI-MO) (NuminaMath-CoT, NuminaMath-TIR)
111
- - [allenai](https://huggingface.co/allenai) (tulu-3-sft-mixture)
112
- - [HuggingFaceTB](https://huggingface.co/HuggingFaceTB) (smoltalk)
113
- - [m-a-p](https://huggingface.co/m-a-p) (CodeFeedback-Filtered-Instruction, Code-Feedback)
114
-
115
- Special thanks to
116
- - Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
117
- - [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
118
- - Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
119
-
120
-
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B/blob/main/LICENSE
4
+ datasets:
5
+ - OpenCoder-LLM/opc-sft-stage1
6
+ - OpenCoder-LLM/opc-sft-stage2
7
+ - microsoft/orca-agentinstruct-1M-v1
8
+ - microsoft/orca-math-word-problems-200k
9
+ - NousResearch/hermes-function-calling-v1
10
+ - AI-MO/NuminaMath-CoT
11
+ - AI-MO/NuminaMath-TIR
12
+ - allenai/tulu-3-sft-mixture
13
+ - cognitivecomputations/dolphin-coder
14
+ - HuggingFaceTB/smoltalk
15
+ - cognitivecomputations/samantha-data
16
+ - m-a-p/CodeFeedback-Filtered-Instruction
17
+ - m-a-p/Code-Feedback
18
+ language:
19
+ - zho
20
+ - eng
21
+ - fra
22
+ - spa
23
+ - por
24
+ - deu
25
+ - ita
26
+ - rus
27
+ - jpn
28
+ - kor
29
+ - vie
30
+ - tha
31
+ - ara
32
+ base_model:
33
+ - Qwen/Qwen2.5-0.5B
34
+ ---
35
+
36
+ # Dolphin 3.0 Qwen 2.5 0.5B 🐬
37
+ Part of the [Dolphin 3.0 Collection](https://huggingface.co/collections/cognitivecomputations/dolphin-30-677ab47f73d7ff66743979a3)
38
+
39
+ Curated and trained by [Eric Hartford](https://huggingface.co/ehartford), [Ben Gitter](https://huggingface.co/bigstorm), [BlouseJury](https://huggingface.co/BlouseJury) and [Cognitive Computations](https://huggingface.co/cognitivecomputations)
40
+
41
+ [![Discord](https://img.shields.io/discord/1156064224225808488?logo=Discord&logoColor=%23ffffff&label=Discord&link=https%3A%2F%2Fdiscord.gg%2FtCMkMDDHwm)](https://discord.gg/cognitivecomputations)
42
+ Discord: https://discord.gg/cognitivecomputations
43
+
44
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/cNCs1TBD3FelWCJGkZ3cd.png" width="600" />
45
+
46
+ ## Sponsors
47
+ Our appreciation for the generous sponsors of Dolphin 3.0:
48
+ - [Crusoe Cloud](https://crusoe.ai/) - provided 16x L40s for training and evals
49
+ - [Akash](https://akash.network/) - provided on-demand 8x H100 for training
50
+ - [Lazarus](https://www.lazarusai.com/) - provided 16x H100 for training
51
+ - [Cerebras](https://cerebras.ai/) - provided excellent and fast inference services for data labeling
52
+ - [Andreessen Horowitz](https://a16z.com/) - provided a [grant](https://a16z.com/supporting-the-open-source-ai-community/) that make Dolphin 1.0 possible and enabled me to bootstrap my homelab
53
+
54
+ ## What is Dolphin?
55
+
56
+ Dolphin 3.0 is the next generation of the Dolphin series of instruct-tuned models. Designed to be the ultimate general purpose local model, enabling coding, math, agentic, function calling, and general use cases.
57
+
58
+ Dolphin aims to be a general purpose model, similar to the models behind ChatGPT, Claude, Gemini. But these models present problems for businesses seeking to include AI in their products.
59
+ 1) They maintain control of the system prompt, deprecating and changing things as they wish, often causing software to break.
60
+ 2) They maintain control of the model versions, sometimes changing things silently, or deprecating older models that your business relies on.
61
+ 3) They maintain control of the alignment, and in particular the alignment is one-size-fits all, not tailored to the application.
62
+ 4) They can see all your queries and they can potentially use that data in ways you wouldn't want.
63
+ Dolphin, in contrast, is steerable and gives control to the system owner. You set the system prompt. You decide the alignment. You have control of your data. Dolphin does not impose its ethics or guidelines on you. You are the one who decides the guidelines.
64
+
65
+ Dolphin belongs to YOU, it is your tool, an extension of your will.
66
+ Just as you are personally responsible for what you do with a knife, gun, fire, car, or the internet, you are the creator and originator of any content you generate with Dolphin.
67
+
68
+ https://erichartford.com/uncensored-models
69
+
70
+ ## Chat Template
71
+
72
+ We use ChatML for the chat template.
73
+
74
+ ```
75
+ <|im_start|>system
76
+ You are Dolphin, a helpful AI assistant.<|im_end|>
77
+ <|im_start|>user
78
+ {prompt}<|im_end|>
79
+ <|im_start|>assistant
80
+ ```
81
+
82
+ ## System Prompt
83
+
84
+ In Dolphin, the system prompt is what you use to set the tone and alignment of the responses. You can set a character, a mood, rules for its behavior, and it will try its best to follow them.
85
+
86
+ Make sure to set the system prompt in order to set the tone and guidelines for the responses - Otherwise, it will act in a default way that might not be what you want.
87
+
88
+ Example use of system prompt:
89
+
90
+ ```
91
+ <|im_start|>system
92
+ You are Dolphin, a golang coding assistant. you only code in golang. If the user requests any other programming language, return the solution in golang instead.<|im_end|>
93
+ <|im_start|>user
94
+ Please implement A* using python<|im_end|>
95
+ <|im_start|>assistant
96
+ ```
97
+
98
+ ## Sample Outputs
99
+
100
+ TBD
101
+
102
+ ## How to use
103
+
104
+ There are many ways to use a huggingface model including:
105
+ - ollama
106
+ - LM Studio
107
+ - Huggingface Transformers library
108
+ - vllm
109
+ - sglang
110
+ - tgi
111
+
112
+ ## Evals
113
+
114
+ TBD
115
+
116
+ ## Appreciation
117
+
118
+ Respect and thanks to the creators of the open source datasets that were used:
119
+ - [OpenCoder-LLM](https://huggingface.co/OpenCoder-LLM) (opc-sft-stage1, opc-sft-stage2)
120
+ - [microsoft](https://huggingface.co/OpenCoder-LLM) (orca-agentinstruct-1M-v1, orca-math-word-problems-200k)
121
+ - [NousResearch](https://huggingface.co/NousResearch) (hermes-function-calling-v1)
122
+ - [AI-MO](https://huggingface.co/AI-MO) (NuminaMath-CoT, NuminaMath-TIR)
123
+ - [allenai](https://huggingface.co/allenai) (tulu-3-sft-mixture)
124
+ - [HuggingFaceTB](https://huggingface.co/HuggingFaceTB) (smoltalk)
125
+ - [m-a-p](https://huggingface.co/m-a-p) (CodeFeedback-Filtered-Instruction, Code-Feedback)
126
+
127
+ Special thanks to
128
+ - Meta, Qwen, and OpenCoder, who wrote papers and published models that were instrumental in creating Dolphin 3.0.
129
+ - [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
130
+ - Deepseek, for the ridiculously fast Deepseek-V3 that we used to augment the data.
131
+
132
+