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.zip with huggingface_hub
Browse files
wav2vec2-emotion-1100.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5061fc274b4355cf19d4427e5faa9a529dced32752a14997d50e030b15c72163
|
| 3 |
+
size 3455184311
|