Suparious commited on
Commit
d89288b
1 Parent(s): 104a74e

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

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