DrishtiSharma
commited on
Commit
•
1687f8b
1
Parent(s):
07fb825
Training in progress, step 300
Browse files- .ipynb_checkpoints/run-checkpoint.sh +1 -1
- pytorch_model.bin +1 -1
- run.sh +1 -1
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
.ipynb_checkpoints/run-checkpoint.sh
CHANGED
@@ -10,7 +10,7 @@ python run_speech_recognition_ctc.py \
|
|
10 |
--per_device_eval_batch_size="8" \
|
11 |
--gradient_accumulation_steps="2" \
|
12 |
--learning_rate="7.5e-5" \
|
13 |
-
--warmup_steps="
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
16 |
--text_column_name="sentence" \
|
|
|
10 |
--per_device_eval_batch_size="8" \
|
11 |
--gradient_accumulation_steps="2" \
|
12 |
--learning_rate="7.5e-5" \
|
13 |
+
--warmup_steps="2000" \
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
16 |
--text_column_name="sentence" \
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262108145
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a06f8f00f2c7c6ad5fa609b7da9bb730ea4f10769225f2ce8dfebd59265020fe
|
3 |
size 1262108145
|
run.sh
CHANGED
@@ -10,7 +10,7 @@ python run_speech_recognition_ctc.py \
|
|
10 |
--per_device_eval_batch_size="8" \
|
11 |
--gradient_accumulation_steps="2" \
|
12 |
--learning_rate="7.5e-5" \
|
13 |
-
--warmup_steps="
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
16 |
--text_column_name="sentence" \
|
|
|
10 |
--per_device_eval_batch_size="8" \
|
11 |
--gradient_accumulation_steps="2" \
|
12 |
--learning_rate="7.5e-5" \
|
13 |
+
--warmup_steps="2000" \
|
14 |
--length_column_name="input_length" \
|
15 |
--evaluation_strategy="steps" \
|
16 |
--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}]}
|
|
|
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:
|
3 |
size 2991
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b6e9a53d9ee054741020fb4189a44ac0ad24255a0741f9cb54dc38e5a672ec
|
3 |
size 2991
|