kamilmuratyilmaz
commited on
Commit
•
264d6a0
1
Parent(s):
e67340c
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,35 @@ language:
|
|
10 |
- tr
|
11 |
- en
|
12 |
pipeline_tag: text2text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Model Card for Cymist2-v0.2-SFT
|
15 |
### Model Description
|
|
|
10 |
- tr
|
11 |
- en
|
12 |
pipeline_tag: text2text-generation
|
13 |
+
base_model: mistralai/Mistral-7B-v0.1
|
14 |
+
|
15 |
+
model-index:
|
16 |
+
- name: cymist-2-v03-SFT
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: text-generation
|
20 |
+
metrics:
|
21 |
+
- name: ARC (25-Shot)
|
22 |
+
type: arc_challenge (25-Shot)
|
23 |
+
value: 60.07
|
24 |
+
- name: Hellaswag (10-Shot)
|
25 |
+
type: Hellaswag (10-Shot)
|
26 |
+
value: 83.43
|
27 |
+
- name: TruthfulQA
|
28 |
+
type: TruthfulQA
|
29 |
+
value: 52.06
|
30 |
+
- name: GSM8K (5-Shot)
|
31 |
+
type: GSM8K (5-Shot)
|
32 |
+
value: 38.97
|
33 |
+
- name: Winogrande (5-Shot)
|
34 |
+
type: Winogrande (5-Shot)
|
35 |
+
value: 78.61
|
36 |
+
- name: MMLU (5-Shot)
|
37 |
+
type: MMLU (5-Shot)
|
38 |
+
value: 60.07
|
39 |
+
source:
|
40 |
+
name: Open LLM Leaderboard
|
41 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
|
42 |
---
|
43 |
# Model Card for Cymist2-v0.2-SFT
|
44 |
### Model Description
|