Instructions to use Bgeorge/model_dialect with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bgeorge/model_dialect with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Bgeorge/model_dialect")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Bgeorge/model_dialect") model = AutoModelForAudioClassification.from_pretrained("Bgeorge/model_dialect") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 9
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 344799268
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b96ab92214e2b3efba12aca71418eccff4ad0e26a50080fb41b3b3bb81fd0119
|
| 3 |
size 344799268
|