Suparious commited on
Commit
c5970fd
·
verified ·
1 Parent(s): 6611b47

Updated and moved existing to merged_models base_model tag in README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -74
README.md CHANGED
@@ -1,17 +1,11 @@
1
  ---
 
 
 
 
 
2
  license: apache-2.0
3
- tags:
4
- - merge
5
- - mergekit
6
- - lazymergekit
7
- - quantized
8
- - 4-bit
9
- - AWQ
10
- - text-generation
11
- - autotrain_compatible
12
- - endpoints_compatible
13
- - chatml
14
- base_model:
15
  - Intel/neural-chat-7b-v3-3
16
  - openaccess-ai-collective/DPOpenHermes-7B-v2
17
  - fblgit/una-cybertron-7b-v2-bf16
@@ -21,114 +15,110 @@ base_model:
21
  model-index:
22
  - name: Darewin-7B
23
  results:
24
- - task:
25
- type: text-generation
26
- name: Text Generation
27
- dataset:
28
- name: AI2 Reasoning Challenge (25-Shot)
29
- type: ai2_arc
30
- config: ARC-Challenge
31
- split: test
32
  args:
33
  num_few_shot: 25
 
 
 
 
34
  metrics:
35
- - type: acc_norm
 
36
  value: 68.6
37
- name: normalized accuracy
38
  source:
39
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
40
  name: Open LLM Leaderboard
41
- - task:
42
- type: text-generation
43
  name: Text Generation
44
- dataset:
45
- name: HellaSwag (10-Shot)
46
- type: hellaswag
47
- split: validation
48
  args:
49
  num_few_shot: 10
 
 
 
50
  metrics:
51
- - type: acc_norm
 
52
  value: 86.22
53
- name: normalized accuracy
54
  source:
55
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
56
  name: Open LLM Leaderboard
57
- - task:
58
- type: text-generation
59
  name: Text Generation
60
- dataset:
61
- name: MMLU (5-Shot)
62
- type: cais/mmlu
63
- config: all
64
- split: test
65
  args:
66
  num_few_shot: 5
 
 
 
 
67
  metrics:
68
- - type: acc
 
69
  value: 65.21
70
- name: accuracy
71
  source:
72
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
73
  name: Open LLM Leaderboard
74
- - task:
75
- type: text-generation
76
  name: Text Generation
77
- dataset:
78
- name: TruthfulQA (0-shot)
79
- type: truthful_qa
80
- config: multiple_choice
81
- split: validation
82
  args:
83
  num_few_shot: 0
 
 
 
 
84
  metrics:
85
  - type: mc2
86
  value: 60.38
87
  source:
88
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
89
  name: Open LLM Leaderboard
90
- - task:
91
- type: text-generation
92
  name: Text Generation
93
- dataset:
94
- name: Winogrande (5-shot)
95
- type: winogrande
96
- config: winogrande_xl
97
- split: validation
98
  args:
99
  num_few_shot: 5
 
 
 
 
100
  metrics:
101
- - type: acc
 
102
  value: 79.79
103
- name: accuracy
104
  source:
105
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
106
  name: Open LLM Leaderboard
107
- - task:
108
- type: text-generation
109
  name: Text Generation
110
- dataset:
111
- name: GSM8k (5-shot)
112
- type: gsm8k
113
- config: main
114
- split: test
115
  args:
116
  num_few_shot: 5
 
 
 
 
117
  metrics:
118
- - type: acc
 
119
  value: 71.04
120
- name: accuracy
121
  source:
122
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
123
  name: Open LLM Leaderboard
124
- library_name: transformers
125
- language:
126
- - en
 
127
  model_creator: mlabonne
128
  model_name: Darewin-7B
129
  model_type: mistral
130
  pipeline_tag: text-generation
131
- inference: false
132
  prompt_template: '<|im_start|>system
133
 
134
  {system_message}<|im_end|>
@@ -141,6 +131,17 @@ prompt_template: '<|im_start|>system
141
 
142
  '
143
  quantized_by: Suparious
 
 
 
 
 
 
 
 
 
 
 
