Instructions to use Talha/URDU-ASR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Talha/URDU-ASR with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="Talha/URDU-ASR")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("Talha/URDU-ASR") model = AutoModelForCTC.from_pretrained("Talha/URDU-ASR") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,8 @@ More information needed
|
|
| 28 |
|
| 29 |
## Training and evaluation data
|
| 30 |
|
| 31 |
-
|
|
|
|
| 32 |
|
| 33 |
## Training procedure
|
| 34 |
|
|
|
|
| 28 |
|
| 29 |
## Training and evaluation data
|
| 30 |
|
| 31 |
+
I have used dataset other than mozila common voice, thats why for fair evaluation, i do 80:20 split.
|
| 32 |
+
|
| 33 |
|
| 34 |
## Training procedure
|
| 35 |
|