Maniac commited on
Commit
e1fb9b0
โ€ข
1 Parent(s): 18dcd09

Training in progress, step 100

Browse files
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -7,12 +7,12 @@ python run_speech_recognition_ctc.py \
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" \
14
  --chars_to_ignore ,\?\.\!\-\;\:\"\โ€œ\%\โ€˜\โ€\๏ฟฝ\ู‘\ู”\ูŽู,ู‹\
15
- --save_steps="5" \
16
  --layerdrop="0.0" \
17
  --freeze_feature_encoder \
18
  --gradient_checkpointing \
7
  --max_steps="1000" \
8
  --per_device_train_batch_size="16" \
9
  --learning_rate="3e-4" \
10
+ --save_total_limit="10" \
11
  --evaluation_strategy="steps" \
12
  --text_column_name="sentence" \
13
  --length_column_name="input_length" \
14
  --chars_to_ignore ,\?\.\!\-\;\:\"\โ€œ\%\โ€˜\โ€\๏ฟฝ\ู‘\ู”\ูŽู,ู‹\
15
+ --save_steps="100" \
16
  --layerdrop="0.0" \
17
  --freeze_feature_encoder \
18
  --gradient_checkpointing \
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6deb53cec4c1aca5b7c4a623387d902b689692b9d9b6c330aa64f17f16842455
3
  size 1262149169
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38184d7f79d549af3476118077e93ead8218cb665f2d15d239f2cc0611365b5c
3
  size 1262149169
run.sh CHANGED
@@ -7,12 +7,12 @@ python run_speech_recognition_ctc.py \
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" \
14
  --chars_to_ignore ,\?\.\!\-\;\:\"\โ€œ\%\โ€˜\โ€\๏ฟฝ\ู‘\ู”\ูŽู,ู‹\
15
- --save_steps="5" \
16
  --layerdrop="0.0" \
17
  --freeze_feature_encoder \
18
  --gradient_checkpointing \
7
  --max_steps="1000" \
8
  --per_device_train_batch_size="16" \
9
  --learning_rate="3e-4" \
10
+ --save_total_limit="10" \
11
  --evaluation_strategy="steps" \
12
  --text_column_name="sentence" \
13
  --length_column_name="input_length" \
14
  --chars_to_ignore ,\?\.\!\-\;\:\"\โ€œ\%\โ€˜\โ€\๏ฟฝ\ู‘\ู”\ูŽู,ู‹\
15
+ --save_steps="100" \
16
  --layerdrop="0.0" \
17
  --freeze_feature_encoder \
18
  --gradient_checkpointing \
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}]}
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:b9e9f3ef78de23e1480b5d45f8322704a3ffc4891288ce3356839faab9f06e00
3
  size 2991
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0e764bedbce34050e8790d7b53d28adc314fc2eec7012bab818227199ae9348
3
  size 2991