Instructions to use juniorjukeko/audio-class-minds14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use juniorjukeko/audio-class-minds14 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="juniorjukeko/audio-class-minds14")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("juniorjukeko/audio-class-minds14") model = AutoModelForAudioClassification.from_pretrained("juniorjukeko/audio-class-minds14") - Notebooks
- Google Colab
- Kaggle
Commit ·
420c72c
1
Parent(s): feab548
Training in progress, epoch 0
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -143,7 +143,7 @@
|
|
| 143 |
1
|
| 144 |
],
|
| 145 |
"torch_dtype": "float32",
|
| 146 |
-
"transformers_version": "4.33.
|
| 147 |
"use_weighted_layer_sum": false,
|
| 148 |
"vocab_size": 32,
|
| 149 |
"xvector_output_dim": 512
|
|
|
|
| 143 |
1
|
| 144 |
],
|
| 145 |
"torch_dtype": "float32",
|
| 146 |
+
"transformers_version": "4.33.2",
|
| 147 |
"use_weighted_layer_sum": false,
|
| 148 |
"vocab_size": 32,
|
| 149 |
"xvector_output_dim": 512
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378362729
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:231821e49c1aed51b60c03deb4d3c023f3d41257c563fd1b44dc0d7193e7d1be
|
| 3 |
size 378362729
|
training_args.bin
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:ec6002643412cf1a677b1bcdf4906b2a050636ea2c93bd88777a7ee1108ebb1a
|
| 3 |
+
size 4027
|