Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +32 -0
- logs/events.out.tfevents.1689533341.ip-10-0-15-95.2850.0 +3 -0
- logs/events.out.tfevents.1689533849.ip-10-0-15-95.3176.0 +3 -0
- logs/events.out.tfevents.1689534128.ip-10-0-15-95.3406.0 +3 -0
- logs/events.out.tfevents.1689576911.ip-10-0-15-95.2214.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,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/flan-t5-large",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 2816,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 1024,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "gelu_new",
|
11 |
+
"dropout_rate": 0.1,
|
12 |
+
"eos_token_id": 1,
|
13 |
+
"feed_forward_proj": "gated-gelu",
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"is_encoder_decoder": true,
|
16 |
+
"is_gated_act": true,
|
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,
|
26 |
+
"relative_attention_num_buckets": 32,
|
27 |
+
"tie_word_embeddings": false,
|
28 |
+
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.30.2",
|
30 |
+
"use_cache": true,
|
31 |
+
"vocab_size": 32128
|
32 |
+
}
|
logs/events.out.tfevents.1689533341.ip-10-0-15-95.2850.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a9169d90203fc76d712d5f44549b68b5f4f557bc3d559545b9aec5aef2c6e80
|
3 |
+
size 4349
|
logs/events.out.tfevents.1689533849.ip-10-0-15-95.3176.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6df9ead88f7deec52055899b71059edf6bc76f1ad2e3f5aa9eec6ab8bd780140
|
3 |
+
size 4349
|
logs/events.out.tfevents.1689534128.ip-10-0-15-95.3406.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f4b564c278191d19e60c9d7c67379df3ec1aa1945439828e9c0a207a98d4a69
|
3 |
+
size 4349
|
logs/events.out.tfevents.1689576911.ip-10-0-15-95.2214.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:092ece119a861fe613b2ad7dcfc40613c6d794139229f1fcddb4e6b72a7d20c8
|
3 |
+
size 4506
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cd8863b13a230b1279ed067b3f38b1b59a90ced9ad1610763e96d1b955b508a
|
3 |
+
size 3132793669
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21daab7dd45482ba28b544d226dadf49cf194c30991326ca1b0b726ae460ad9f
|
3 |
+
size 4155
|