Instructions to use leahkerry/audiotutorial_model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use leahkerry/audiotutorial_model2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="leahkerry/audiotutorial_model2")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("leahkerry/audiotutorial_model2") model = AutoModelForAudioClassification.from_pretrained("leahkerry/audiotutorial_model2") - 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 378310592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50f0837193704a6940cbaf440bd868dd8477b8885673bcd576074a4eb26a8347
|
| 3 |
size 378310592
|
runs/Jan15_18-40-27_d51fdde1e5e9/events.out.tfevents.1736966437.d51fdde1e5e9.204.4
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:26c224871575e5002e43ab98e80167671340f057b0a0df19d06a42e2d93907b4
|
| 3 |
+
size 11000
|