laurabernardy commited on
Commit
9300230
·
1 Parent(s): c35b46a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -19,4 +19,15 @@ model-index:
19
  metrics:
20
  - type: "accuracy" # Required. Example: wer. Use metric id from https://hf.co/metrics
21
  value: "0.33" # Required. Example: 20.90
 
 
 
 
 
 
 
 
 
 
 
22
  ---
 
19
  metrics:
20
  - type: "accuracy" # Required. Example: wer. Use metric id from https://hf.co/metrics
21
  value: "0.33" # Required. Example: 20.90
22
+ - name: "LuxGPT2"
23
+ results:
24
+ - task:
25
+ type: "text-generation" # Required. Example: automatic-speech-recognition
26
+ name: "Text Generation" # Optional. Example: Speech Recognition
27
+ dataset:
28
+ type: "LuxembourgishTestDataset" # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
29
+ name: "Luxembourgish Test Dataset" # Required. A pretty name for the dataset. Example: Common Voice (French)
30
+ metrics:
31
+ - type: "perplexity" # Required. Example: wer. Use metric id from https://hf.co/metrics
32
+ value: "46.69" # Required. Example: 20.90
33
  ---