DrishtiSharma commited on
Commit
8d1d624
1 Parent(s): 12e5a08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -9
README.md CHANGED
@@ -54,19 +54,15 @@ It achieves the following results on the evaluation set:
54
  - Loss: 0.8012
55
  - Wer: 0.3815
56
 
57
- ## Model description
58
 
59
- More information needed
60
 
61
- ## Intended uses & limitations
62
 
63
- More information needed
64
 
65
- ## Training and evaluation data
66
-
67
- More information needed
68
-
69
- ## Training procedure
70
 
71
  ### Training hyperparameters
72
 
 
54
  - Loss: 0.8012
55
  - Wer: 0.3815
56
 
57
+ ### Evaluation Commands
58
 
59
+ 1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
60
 
61
+ python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-sat-final --dataset mozilla-foundation/common_voice_8_0 --config sat --split test --log_outputs
62
 
63
+ 2. To evaluate on speech-recognition-community-v2/dev_data
64
 
65
+ python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-sat-final --dataset speech-recognition-community-v2/dev_data --config sat --split validation --chunk_length_s 10 --stride_length_s 1
 
 
 
 
66
 
67
  ### Training hyperparameters
68