language: | |
- "lb" | |
license: "mit" | |
tags: | |
- "luxembourgish" | |
- "lëtzebuergesch" | |
- "text generation" | |
model-index: | |
- name: "LuxGPT2" | |
results: | |
- task: | |
type: "text-generation" # Required. Example: automatic-speech-recognition | |
name: "Text Generation" # Optional. Example: Speech Recognition | |
dataset: | |
type: "LuxembourgishTestDataset" # Required. Example: common_voice. Use dataset id from https://hf.co/datasets | |
name: "Luxembourgish Test Dataset" # Required. A pretty name for the dataset. Example: Common Voice (French) | |
metrics: | |
- type: "accuracy" # Required. Example: wer. Use metric id from https://hf.co/metrics | |
value: "0.33" # Required. Example: 20.90 | |
- name: "LuxGPT2" | |
results: | |
- task: | |
type: "text-generation" # Required. Example: automatic-speech-recognition | |
name: "Text Generation" # Optional. Example: Speech Recognition | |
dataset: | |
type: "LuxembourgishTestDataset" # Required. Example: common_voice. Use dataset id from https://hf.co/datasets | |
name: "Luxembourgish Test Dataset" # Required. A pretty name for the dataset. Example: Common Voice (French) | |
metrics: | |
- type: "perplexity" # Required. Example: wer. Use metric id from https://hf.co/metrics | |
value: "46.69" # Required. Example: 20.90 | |