wietsedv commited on
Commit
8c02c12
1 Parent(s): 6e8c169

Fix readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,9 +26,9 @@ model-index:
26
  value: 16.25
27
  ---
28
 
29
- # Wav2Vec2-Large-XLSR-53-Dutch
30
 
31
- Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Dutch using the [Common Voice](https://huggingface.co/datasets/common_voice) dataset.
32
  When using this model, make sure that your speech input is sampled at 16kHz.
33
 
34
  ## Usage
@@ -70,7 +70,7 @@ print("Reference:", test_dataset["sentence"][:2])
70
 
71
  ## Evaluation
72
 
73
- The model can be evaluated as follows on the Dutch test data of Common Voice.
74
 
75
 
76
  ```python
26
  value: 16.25
27
  ---
28
 
29
+ # Wav2Vec2-Large-XLSR-53-Frisian
30
 
31
+ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on Frisian using the [Common Voice](https://huggingface.co/datasets/common_voice) dataset.
32
  When using this model, make sure that your speech input is sampled at 16kHz.
33
 
34
  ## Usage
70
 
71
  ## Evaluation
72
 
73
+ The model can be evaluated as follows on the Frisian test data of Common Voice.
74
 
75
 
76
  ```python