Mxode commited on
Commit
638cda2
·
verified ·
1 Parent(s): 6af294d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -16,7 +16,42 @@ model-index:
16
  - name: score
17
  type: score
18
  value: 12.87
19
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
  # NanoLM-0.3B-Instruct-v1
22
 
 
16
  - name: score
17
  type: score
18
  value: 12.87
19
+ - task:
20
+ type: text-generation
21
+ dataset:
22
+ name: C-Eval-hard
23
+ type: C-Eval-hard
24
+ metrics:
25
+ - name: acc
26
+ type: acc
27
+ value: 24.81
28
+ - task:
29
+ type: text-generation
30
+ dataset:
31
+ name: CMMLU
32
+ type: CMMLU
33
+ metrics:
34
+ - name: acc
35
+ type: acc
36
+ value: 24.80
37
+ - task:
38
+ type: text-generation
39
+ dataset:
40
+ name: ARC-c
41
+ type: ARC-c
42
+ metrics:
43
+ - name: acc
44
+ type: acc
45
+ value: 21.69
46
+ - task:
47
+ type: text-generation
48
+ dataset:
49
+ name: SIQA
50
+ type: SIQA
51
+ metrics:
52
+ - name: acc
53
+ type: acc
54
+ value: 36.18
55
  ---
56
  # NanoLM-0.3B-Instruct-v1
57