Added dummy dataset element to model-index to silence huggingface_hub model_info API warnings.
Browse files
README.md
CHANGED
@@ -23,6 +23,9 @@ model-index:
|
|
23 |
- task:
|
24 |
name: Translation
|
25 |
type: translation
|
|
|
|
|
|
|
26 |
metrics:
|
27 |
- name: SacreBLEU
|
28 |
type: bleu
|
|
|
23 |
- task:
|
24 |
name: Translation
|
25 |
type: translation
|
26 |
+
dataset:
|
27 |
+
type: "text"
|
28 |
+
name: "various"
|
29 |
metrics:
|
30 |
- name: SacreBLEU
|
31 |
type: bleu
|