Fix readme
Browse files
README.md
CHANGED
@@ -26,9 +26,9 @@ model-index:
|
|
26 |
value: 16.25
|
27 |
---
|
28 |
|
29 |
-
# Wav2Vec2-Large-XLSR-53-
|
30 |
|
31 |
-
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on
|
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
|
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
|