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 0
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:6078b35b14a8ceba527024a16fe40139739849a067240ff088340b36a75c63fe
|
| 3 |
size 378310592
|
runs/Dec04_17-07-43_f00f8aa67887/events.out.tfevents.1733332080.f00f8aa67887.277.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:3819c4914f290bf0755786dbca04fa75197c67a2d1834d3a2f16f15549843226
|
| 3 |
+
size 8211
|
runs/Dec04_17-09-22_f00f8aa67887/events.out.tfevents.1733332165.f00f8aa67887.277.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9cac78b6dff00c5efe8e09fec0fd1534404a511924914401332780b0df59c56
|
| 3 |
+
size 7862
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa89ef685bc2df053b7b99ecc92601a6ef65d0a419d9a3eb6cfe84f17c17c73e
|
| 3 |
size 5304
|