Instructions to use Hemg/Audioclasshem with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemg/Audioclasshem with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Hemg/Audioclasshem")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Hemg/Audioclasshem") model = AutoModelForAudioClassification.from_pretrained("Hemg/Audioclasshem") - Notebooks
- Google Colab
- Kaggle
princelabhem commited on
Training in progress, epoch 8
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378314704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe4143ef0fa78ab5698ef7dd9a30364962ce063ecd02db7418960f6cd3090c5a
|
| 3 |
size 378314704
|
runs/Jan11_08-36-17_38058d9a19f3/events.out.tfevents.1704962179.38058d9a19f3.215.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:ff2588f02a755a0660da134ff427f4884bf1a263d4a2f220ce6faa2114e93f0d
|
| 3 |
+
size 9935
|