Suparious commited on
Commit
c14bfa0
1 Parent(s): 03f9217

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