Instructions to use Amik-ML/model_name with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Amik-ML/model_name with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Amik-ML/model_name")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Amik-ML/model_name") model = AutoModelForAudioClassification.from_pretrained("Amik-ML/model_name") - 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 378314704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b81a0ee09e9fe979e2814b5cc6c891851b3659cd1f3e443b212806e41d5b38e
|
| 3 |
size 378314704
|
runs/Dec21_13-05-55_19cec2eb4194/events.out.tfevents.1703163956.19cec2eb4194.1830.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22d9459ab8151b0bb3a3f1702c2e66e18ce98507f29019ca1128e2fca2dbf4c6
|
| 3 |
+
size 7275
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b99850897790aad5591309143798b640d61a5a0be7315119a5fc323a2c98cd2
|
| 3 |
size 4600
|