Gogs
commited on
Commit
·
e14bdb8
1
Parent(s):
c58870e
Fix model-index with required metrics for LLM
Browse files- model-index.yml +1 -1
model-index.yml
CHANGED
|
@@ -2,7 +2,7 @@ model-index:
|
|
| 2 |
- name: Yuuki
|
| 3 |
results:
|
| 4 |
- task: text-generation
|
| 5 |
-
dataset:
|
| 6 |
metrics:
|
| 7 |
- type: perplexity
|
| 8 |
value: 0.0
|
|
|
|
| 2 |
- name: Yuuki
|
| 3 |
results:
|
| 4 |
- task: text-generation
|
| 5 |
+
dataset: dummy-dataset
|
| 6 |
metrics:
|
| 7 |
- type: perplexity
|
| 8 |
value: 0.0
|