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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files- model.safetensors +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:d8cec3260c8dd552ca8b69185e61e79e18df2aedb329c8b7b37349fe40aacf82
|
| 3 |
size 378307508
|