AndrewMcDowell
commited on
Commit
•
0cc7c8e
1
Parent(s):
886afe1
Revert "Training in progress, step 28000"
Browse filesThis reverts commit afc031d9dd1fc136662975d3a43069b5109c1e7a.
- .ipynb_checkpoints/eval_results-checkpoint.json +0 -9
- .ipynb_checkpoints/run_training-checkpoint.sh +1 -1
- pytorch_model.bin +1 -1
- run_training.sh +1 -1
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
.ipynb_checkpoints/eval_results-checkpoint.json
DELETED
@@ -1,9 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"epoch": 2.0,
|
3 |
-
"eval_loss": 0.14759068191051483,
|
4 |
-
"eval_runtime": 1022.7659,
|
5 |
-
"eval_samples": 16007,
|
6 |
-
"eval_samples_per_second": 15.651,
|
7 |
-
"eval_steps_per_second": 1.956,
|
8 |
-
"eval_wer": 0.16119714847590955
|
9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ipynb_checkpoints/run_training-checkpoint.sh
CHANGED
@@ -3,7 +3,7 @@ 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 |
-
--num_train_epochs="
|
7 |
--per_device_train_batch_size="8" \
|
8 |
--per_device_eval_batch_size="8" \
|
9 |
--gradient_accumulation_steps="4" \
|
|
|
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" \
|
9 |
--gradient_accumulation_steps="4" \
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3851301681
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1ed4c2cebf9ed5304c0b72a8fc20e81595486f988de3f6e750ce22ad251c158
|
3 |
size 3851301681
|
run_training.sh
CHANGED
@@ -3,7 +3,7 @@ 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 |
-
--num_train_epochs="
|
7 |
--per_device_train_batch_size="8" \
|
8 |
--per_device_eval_batch_size="8" \
|
9 |
--gradient_accumulation_steps="4" \
|
|
|
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" \
|
9 |
--gradient_accumulation_steps="4" \
|
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}
|
|
|
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:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5702656574d36c90da8eb2dc371da036eaa568fdda0350f1ed96dfd11f67b798
|
3 |
size 2991
|