Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ library_name: transformers
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
|
|
10 |
license: other
|
11 |
datasets:
|
12 |
- mlabonne/orpo-dpo-mix-40k
|
@@ -17,109 +18,116 @@ datasets:
|
|
17 |
- MaziyarPanahi/WizardLM_evol_instruct_V2_196k
|
18 |
- ruslanmv/ai-medical-chatbot
|
19 |
model-index:
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
---
|
124 |
|
125 |
### Medichat-Llama3-8B
|
|
|
7 |
tags:
|
8 |
- mergekit
|
9 |
- merge
|
10 |
+
- medical
|
11 |
license: other
|
12 |
datasets:
|
13 |
- mlabonne/orpo-dpo-mix-40k
|
|
|
18 |
- MaziyarPanahi/WizardLM_evol_instruct_V2_196k
|
19 |
- ruslanmv/ai-medical-chatbot
|
20 |
model-index:
|
21 |
+
- name: Medichat-Llama3-8B
|
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: 59.13
|
36 |
+
name: normalized accuracy
|
37 |
+
source:
|
38 |
+
url: >-
|
39 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/Medichat-Llama3-8B
|
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: 82.9
|
53 |
+
name: normalized accuracy
|
54 |
+
source:
|
55 |
+
url: >-
|
56 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/Medichat-Llama3-8B
|
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: 60.35
|
71 |
+
name: accuracy
|
72 |
+
source:
|
73 |
+
url: >-
|
74 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/Medichat-Llama3-8B
|
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: 49.65
|
89 |
+
source:
|
90 |
+
url: >-
|
91 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/Medichat-Llama3-8B
|
92 |
+
name: Open LLM Leaderboard
|
93 |
+
- task:
|
94 |
+
type: text-generation
|
95 |
+
name: Text Generation
|
96 |
+
dataset:
|
97 |
+
name: Winogrande (5-shot)
|
98 |
+
type: winogrande
|
99 |
+
config: winogrande_xl
|
100 |
+
split: validation
|
101 |
+
args:
|
102 |
+
num_few_shot: 5
|
103 |
+
metrics:
|
104 |
+
- type: acc
|
105 |
+
value: 78.93
|
106 |
+
name: accuracy
|
107 |
+
source:
|
108 |
+
url: >-
|
109 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/Medichat-Llama3-8B
|
110 |
+
name: Open LLM Leaderboard
|
111 |
+
- task:
|
112 |
+
type: text-generation
|
113 |
+
name: Text Generation
|
114 |
+
dataset:
|
115 |
+
name: GSM8k (5-shot)
|
116 |
+
type: gsm8k
|
117 |
+
config: main
|
118 |
+
split: test
|
119 |
+
args:
|
120 |
+
num_few_shot: 5
|
121 |
+
metrics:
|
122 |
+
- type: acc
|
123 |
+
value: 60.35
|
124 |
+
name: accuracy
|
125 |
+
source:
|
126 |
+
url: >-
|
127 |
+
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=sethuiyer/Medichat-Llama3-8B
|
128 |
+
name: Open LLM Leaderboard
|
129 |
+
language:
|
130 |
+
- en
|
131 |
---
|
132 |
|
133 |
### Medichat-Llama3-8B
|