AndrewMcDowell commited on
Commit
58c3a16
1 Parent(s): c5b263b

Training in progress, step 18000

Browse files
.ipynb_checkpoints/run_training-checkpoint.sh CHANGED
@@ -3,7 +3,6 @@ python run_speech_recognition_ctc.py \
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="de" \
5
  --output_dir="./" \
6
- --overwrite_output_dir \
7
  --num_train_epochs="2" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
 
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="de" \
5
  --output_dir="./" \
 
6
  --num_train_epochs="2" \
7
  --per_device_train_batch_size="8" \
8
  --per_device_eval_batch_size="8" \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:108b05fffaa243134d4fb8741fada788f56ef177be52264f1dc2de5a2228d497
3
  size 3851301681
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c89be57ce906e4aeb12c854a5e3f38fbe8c7a275e52d497f0313c59cff7d8810
3
  size 3851301681
run_training.sh CHANGED
@@ -3,7 +3,6 @@ python run_speech_recognition_ctc.py \
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="de" \
5
  --output_dir="./" \
6
- --overwrite_output_dir \
7
  --num_train_epochs="2" \
8
  --per_device_train_batch_size="8" \
9
  --per_device_eval_batch_size="8" \
 
3
  --model_name_or_path="facebook/wav2vec2-xls-r-1b" \
4
  --dataset_config_name="de" \
5
  --output_dir="./" \
 
6
  --num_train_epochs="2" \
7
  --per_device_train_batch_size="8" \
8
  --per_device_eval_batch_size="8" \
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}]}
 
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}]}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cdac8cc512ac879a65ed1766a948b891b551984bcd7d93438e1e0a294896705a
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5702656574d36c90da8eb2dc371da036eaa568fdda0350f1ed96dfd11f67b798
3
  size 2991