andyfriedrich-amd
commited on
Commit
•
84f5e87
1
Parent(s):
4df29a0
End of training
Browse files
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-large",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
6 |
+
"d_ff": 4096,
|
7 |
"d_kv": 64,
|
8 |
+
"d_model": 1024,
|
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": 24,
|
21 |
+
"num_heads": 16,
|
22 |
+
"num_layers": 24,
|
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:3f34f4c4995c013126442d3540b4b0e00ac2c47c6b56911753dfc64cf37fef4a
|
3 |
+
size 2950848513
|
runs/Jun26_18-01-24_ubb4-rack-07/events.out.tfevents.1687802488.ubb4-rack-07.190932.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f3ab75c961d876bb3df5ad703a0a31e7aae76b4c3000b2aef8347f8b794ae72
|
3 |
+
size 6044
|
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:248c18bd409b1ff866e656125caeea78d4973fd7c583d55e8b648b710563798a
|
3 |
size 4091
|