Update README.md
Browse files
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")
|