Instructions to use aihimanshu/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aihimanshu/model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="aihimanshu/model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("aihimanshu/model") model = AutoModelForAudioClassification.from_pretrained("aihimanshu/model") - Notebooks
- Google Colab
- Kaggle
Commit ·
0bb31cd
1
Parent(s): 57b7de0
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 378314704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adf2952501cb7f6adf5dfda5eabb3685a2178313ae8590a03e498760a8ef1154
|
| 3 |
size 378314704
|
runs/Jan03_09-55-56_5a318d18d206/events.out.tfevents.1704277345.5a318d18d206.443.8
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:334d6a3dd1f78b85a42eecde9a4617057f9917824aca86b9541d16366013e288
|
| 3 |
+
size 10298
|
runs/Jan03_09-55-56_5a318d18d206/events.out.tfevents.1704277569.5a318d18d206.443.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbd68a70a54902cea181a8a12c8490d13d974be5d82a365ee7ce65153b597090
|
| 3 |
+
size 7269
|