Training in progress, step 500
Browse files- config.json +6 -6
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "t5-
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
-
"d_ff":
|
7 |
"d_kv": 64,
|
8 |
-
"d_model":
|
9 |
"decoder_start_token_id": 0,
|
10 |
"dense_act_fn": "relu",
|
11 |
"dropout_rate": 0.1,
|
@@ -17,9 +17,9 @@
|
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"model_type": "t5",
|
19 |
"n_positions": 512,
|
20 |
-
"num_decoder_layers":
|
21 |
-
"num_heads":
|
22 |
-
"num_layers":
|
23 |
"output_past": true,
|
24 |
"pad_token_id": 0,
|
25 |
"relative_attention_max_distance": 128,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "t5-small",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
+
"d_ff": 2048,
|
7 |
"d_kv": 64,
|
8 |
+
"d_model": 512,
|
9 |
"decoder_start_token_id": 0,
|
10 |
"dense_act_fn": "relu",
|
11 |
"dropout_rate": 0.1,
|
|
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"model_type": "t5",
|
19 |
"n_positions": 512,
|
20 |
+
"num_decoder_layers": 6,
|
21 |
+
"num_heads": 8,
|
22 |
+
"num_layers": 6,
|
23 |
"output_past": true,
|
24 |
"pad_token_id": 0,
|
25 |
"relative_attention_max_distance": 128,
|
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:d64a329f7dab923061dcee65b7c7e7f1502fca8381a9ef43d6231695e32edb0f
|
3 |
+
size 242071641
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4091
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9a65a217ffc90d91d6f7eead9a3745ec63feb75c58be61fc8fb26606d0c725e
|
3 |
size 4091
|