UmarRamzan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -17,15 +17,13 @@ datasets:
|
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
19 |
|
20 |
-
# Wav2Vec-Bert-2.0-Urdu
|
21 |
|
22 |
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the Urdu split of the [Common Voice 17](https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0) dataset. The fine-tuned model is enhanced with the addition of an ngram language model that has also been trained on the same dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.3681
|
25 |
- Wer: 0.2407
|
26 |
|
27 |
-
## Model description
|
28 |
-
|
29 |
## Usage Instructions
|
30 |
|
31 |
```python
|
|
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
19 |
|
20 |
+
# Wav2Vec-Bert-2.0-ngram-Urdu
|
21 |
|
22 |
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the Urdu split of the [Common Voice 17](https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0) dataset. The fine-tuned model is enhanced with the addition of an ngram language model that has also been trained on the same dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.3681
|
25 |
- Wer: 0.2407
|
26 |
|
|
|
|
|
27 |
## Usage Instructions
|
28 |
|
29 |
```python
|