IbrahimAmin commited on
Commit
b41eed6
·
verified ·
1 Parent(s): db253e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ from transformers import Wav2Vec2FeatureExtractor, HubertForSequenceClassificati
62
  import torch
63
  import torchaudio
64
 
65
- # Load processor 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
 
 
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