Instructions to use chaurAr/speech_emotion_det_x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chaurAr/speech_emotion_det_x with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="chaurAr/speech_emotion_det_x")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("chaurAr/speech_emotion_det_x") model = AutoModelForAudioClassification.from_pretrained("chaurAr/speech_emotion_det_x") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- 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 378307508
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4b7f1ff56d6e04bb8e17f998c737bfb3f239c7b99c3c80315b55b519246831df
|
| 3 |
size 378307508
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86469493f99d3d0b20eb632406722078f0a3884e73a78093de2c2cfd1cbe1ad7
|
| 3 |
size 5713
|