Instructions to use zaghloul2012/hubert_dialects with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zaghloul2012/hubert_dialects with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="zaghloul2012/hubert_dialects")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("zaghloul2012/hubert_dialects") model = AutoModelForAudioClassification.from_pretrained("zaghloul2012/hubert_dialects") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 2
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 94765560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da6d0635d8495b545e21601d853cb857cec3e42be13ddb5a9caad31711d0463a
|
| 3 |
size 94765560
|