AndrewMcDowell commited on
Commit
bea8753
1 Parent(s): f516b0b

Training in progress, step 500

Browse files
.ipynb_checkpoints/eval_results-checkpoint.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_loss": 1.3742073774337769,
4
+ "eval_runtime": 417.2357,
5
+ "eval_samples": 10388,
6
+ "eval_samples_per_second": 24.897,
7
+ "eval_steps_per_second": 3.113,
8
+ "eval_wer": 0.9387498381338217
9
+ }
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -3,12 +3,13 @@ python run_speech_recognition_ctc_bnb.py \
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="ar" \
5
  --output_dir="./" \
6
- --num_train_epochs="20" \
7
- --per_device_train_batch_size="32" \
 
8
  --per_device_eval_batch_size="8" \
9
- --gradient_accumulation_steps="2" \
10
  --learning_rate="6.5e-5" \
11
- --warmup_steps="500" \
12
  --length_column_name="input_length" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="sentence" \
 
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="ar" \
5
  --output_dir="./" \
6
+ --num_train_epochs="10" \
7
+ --overwrite_output_dir \
8
+ --per_device_train_batch_size="16" \
9
  --per_device_eval_batch_size="8" \
10
+ --gradient_accumulation_steps="4" \
11
  --learning_rate="6.5e-5" \
12
+ --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
  --text_column_name="sentence" \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76f2e1b8cdc880d5260ac915d590f3d31a09b4c1ce56ed0fabed9db38933d0d8
3
  size 3850799473
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa9786fb327713b6ab5e28e856abc149b51204e04dcab0a7fff6962cb610fd6
3
  size 3850799473
run.sh CHANGED
@@ -3,12 +3,13 @@ python run_speech_recognition_ctc_bnb.py \
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="ar" \
5
  --output_dir="./" \
6
- --num_train_epochs="20" \
7
- --per_device_train_batch_size="32" \
 
8
  --per_device_eval_batch_size="8" \
9
- --gradient_accumulation_steps="2" \
10
  --learning_rate="6.5e-5" \
11
- --warmup_steps="500" \
12
  --length_column_name="input_length" \
13
  --evaluation_strategy="steps" \
14
  --text_column_name="sentence" \
 
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="ar" \
5
  --output_dir="./" \
6
+ --num_train_epochs="10" \
7
+ --overwrite_output_dir \
8
+ --per_device_train_batch_size="16" \
9
  --per_device_eval_batch_size="8" \
10
+ --gradient_accumulation_steps="4" \
11
  --learning_rate="6.5e-5" \
12
+ --warmup_steps="2000" \
13
  --length_column_name="input_length" \
14
  --evaluation_strategy="steps" \
15
  --text_column_name="sentence" \
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1e03ec2a5f851e6b65ac7d116c597fbb9739426525fe4b26c6e931c0c329292
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6570138dc794c741bb82b5ade234724de8ea9ddd378ee3cfd1ab1c36ee79d131
3
  size 2991