Automatic Speech Recognition
Transformers
PyTorch
wav2vec2
abdusahmbzuai/arabic_speech_massive_300hrs
Generated from Trainer
Instructions to use abdusah/aradia-ctc-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdusah/aradia-ctc-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="abdusah/aradia-ctc-v1")# Load model directly from transformers import AutoProcessor, AutoModelForCTC processor = AutoProcessor.from_pretrained("abdusah/aradia-ctc-v1") model = AutoModelForCTC.from_pretrained("abdusah/aradia-ctc-v1") - Notebooks
- Google Colab
- Kaggle
Abdulwahab Sahyoun commited on
Commit ·
ce169be
1
Parent(s): b96cb92
Model save
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262241969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c36b6d150f315a7987db7a78821f1756311ab1fcd31c53c7da124a507a2c8782
|
| 3 |
size 1262241969
|