Commit
·
0977899
1
Parent(s):
8ea19e5
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,7 @@ model-index:
|
|
| 28 |
metrics:
|
| 29 |
- name: hellaswag(0-Shot)
|
| 30 |
type: hellaswag (0-Shot)
|
| 31 |
-
value: 0.
|
| 32 |
- task:
|
| 33 |
type: text-generation
|
| 34 |
dataset:
|
|
@@ -37,7 +37,7 @@ model-index:
|
|
| 37 |
metrics:
|
| 38 |
- name: winogrande(0-Shot)
|
| 39 |
type: winogrande (0-Shot)
|
| 40 |
-
value: 0.
|
| 41 |
|
| 42 |
- task:
|
| 43 |
type: text-generation
|
|
@@ -100,5 +100,9 @@ print(quick_sort(arr))
|
|
| 100 |
```
|
| 101 |
## Metrics
|
| 102 |
```
|
| 103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
```
|
|
|
|
| 28 |
metrics:
|
| 29 |
- name: hellaswag(0-Shot)
|
| 30 |
type: hellaswag (0-Shot)
|
| 31 |
+
value: 0.6581
|
| 32 |
- task:
|
| 33 |
type: text-generation
|
| 34 |
dataset:
|
|
|
|
| 37 |
metrics:
|
| 38 |
- name: winogrande(0-Shot)
|
| 39 |
type: winogrande (0-Shot)
|
| 40 |
+
value: 0.6267
|
| 41 |
|
| 42 |
- task:
|
| 43 |
type: text-generation
|
|
|
|
| 100 |
```
|
| 101 |
## Metrics
|
| 102 |
```
|
| 103 |
+
| Tasks |Version|Filter|n-shot|Metric|Value | |Stderr|
|
| 104 |
+
|----------|-------|------|-----:|------|-----:|---|-----:|
|
| 105 |
+
|winogrande|Yaml |none | 0|acc |0.6267|± |0.0136|
|
| 106 |
+
|hellaswag|Yaml |none | 0|acc |0.4962|± |0.0050|
|
| 107 |
+
| | |none | 0|acc_norm|0.6581|± |0.0047|
|
| 108 |
```
|