cahya commited on
Commit
0e79b9f
1 Parent(s): c14fe4d
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,11 +26,11 @@ model-index:
26
  value: 21.13
27
  ---
28
 
29
- # Wav2Vec2-Large-XLSR-Basque
30
 
31
  This is the model for Wav2Vec2-Large-XLSR-Turkish, a fine-tuned
32
  [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53)
33
- model on the [Basque Common Voice dataset](https://huggingface.co/datasets/common_voice).
34
  When using this model, make sure that your speech input is sampled at 16kHz.
35
 
36
  ## Usage
@@ -70,7 +70,7 @@ print("Reference:", test_dataset[:2]["sentence"])
70
 
71
  ## Evaluation
72
 
73
- The model can be evaluated as follows on the Basque test data of Common Voice.
74
 
75
  ```python
76
  import torch
26
  value: 21.13
27
  ---
28
 
29
+ # Wav2Vec2-Large-XLSR-Turkish
30
 
31
  This is the model for Wav2Vec2-Large-XLSR-Turkish, a fine-tuned
32
  [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53)
33
+ model on the [Turkish Common Voice dataset](https://huggingface.co/datasets/common_voice).
34
  When using this model, make sure that your speech input is sampled at 16kHz.
35
 
36
  ## Usage
70
 
71
  ## Evaluation
72
 
73
+ The model can be evaluated as follows on the Turkish test data of Common Voice.
74
 
75
  ```python
76
  import torch