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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
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:fe21f07172b8a80133a2745f481746cfe2fdc8efb460d0f32ce4f22b3dd916f4
|
| 3 |
size 344799268
|