Create model card
Browse files
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-generation
|
4 |
+
- rwkv6
|
5 |
+
license: mit
|
6 |
+
library_name: fla
|
7 |
+
model-index:
|
8 |
+
- name: rwkv6-7B-finch
|
9 |
+
results:
|
10 |
+
- task:
|
11 |
+
type: text-generation
|
12 |
+
dataset:
|
13 |
+
type: ai2_arc
|
14 |
+
name: ARC-E
|
15 |
+
metrics:
|
16 |
+
- name: accuracy
|
17 |
+
type: accuracy
|
18 |
+
value: 73.78
|
19 |
+
verified: false
|
20 |
+
- task:
|
21 |
+
type: text-generation
|
22 |
+
dataset:
|
23 |
+
type: ai2_arc
|
24 |
+
name: ARC-C
|
25 |
+
metrics:
|
26 |
+
- name: accuracy
|
27 |
+
type: accuracy
|
28 |
+
value: 44.03
|
29 |
+
verified: false
|
30 |
+
- task:
|
31 |
+
type: text-generation
|
32 |
+
dataset:
|
33 |
+
type: HellaSwag
|
34 |
+
name: HellaSwag
|
35 |
+
metrics:
|
36 |
+
- name: accuracy
|
37 |
+
type: accuracy
|
38 |
+
value: 71.60
|
39 |
+
verified: false
|
40 |
+
- task:
|
41 |
+
type: text-generation
|
42 |
+
dataset:
|
43 |
+
type: PIQA
|
44 |
+
name: PIQA
|
45 |
+
metrics:
|
46 |
+
- name: accuracy
|
47 |
+
type: accuracy
|
48 |
+
value: 77.80
|
49 |
+
verified: false
|
50 |
+
- task:
|
51 |
+
type: text-generation
|
52 |
+
dataset:
|
53 |
+
type: Winogrande
|
54 |
+
name: Winogrande
|
55 |
+
metrics:
|
56 |
+
- name: accuracy
|
57 |
+
type: accuracy
|
58 |
+
value: 68.11
|
59 |
+
verified: false
|
60 |
+
- task:
|
61 |
+
type: text-generation
|
62 |
+
dataset:
|
63 |
+
type: MMLU
|
64 |
+
name: MMLU
|
65 |
+
metrics:
|
66 |
+
- name: accuracy
|
67 |
+
type: accuracy
|
68 |
+
value: 43.85
|
69 |
+
verified: false
|
70 |
+
---
|