Instructions to use ireema/modell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ireema/modell with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="ireema/modell")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("ireema/modell") model = AutoModelForAudioClassification.from_pretrained("ireema/modell") - Notebooks
- Google Colab
- Kaggle
Upload wav2vec2-emotion-1100.onnx with huggingface_hub
Browse files
wav2vec2-emotion-1100.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:651b87b24b314b962ef50d42d51a97fdb3344f0e26e136f8660d7a9df11cff33
|
| 3 |
+
size 1273607165
|