Training in progress, step 500
Browse files- config.json +2 -2
- pytorch_model.bin +2 -2
- tokenizer.json +2 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
"dropout_rate": 0.1,
|
| 10 |
"eos_token_id": 1,
|
| 11 |
"feed_forward_proj": "relu",
|
| 12 |
-
"hidden_size1":
|
| 13 |
"hidden_size2": 512,
|
| 14 |
"initializer_factor": 1.0,
|
| 15 |
"is_encoder_decoder": true,
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"num_heads": 8,
|
| 20 |
"num_layer": 1,
|
| 21 |
"num_layers": 6,
|
| 22 |
-
"output_size":
|
| 23 |
"pad_token_id": 0,
|
| 24 |
"relative_attention_num_buckets": 32,
|
| 25 |
"torch_dtype": "float32",
|
|
|
|
| 9 |
"dropout_rate": 0.1,
|
| 10 |
"eos_token_id": 1,
|
| 11 |
"feed_forward_proj": "relu",
|
| 12 |
+
"hidden_size1": 128,
|
| 13 |
"hidden_size2": 512,
|
| 14 |
"initializer_factor": 1.0,
|
| 15 |
"is_encoder_decoder": true,
|
|
|
|
| 19 |
"num_heads": 8,
|
| 20 |
"num_layer": 1,
|
| 21 |
"num_layers": 6,
|
| 22 |
+
"output_size": 3072,
|
| 23 |
"pad_token_id": 0,
|
| 24 |
"relative_attention_num_buckets": 32,
|
| 25 |
"torch_dtype": "float32",
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d42ea58d2aaa72cc1b6a6a4b2ae095a2eaf51841a92724ece46ce167d3da76dd
|
| 3 |
+
size 2095086637
|
tokenizer.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
-
"Fixed":
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 128,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
"strategy": {
|
| 11 |
+
"Fixed": 128
|
| 12 |
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0fd59d4b8042176f6fab6c163595f7944413fbed5d2378adc5cf25250a910d1
|
| 3 |
+
size 3183
|