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 ·
64f2cf8
1
Parent(s): 56a60fa
Training in progress, epoch 0
Browse files- model.safetensors +1 -1
- runs/Dec21_04-40-19_549e43cfc5f3/events.out.tfevents.1703135261.549e43cfc5f3.609.12 +2 -2
- runs/Dec21_04-40-19_549e43cfc5f3/events.out.tfevents.1703135443.549e43cfc5f3.609.13 +3 -0
- runs/Dec21_05-18-40_549e43cfc5f3/events.out.tfevents.1703135921.549e43cfc5f3.609.14 +3 -0
- training_args.bin +1 -1
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:612fbe17eb9b30c45b9aea0c71ae83e313e91617692cb997fc0fd09ee24d0b8d
|
| 3 |
size 378314704
|
runs/Dec21_04-40-19_549e43cfc5f3/events.out.tfevents.1703135261.549e43cfc5f3.609.12
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:bbe5de720dc20fa962b6a90c8436ef683486b9783768ed2f15a338d6b009cf20
|
| 3 |
+
size 10298
|
runs/Dec21_04-40-19_549e43cfc5f3/events.out.tfevents.1703135443.549e43cfc5f3.609.13
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28dda8630c719ddd8a43af4762a2c82ab0ae0aef3428944a067d895b8cb6fe3c
|
| 3 |
+
size 405
|
runs/Dec21_05-18-40_549e43cfc5f3/events.out.tfevents.1703135921.549e43cfc5f3.609.14
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0afa365b9a90a90a4d84f6604dc8bfc146b5db54ea4f9fe8e1bc7c858dbed077
|
| 3 |
+
size 6952
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50077262395858f721438b45a7b35341327923d27d862c495a037fe0efa55c81
|
| 3 |
size 4536
|