mgrbyte commited on
Commit
1e5a4d2
1 Parent(s): 8c382d4

Added dummy dataset element to model-index to silence huggingface_hub model_info API warnings.

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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