Instructions to use salixc/dielect_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use salixc/dielect_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="salixc/dielect_classification_model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("salixc/dielect_classification_model") model = AutoModelForAudioClassification.from_pretrained("salixc/dielect_classification_model") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 4
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378304424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9af81fb0cdbe0d7e62098f489c5280b5916f89874e1e1300dd0173b52b914d4
|
| 3 |
size 378304424
|
runs/Jul26_02-19-05_c143efb7e118/events.out.tfevents.1721960347.c143efb7e118.7405.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0f5d4fcd7d0ae35e50fa904710371010edd0661eb10f4c83e74ffac82676b22
|
| 3 |
+
size 21870
|