Maniac commited on
Commit
6af6c19
1 Parent(s): 3b7946f

Training in progress, step 5

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -4,10 +4,10 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="ur" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --max_steps="10" \
8
- --per_device_train_batch_size="2" \
9
  --learning_rate="3e-4" \
10
- --save_total_limit="1" \
11
  --evaluation_strategy="steps" \
12
  --text_column_name="sentence" \
13
  --length_column_name="input_length" \
 
4
  --dataset_config_name="ur" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --max_steps="1000" \
8
+ --per_device_train_batch_size="16" \
9
  --learning_rate="3e-4" \
10
+ --save_total_limit="100" \
11
  --evaluation_strategy="steps" \
12
  --text_column_name="sentence" \
13
  --length_column_name="input_length" \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f19b27fcd5e43466aafec6fbab79d86d10733ce5b382bea2272124a81433da72
3
  size 1262149169
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6deb53cec4c1aca5b7c4a623387d902b689692b9d9b6c330aa64f17f16842455
3
  size 1262149169
run.sh CHANGED
@@ -4,10 +4,10 @@ python run_speech_recognition_ctc.py \
4
  --dataset_config_name="ur" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
- --max_steps="10" \
8
- --per_device_train_batch_size="2" \
9
  --learning_rate="3e-4" \
10
- --save_total_limit="1" \
11
  --evaluation_strategy="steps" \
12
  --text_column_name="sentence" \
13
  --length_column_name="input_length" \
 
4
  --dataset_config_name="ur" \
5
  --output_dir="./" \
6
  --overwrite_output_dir \
7
+ --max_steps="1000" \
8
+ --per_device_train_batch_size="16" \
9
  --learning_rate="3e-4" \
10
+ --save_total_limit="100" \
11
  --evaluation_strategy="steps" \
12
  --text_column_name="sentence" \
13
  --length_column_name="input_length" \
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}]}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1880a120e451d99ce52321987be20f5f53c48f9e23998b9ba4fbcff4dcab971e
3
  size 2991
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9e9f3ef78de23e1480b5d45f8322704a3ffc4891288ce3356839faab9f06e00
3
  size 2991