Suparious commited on
Commit
804d323
1 Parent(s): 2e61019

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

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