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 ·
74c564a
1
Parent(s): 51b1b95
End of training
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:fc38f72f3c48bf196b401c5dbf2e27cb709ade914e94c934ee7c21273aeb7b4a
|
| 3 |
size 1262958261
|