ehartford commited on
Commit
8133450
1 Parent(s): 774ae86

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -7
README.md CHANGED
@@ -1,14 +1,73 @@
1
  ---
2
  base_model: alpindale/Mistral-7B-v0.2-hf
3
- tags:
4
- - generated_from_trainer
5
- model-index:
6
- - name: workspace/dolphin-2.8-mistral-7b
7
- results: []
 
 
 
 
 
 
8
  ---
9
 
10
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
- should probably proofread and complete it, then remove this comment. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
14
  <details><summary>See axolotl config</summary>
 
1
  ---
2
  base_model: alpindale/Mistral-7B-v0.2-hf
3
+ language:
4
+ - en
5
+ license: apache-2.0
6
+ datasets:
7
+ - cognitivecomputations/dolphin
8
+ - cognitivecomputations/dolphin-coder
9
+ - cognitivecomputations/samantha-data
10
+ - jondurbin/airoboros-2.2.1
11
+ - teknium/openhermes-2.5
12
+ - m-a-p/Code-Feedback
13
+ - m-a-p/CodeFeedback-Filtered-Instruction
14
  ---
15
 
16
+ # Dolphin 2.8 Mistral 7b v0.2 🐬
17
+
18
+ By Eric Hartford and Cognitive Computations
19
+
20
+ Discord: https://discord.gg/8fbBeC7ZGx
21
+
22
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/ldkN1J0WIDQwU4vutGYiD.png" width="600" />
23
+
24
+ My appreciation for the sponsors of Dolphin 2.8:
25
+ - [Crusoe Cloud](https://crusoe.ai/) - provided excellent on-demand 10xL40S node
26
+ - [Winston Sou](https://twitter.com/WinsonDabbles) - Along with a generous anonymous sponsor, donated a massive personally owned compute resource!
27
+ - [Abacus AI](https://abacus.ai/) - my employer and partner in many things.
28
+
29
+ This model is based on [Mistral-7b-v0.2](https://huggingface.co/alpindale/Mistral-7B-v0.2-hf) a new base model released by MistralAI on March 23, 2024 but they have not yet published on HuggingFace. Thanks to @alpindale for converting / publishing.
30
+
31
+ The base model has 32k context, and the fine-tune was with 16k sequence lengths.
32
+
33
+ Dolphin-2.8 has a variety of instruction, conversational, and coding skills.
34
+
35
+ # Evals
36
+
37
+ ```
38
+ {
39
+ "arc_challenge": {
40
+ "acc,none": 0.5921501706484642,
41
+ "acc_stderr,none": 0.014361097288449701,
42
+ "acc_norm,none": 0.6339590443686007,
43
+ "acc_norm_stderr,none": 0.014077223108470139
44
+ },
45
+ "gsm8k": {
46
+ "exact_match,strict-match": 0.4783927217589083,
47
+ "exact_match_stderr,strict-match": 0.013759618667051773,
48
+ "exact_match,flexible-extract": 0.5367702805155421,
49
+ "exact_match_stderr,flexible-extract": 0.013735191956468648
50
+ },
51
+ "hellaswag": {
52
+ "acc,none": 0.6389165504879506,
53
+ "acc_stderr,none": 0.004793330525656218,
54
+ "acc_norm,none": 0.8338976299541924,
55
+ "acc_norm_stderr,none": 0.00371411888431746
56
+ },
57
+ "mmlu": {
58
+ "acc,none": 0.6122347243982339,
59
+ "acc_stderr,none": 0.003893774654142997
60
+ },
61
+ "truthfulqa_mc2": {
62
+ "acc,none": 0.5189872652778472,
63
+ "acc_stderr,none": 0.014901128316426086
64
+ },
65
+ "winogrande": {
66
+ "acc,none": 0.7971586424625099,
67
+ "acc_stderr,none": 0.011301439925936643
68
+ }
69
+ }
70
+ ```
71
 
72
  [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
73
  <details><summary>See axolotl config</summary>