eval
Browse files
README.md
CHANGED
@@ -25,6 +25,21 @@ datasets:
|
|
25 |
- sequelbox/Tachibana
|
26 |
- sequelbox/Supernova
|
27 |
model_type: llama
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
license: llama3.1
|
29 |
---
|
30 |
|
|
|
25 |
- sequelbox/Tachibana
|
26 |
- sequelbox/Supernova
|
27 |
model_type: llama
|
28 |
+
model-index:
|
29 |
+
- name: Llama3.1-8B-Enigma
|
30 |
+
results:
|
31 |
+
- task:
|
32 |
+
type: text-generation
|
33 |
+
name: Text Generation
|
34 |
+
dataset:
|
35 |
+
name: Winogrande (5-Shot)
|
36 |
+
type: winogrande
|
37 |
+
args:
|
38 |
+
num_few_shot: 5
|
39 |
+
metrics:
|
40 |
+
- type: acc
|
41 |
+
value: 77.27
|
42 |
+
name: acc
|
43 |
license: llama3.1
|
44 |
---
|
45 |
|