Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ from transformers import Wav2Vec2FeatureExtractor, HubertForSequenceClassificati
|
|
| 62 |
import torch
|
| 63 |
import torchaudio
|
| 64 |
|
| 65 |
-
# Load
|
| 66 |
processor = Wav2Vec2FeatureExtractor.from_pretrained("IbrahimAmin/hubert-arabic-spoken-dialect-classifier")
|
| 67 |
model = HubertForSequenceClassification.from_pretrained("IbrahimAmin/hubert-arabic-spoken-dialect-classifier")
|
| 68 |
|
|
|
|
| 62 |
import torch
|
| 63 |
import torchaudio
|
| 64 |
|
| 65 |
+
# Load feature extractor and model
|
| 66 |
processor = Wav2Vec2FeatureExtractor.from_pretrained("IbrahimAmin/hubert-arabic-spoken-dialect-classifier")
|
| 67 |
model = HubertForSequenceClassification.from_pretrained("IbrahimAmin/hubert-arabic-spoken-dialect-classifier")
|
| 68 |
|