Skip to content

Commit

Permalink
🧪 Edit whisper paths in test_trainer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Apr 24, 2024
1 parent c4c5eb5 commit d4e4241
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
"num_samples": 2,
"config": {
"labels_max_length": 16,
"tokenizer_path": "hezarai/whisper-small",
"feature_extractor_path": "hezarai/whisper-small"
"tokenizer_path": "hezarai/whisper-small-fa",
"feature_extractor_path": "hezarai/whisper-small-fa"
}
},
"model": {
"path": "hezarai/whisper-small"
"path": "hezarai/whisper-small-fa"
},
"config": {
"task": "speech_recognition",
Expand Down

0 comments on commit d4e4241

Please sign in to comment.