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 ·
51b1b95
1
Parent(s): 4d7a896
Training in progress, epoch 9
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:5bffe56f59a64d03be075557ada0865b4486a0d4d30dfa65082d3eb8772ff7fa
|
| 3 |
size 1262958261
|