Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,91 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- tr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
<img src="https://huggingface.co/Orbina/Orbita-v0.1/resolve/main/orbita.png"
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- tr
|
5 |
+
model-index:
|
6 |
+
- name: Orbita-v0.1
|
7 |
+
results:
|
8 |
+
- task:
|
9 |
+
type: text-generation
|
10 |
+
name: Text Generation
|
11 |
+
dataset:
|
12 |
+
name: AI2 Reasoning Challenge TR
|
13 |
+
type: ai2_arc
|
14 |
+
config: ARC-Challenge
|
15 |
+
split: test
|
16 |
+
args:
|
17 |
+
num_few_shot: 25
|
18 |
+
metrics:
|
19 |
+
- type: acc
|
20 |
+
value: 30.15
|
21 |
+
name: accuracy
|
22 |
+
- task:
|
23 |
+
type: text-generation
|
24 |
+
name: Text Generation
|
25 |
+
dataset:
|
26 |
+
name: HellaSwag TR
|
27 |
+
type: hellaswag
|
28 |
+
split: validation
|
29 |
+
args:
|
30 |
+
num_few_shot: 10
|
31 |
+
metrics:
|
32 |
+
- type: acc
|
33 |
+
value: 37.95
|
34 |
+
name: accuracy
|
35 |
+
- task:
|
36 |
+
type: text-generation
|
37 |
+
name: Text Generation
|
38 |
+
dataset:
|
39 |
+
name: MMLU TR
|
40 |
+
type: cais/mmlu
|
41 |
+
config: all
|
42 |
+
split: test
|
43 |
+
args:
|
44 |
+
num_few_shot: 5
|
45 |
+
metrics:
|
46 |
+
- type: acc
|
47 |
+
value: 47.94
|
48 |
+
name: accuracy
|
49 |
+
- task:
|
50 |
+
type: text-generation
|
51 |
+
name: Text Generation
|
52 |
+
dataset:
|
53 |
+
name: TruthfulQA
|
54 |
+
type: truthful_qa
|
55 |
+
config: multiple_choice
|
56 |
+
split: validation
|
57 |
+
args:
|
58 |
+
num_few_shot: 0
|
59 |
+
metrics:
|
60 |
+
- type: mc2
|
61 |
+
value: 41.93
|
62 |
+
- task:
|
63 |
+
type: text-generation
|
64 |
+
name: Text Generation
|
65 |
+
dataset:
|
66 |
+
name: Winogrande TR
|
67 |
+
type: winogrande
|
68 |
+
config: winogrande_xl
|
69 |
+
split: validation
|
70 |
+
args:
|
71 |
+
num_few_shot: 5
|
72 |
+
metrics:
|
73 |
+
- type: acc
|
74 |
+
value: 54.42
|
75 |
+
name: accuracy
|
76 |
+
- task:
|
77 |
+
type: text-generation
|
78 |
+
name: Text Generation
|
79 |
+
dataset:
|
80 |
+
name: GSM8k TR
|
81 |
+
type: gsm8k
|
82 |
+
config: main
|
83 |
+
split: test
|
84 |
+
args:
|
85 |
+
num_few_shot: 5
|
86 |
+
metrics:
|
87 |
+
- type: acc
|
88 |
+
value: 47.72
|
89 |
+
name: accuracy
|
90 |
---
|
91 |
|
92 |
<img src="https://huggingface.co/Orbina/Orbita-v0.1/resolve/main/orbita.png"
|