quaja commited on
Commit
da03f50
1 Parent(s): 2fc97bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  pipeline_tag: audio-classification
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  pipeline_tag: audio-classification
3
+ ---
4
+
5
+ from datasets import load_dataset
6
+ from transformers import pipeline
7
+
8
+
9
+
10
+ classifier = pipeline("audio-classification", model="quaja/hubert-base-amharic-speech-emotion-recognition")