Suparious commited on
Commit
f41bf0c
1 Parent(s): c22baee

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

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