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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
aa63f5f
1
Parent(s): 34ac107
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:cb9986b2953fac2d22b8e422315b095f644e29cec2af5a06006cf6170b1a5f9a
|
| 3 |
size 1262958261
|