Instructions to use antonjaragon/emotions_xls53_6_classes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use antonjaragon/emotions_xls53_6_classes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="antonjaragon/emotions_xls53_6_classes")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("antonjaragon/emotions_xls53_6_classes") model = AutoModelForAudioClassification.from_pretrained("antonjaragon/emotions_xls53_6_classes") - Notebooks
- Google Colab
- Kaggle
Commit ·
da646d9
1
Parent(s): 68f65e9
Training in progress, epoch 8
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1262958261
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80682f8b6f9285e7432166015df736a144ccae9ac120c09d508a36ecc15dce16
|
| 3 |
size 1262958261
|