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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -7,4 +7,16 @@ tags:
7
  - "luxembourgish"
8
  - "lëtzebuergesch"
9
  - "text generation"
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
 
7
  - "luxembourgish"
8
  - "lëtzebuergesch"
9
  - "text generation"
10
+ model-index:
11
+ - name: "LuxGPT2"
12
+ results:
13
+ - task:
14
+ type: "text-generation" # Required. Example: automatic-speech-recognition
15
+ name: "Text Generation" # Optional. Example: Speech Recognition
16
+ dataset:
17
+ type: "LuxembourgishTestDataset" # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
18
+ name: "Luxembourgish Test Dataset" # Required. A pretty name for the dataset. Example: Common Voice (French)
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
  ---