eval
Browse files
README.md
CHANGED
@@ -29,6 +29,18 @@ model_type: llama
|
|
29 |
model-index:
|
30 |
- name: Llama3.2-3B-Enigma
|
31 |
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
- task:
|
33 |
type: text-generation
|
34 |
name: Text Generation
|
|
|
29 |
model-index:
|
30 |
- name: Llama3.2-3B-Enigma
|
31 |
results:
|
32 |
+
- task:
|
33 |
+
type: text-generation
|
34 |
+
name: Text Generation
|
35 |
+
dataset:
|
36 |
+
name: Winogrande (5-Shot)
|
37 |
+
type: winogrande
|
38 |
+
args:
|
39 |
+
num_few_shot: 5
|
40 |
+
metrics:
|
41 |
+
- type: acc
|
42 |
+
value: 67.96
|
43 |
+
name: acc
|
44 |
- task:
|
45 |
type: text-generation
|
46 |
name: Text Generation
|