Suparious commited on
Commit
666a62f
1 Parent(s): c3c133a

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

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