144
  ---
145
  # mlabonne/Darewin-7B AWQ
146
 
 
1
  ---
2
+ base_model: mlabonne/Darewin-7B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
  license: apache-2.0
8
+ merged_models:
 
 
 
 
 
 
 
 
 
 
 
9
  - Intel/neural-chat-7b-v3-3
10
  - openaccess-ai-collective/DPOpenHermes-7B-v2
11
  - fblgit/una-cybertron-7b-v2-bf16
 
15
  model-index:
16
  - name: Darewin-7B
17
  results:
18
+ - dataset:
 
 
 
 
 
 
 
19
  args:
20
  num_few_shot: 25
21
+ config: ARC-Challenge
22
+ name: AI2 Reasoning Challenge (25-Shot)
23
+ split: test
24
+ type: ai2_arc
25
  metrics:
26
+ - name: normalized accuracy
27
+ type: acc_norm
28
  value: 68.6
 
29
  source:
 
30
  name: Open LLM Leaderboard
31
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
32
+ task:
33
  name: Text Generation
34
+ type: text-generation
35
+ - dataset:
 
 
36
  args:
37
  num_few_shot: 10
38
+ name: HellaSwag (10-Shot)
39
+ split: validation
40
+ type: hellaswag
41
  metrics:
42
+ - name: normalized accuracy
43
+ type: acc_norm
44
  value: 86.22
 
45
  source:
 
46
  name: Open LLM Leaderboard
47
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
48
+ task:
49
  name: Text Generation
50
+ type: text-generation
51
+ - dataset:
 
 
 
52
  args:
53
  num_few_shot: 5
54
+ config: all
55
+ name: MMLU (5-Shot)
56
+ split: test
57
+ type: cais/mmlu
58
  metrics:
59
+ - name: accuracy
60
+ type: acc
61
  value: 65.21
 
62
  source:
 
63
  name: Open LLM Leaderboard
64
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
65
+ task:
66
  name: Text Generation
67
+ type: text-generation
68
+ - dataset:
 
 
 
69
  args:
70
  num_few_shot: 0
71
+ config: multiple_choice
72
+ name: TruthfulQA (0-shot)
73
+ split: validation
74
+ type: truthful_qa
75
  metrics:
76
  - type: mc2
77
  value: 60.38
78
  source:
 
79
  name: Open LLM Leaderboard
80
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
81
+ task:
82
  name: Text Generation
83
+ type: text-generation
84
+ - dataset:
 
 
 
85
  args:
86
  num_few_shot: 5
87
+ config: winogrande_xl
88
+ name: Winogrande (5-shot)
89
+ split: validation
90
+ type: winogrande
91
  metrics:
92
+ - name: accuracy
93
+ type: acc
94
  value: 79.79
 
95
  source:
 
96
  name: Open LLM Leaderboard
97
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
98
+ task:
99
  name: Text Generation
100
+ type: text-generation
101
+ - dataset:
 
 
 
102
  args:
103
  num_few_shot: 5
104
+ config: main
105
+ name: GSM8k (5-shot)
106
+ split: test
107
+ type: gsm8k
108
  metrics:
109
+ - name: accuracy
110
+ type: acc
111
  value: 71.04
 
112
  source:
 
113
  name: Open LLM Leaderboard
114
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/Darewin-7B
115
+ task:
116
+ name: Text Generation
117
+ type: text-generation
118
  model_creator: mlabonne
119
  model_name: Darewin-7B
120
  model_type: mistral
121
  pipeline_tag: text-generation
 
122
  prompt_template: '<|im_start|>system
123
 
124
  {system_message}<|im_end|>
 
131
 
132
  '
133
  quantized_by: Suparious
134
+ tags:
135
+ - merge
136
+ - mergekit
137
+ - lazymergekit
138
+ - quantized
139
+ - 4-bit
140
+ - AWQ
141
+ - text-generation
142
+ - autotrain_compatible
143
+ - endpoints_compatible
144
+ - chatml
145
  ---
146
  # mlabonne/Darewin-7B AWQ
147