updated readme
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
- xlsr-fine-tuning-week
|
| 12 |
license: apache-2.0
|
| 13 |
model-index:
|
| 14 |
-
- name: XLSR Wav2Vec2
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
name: Speech Recognition
|
|
@@ -26,7 +26,7 @@ model-index:
|
|
| 26 |
value: 41.71
|
| 27 |
---
|
| 28 |
|
| 29 |
-
# Wav2Vec2-Large-XLSR-
|
| 30 |
|
| 31 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53)
|
| 32 |
on the [Breton Common Voice dataset](https://huggingface.co/datasets/common_voice).
|
|
@@ -81,7 +81,7 @@ Reference: ['"n\'haller ket dont a-benn eus netra pa vezer nec\'het evel-se." ',
|
|
| 81 |
|
| 82 |
## Evaluation
|
| 83 |
|
| 84 |
-
The model can be evaluated as follows on the
|
| 85 |
|
| 86 |
```python
|
| 87 |
import torch
|
|
|
|
| 11 |
- xlsr-fine-tuning-week
|
| 12 |
license: apache-2.0
|
| 13 |
model-index:
|
| 14 |
+
- name: XLSR Wav2Vec2 Breton by Cahya
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
name: Speech Recognition
|
|
|
|
| 26 |
value: 41.71
|
| 27 |
---
|
| 28 |
|
| 29 |
+
# Wav2Vec2-Large-XLSR-Breton
|
| 30 |
|
| 31 |
Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53)
|
| 32 |
on the [Breton Common Voice dataset](https://huggingface.co/datasets/common_voice).
|
|
|
|
| 81 |
|
| 82 |
## Evaluation
|
| 83 |
|
| 84 |
+
The model can be evaluated as follows on the Breton test data of Common Voice.
|
| 85 |
|
| 86 |
```python
|
| 87 |
import torch
|