Suparious commited on
Commit
a865dd8
1 Parent(s): 3918370

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

Browse files
Files changed (1) hide show
  1. README.md +84 -83
README.md CHANGED
@@ -1,138 +1,120 @@
1
  ---
2
- tags:
3
- - merge
4
- - mergekit
5
- - lazymergekit
 
 
 
6
  - Locutusque/Hercules-2.5-Mistral-7B
7
  - openchat/openchat-3.5-0106
8
- - quantized
9
- - 4-bit
10
- - AWQ
11
- - transformers
12
- - pytorch
13
- - mistral
14
- - text-generation
15
- - conversational
16
- - license:apache-2.0
17
- - autotrain_compatible
18
- - endpoints_compatible
19
- - text-generation-inference
20
- - chatml
21
  model-index:
22
  - name: ChatHercules-2.5-Mistral-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.1
37
- name: normalized accuracy
38
  source:
39
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 84.61
53
- name: normalized accuracy
54
  source:
55
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 65.35
70
- name: accuracy
71
  source:
72
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 47.52
87
  source:
88
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 81.85
103
- name: accuracy
104
  source:
105
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 64.97
120
- name: accuracy
121
  source:
122
- url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-7B
123
  name: Open LLM Leaderboard
124
- base_model:
125
- - Locutusque/Hercules-2.5-Mistral-7B
126
- - openchat/openchat-3.5-0106
127
- license: apache-2.0
128
- language:
129
- - en
130
- library_name: transformers
131
  model_creator: hydra-project
132
  model_name: ChatHercules-2.5-Mistral-7B
133
  model_type: mistral
134
  pipeline_tag: text-generation
135
- inference: false
136
  prompt_template: '<|im_start|>system
137
 
138
  {system_message}<|im_end|>
@@ -145,6 +127,25 @@ prompt_template: '<|im_start|>system
145
 
146
  '
147
  quantized_by: Suparious
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
148
  ---
149
  # ChatHercules-2.5-Mistral-7B
150
 
 
1
  ---
2
+ base_model: hydra-project/ChatHercules-2.5-Mistral-7B
3
+ inference: false
4
+ language:
5
+ - en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ merged_models:
9
  - Locutusque/Hercules-2.5-Mistral-7B
10
  - openchat/openchat-3.5-0106
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  model-index:
12
  - name: ChatHercules-2.5-Mistral-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: 65.1
 
25
  source:
 
26
  name: Open LLM Leaderboard
27
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 84.61
 
41
  source:
 
42
  name: Open LLM Leaderboard
43
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 65.35
 
58
  source:
 
59
  name: Open LLM Leaderboard
60
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 47.52
74
  source:
 
75
  name: Open LLM Leaderboard
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 81.85
 
91
  source:
 
92
  name: Open LLM Leaderboard
93
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-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: 64.97
 
108
  source:
 
109
  name: Open LLM Leaderboard
110
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=hydra-project/ChatHercules-2.5-Mistral-7B
111
+ task:
112
+ name: Text Generation
113
+ type: text-generation
 
 
 
114
  model_creator: hydra-project
115
  model_name: ChatHercules-2.5-Mistral-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
+ - merge
132
+ - mergekit
133
+ - lazymergekit
134
+ - Locutusque/Hercules-2.5-Mistral-7B
135
+ - openchat/openchat-3.5-0106
136
+ - quantized
137
+ - 4-bit
138
+ - AWQ
139
+ - transformers
140
+ - pytorch
141
+ - mistral
142
+ - text-generation
143
+ - conversational
144
+ - license:apache-2.0
145
+ - autotrain_compatible
146
+ - endpoints_compatible
147
+ - text-generation-inference
148
+ - chatml
149
  ---
150
  # ChatHercules-2.5-Mistral-7B
151