Update README.md
Browse files
README.md
CHANGED
@@ -35,3 +35,18 @@ Our appreciation for the generous sponsors of Dolphin 3.0:
|
|
35 |
- [Lazarus](https://www.lazarusai.com/) - provided 16x H100 for training
|
36 |
- [Cerebras](https://cerebras.ai/) - provided excellent and fast inference services
|
37 |
- [Andreessen Horowitz](https://a16z.com/) - provided a grant that make Dolphin 1.0 possible and enabled me to bootstrap my homelab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
- [Lazarus](https://www.lazarusai.com/) - provided 16x H100 for training
|
36 |
- [Cerebras](https://cerebras.ai/) - provided excellent and fast inference services
|
37 |
- [Andreessen Horowitz](https://a16z.com/) - provided a grant that make Dolphin 1.0 possible and enabled me to bootstrap my homelab
|
38 |
+
|
39 |
+
Appreciation to the creators of the open source datasets that were used:
|
40 |
+
- [OpenCoder-LLM](https://huggingface.co/OpenCoder-LLM) (opc-sft-stage1, opc-sft-stage2)
|
41 |
+
- [microsoft](https://huggingface.co/OpenCoder-LLM) (orca-agentinstruct-1M-v1, orca-math-word-problems-200k)
|
42 |
+
- [NousResearch](https://huggingface.co/NousResearch) (hermes-function-calling-v1)
|
43 |
+
- [AI-MO](https://huggingface.co/AI-MO) (NuminaMath-CoT, NuminaMath-TIR)
|
44 |
+
- [allenai](https://huggingface.co/allenai) (tulu-3-sft-mixture)
|
45 |
+
- [HuggingFaceTB](https://huggingface.co/HuggingFaceTB) (smoltalk)
|
46 |
+
- [m-a-p](https://huggingface.co/m-a-p) (CodeFeedback-Filtered-Instruction, Code-Feedback)
|
47 |
+
|
48 |
+
Special thanks to
|
49 |
+
- Meta, Qwen, and OpenCoder, who wrote papers that were instrumental in creating this.
|
50 |
+
- [RLHFlow](https://huggingface.co/RLHFlow) for the excellent reward model used to filter the datasets
|
51 |
+
|
52 |
+
|