Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +35 -0
- logs/1684767720.6776412/events.out.tfevents.1684767720.40418e1bd333.384.1 +3 -0
- logs/1684774810.0093544/events.out.tfevents.1684774810.40418e1bd333.4464.1 +3 -0
- logs/events.out.tfevents.1684767720.40418e1bd333.384.0 +3 -0
- logs/events.out.tfevents.1684774809.40418e1bd333.4464.0 +3 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/long-t5-local-base",
|
3 |
+
"architectures": [
|
4 |
+
"LongT5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 2048,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 768,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "gelu_new",
|
11 |
+
"dropout_rate": 0.1,
|
12 |
+
"encoder_attention_type": "local",
|
13 |
+
"eos_token_id": 1,
|
14 |
+
"feed_forward_proj": "gated-gelu",
|
15 |
+
"global_block_size": 16,
|
16 |
+
"initializer_factor": 1.0,
|
17 |
+
"is_encoder_decoder": true,
|
18 |
+
"is_gated_act": true,
|
19 |
+
"layer_norm_epsilon": 1e-06,
|
20 |
+
"local_radius": 127,
|
21 |
+
"model_type": "longt5",
|
22 |
+
"n_positions": 4096,
|
23 |
+
"num_decoder_layers": 12,
|
24 |
+
"num_heads": 12,
|
25 |
+
"num_layers": 12,
|
26 |
+
"output_past": true,
|
27 |
+
"pad_token_id": 0,
|
28 |
+
"relative_attention_max_distance": 128,
|
29 |
+
"relative_attention_num_buckets": 32,
|
30 |
+
"tie_word_embeddings": false,
|
31 |
+
"torch_dtype": "float32",
|
32 |
+
"transformers_version": "4.26.0",
|
33 |
+
"use_cache": false,
|
34 |
+
"vocab_size": 32128
|
35 |
+
}
|
logs/1684767720.6776412/events.out.tfevents.1684767720.40418e1bd333.384.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09d1ad529f5c8118a5f324e6d9106ce1323137090fc0d2c7508457248ea27274
|
3 |
+
size 5978
|
logs/1684774810.0093544/events.out.tfevents.1684774810.40418e1bd333.4464.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13d6ff4e1fc14d34bfbd1243642ef8b6d2a86452c6c991e0b22ea97bf7e4be93
|
3 |
+
size 5978
|
logs/events.out.tfevents.1684767720.40418e1bd333.384.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faf7be58462b61230e852b57b275ae8502ca8bbbaff3b93a32ce68272d320f82
|
3 |
+
size 4248
|
logs/events.out.tfevents.1684774809.40418e1bd333.4464.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb28b7b1836050ea14cdb880dbf48c120f3da8bbbe4b6be4aa9c915d0262392f
|
3 |
+
size 4772
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bbb9466660c6999399f359d727fd10de53a9802d3b2c66d7e6767c9fe8c645b
|
3 |
+
size 990405045
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c162378d39c6e51710c099b4a16bfaa62b5a2f9ecb0b8d38a99fdb064bad1293
|
3 |
+
size 4795
|