Audio Classification
Transformers
Safetensors
Slovenian
Croatian
Serbian
wav2vec2-bert
audio-frame-classification
5roop commited on
Commit
b43bf19
·
verified ·
1 Parent(s): 7798656

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ if torch.cuda.is_available():
66
  else:
67
  device = torch.device("cpu")
68
 
69
- model_name = "5roop/Wav2Vec2BertPrimaryStressAudioFrameClassifier"
70
  feature_extractor = AutoFeatureExtractor.from_pretrained(model_name)
71
  model = Wav2Vec2BertForAudioFrameClassification.from_pretrained(model_name).to(device)
72
  # Path to the file, containing the word to be annotated:
 
66
  else:
67
  device = torch.device("cpu")
68
 
69
+ model_name = "classla/Wav2Vec2BertPrimaryStressAudioFrameClassifier"
70
  feature_extractor = AutoFeatureExtractor.from_pretrained(model_name)
71
  model = Wav2Vec2BertForAudioFrameClassification.from_pretrained(model_name).to(device)
72
  # Path to the file, containing the word to be annotated: