Commit
·
f1901b3
1
Parent(s):
ce7f130
Added LAMBADA evaluation
Browse files
README.md
CHANGED
|
@@ -33,6 +33,19 @@ model-index:
|
|
| 33 |
- type: wikitext
|
| 34 |
value: 17.151
|
| 35 |
name: Perplexity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
<!---
|
|
|
|
| 33 |
- type: wikitext
|
| 34 |
value: 17.151
|
| 35 |
name: Perplexity
|
| 36 |
+
- task:
|
| 37 |
+
type: text-generation
|
| 38 |
+
name: Text generation
|
| 39 |
+
dataset:
|
| 40 |
+
name: LAMBADA
|
| 41 |
+
type: lambada
|
| 42 |
+
metrics:
|
| 43 |
+
- type: lambada
|
| 44 |
+
value: 5.509
|
| 45 |
+
name: Perplexity
|
| 46 |
+
- type: lambada
|
| 47 |
+
value: 68.31%
|
| 48 |
+
name: Accuracy
|
| 49 |
---
|
| 50 |
|
| 51 |
<!---
|