patrickvonplaten
commited on
Commit
·
9915f18
1
Parent(s):
1752c7f
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- run.sh +3 -3
- runs/Feb02_21-52-29_ip-172-31-1-149/1643838970.386584/events.out.tfevents.1643838970.ip-172-31-1-149.15820.1 +3 -0
- runs/Feb02_21-52-29_ip-172-31-1-149/events.out.tfevents.1643838970.ip-172-31-1-149.15820.0 +3 -0
- special_tokens_map.json +1 -1
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262075377
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f21a7b642dd9d13fb3f05cd5a789f183a905d42bdcf38519c6eccac5e72a321
|
3 |
size 1262075377
|
run.sh
CHANGED
@@ -6,9 +6,9 @@ python -m torch.distributed.launch \
|
|
6 |
--output_dir="./" \
|
7 |
--overwrite_output_dir \
|
8 |
--num_train_epochs="50" \
|
9 |
-
--per_device_train_batch_size="
|
10 |
-
--per_device_eval_batch_size="
|
11 |
-
--gradient_accumulation_steps="
|
12 |
--learning_rate="7.5e-5" \
|
13 |
--warmup_steps="2000" \
|
14 |
--length_column_name="input_length" \
|
|
|
6 |
--output_dir="./" \
|
7 |
--overwrite_output_dir \
|
8 |
--num_train_epochs="50" \
|
9 |
+
--per_device_train_batch_size="4" \
|
10 |
+
--per_device_eval_batch_size="4" \
|
11 |
+
--gradient_accumulation_steps="1" \
|
12 |
--learning_rate="7.5e-5" \
|
13 |
--warmup_steps="2000" \
|
14 |
--length_column_name="input_length" \
|
runs/Feb02_21-52-29_ip-172-31-1-149/1643838970.386584/events.out.tfevents.1643838970.ip-172-31-1-149.15820.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88c5bdcdc9d286166cb5e689a76f1606c93285a4228a12bf6ab3fbb991e9d3bc
|
3 |
+
size 4742
|
runs/Feb02_21-52-29_ip-172-31-1-149/events.out.tfevents.1643838970.ip-172-31-1-149.15820.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ddec63e32f7ca784ac37d7fdba9649db8384ed1ea33c89dc09ab51390aa18d8
|
3 |
+
size 5774
|
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:cb54e7a2c9581b41962daa09a523d41348d5e5565d5176455f00b8b3077c5c44
|
3 |
size 2991
|