laurabernardy
commited on
Commit
·
997f7bc
1
Parent(s):
510fb0a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- "lb"
|
4 |
+
license: "mit"
|
5 |
+
tags:
|
6 |
+
- "luxembourgish"
|
7 |
+
- "lëtzebuergesch"
|
8 |
+
- "text generation"
|
9 |
+
model-index:
|
10 |
+
- name: "LuxGPT2-basedEN"
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: "text-generation" # Required. Example: automatic-speech-recognition
|
14 |
+
name: "Text Generation" # Optional. Example: Speech Recognition
|
15 |
+
dataset:
|
16 |
+
type: "LuxembourgishTestDataset" # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
17 |
+
name: "Luxembourgish Test Dataset" # Required. A pretty name for the dataset. Example: Common Voice (French)
|
18 |
+
metrics:
|
19 |
+
- type: "accuracy" # Required. Example: wer. Use metric id from https://hf.co/metrics
|
20 |
+
value: "0.35" # Required. Example: 20.90
|
21 |
+
- name: "LuxGPT2-basedEN"
|
22 |
+
results:
|
23 |
+
- task:
|
24 |
+
type: "text-generation" # Required. Example: automatic-speech-recognition
|
25 |
+
name: "Text Generation" # Optional. Example: Speech Recognition
|
26 |
+
dataset:
|
27 |
+
type: "LuxembourgishTestDataset" # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
28 |
+
name: "Luxembourgish Test Dataset" # Required. A pretty name for the dataset. Example: Common Voice (French)
|
29 |
+
metrics:
|
30 |
+
- type: "perplexity" # Required. Example: wer. Use metric id from https://hf.co/metrics
|
31 |
+
value: "45.08" # Required. Example: 20.90
|
32 |
+
---
|