Hanin00
commited on
Commit
·
fb0532d
1
Parent(s):
3068764
:sparkles: AM0628
Browse files- .gitattributes +0 -0
- config.json +35 -0
- generation_config.json +7 -0
- optimizer.pt +3 -0
- pytorch_model.bin +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- trainer_state.json +40 -0
- training_args.bin +3 -0
.gitattributes
CHANGED
File without changes
|
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "KETI-AIR-Downstream/long-ke-t5-base-translation-aihub-bidirection",
|
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": "transient-global",
|
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.27.0",
|
33 |
+
"use_cache": true,
|
34 |
+
"vocab_size": 64100
|
35 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.27.0"
|
7 |
+
}
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:546c4d041a3bc3851d7c0d74985fb40868e0407a9c74b5d7afe23fc6087b8f6b
|
3 |
+
size 2373746501
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9bfd3f733f90b95dcc7c359beb03cfa7a1cfb6b4647c09ef2800bccc23d22bb
|
3 |
+
size 1186888873
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d42e2807635c919e14d32e40844364d3a20d3f7a05dd5ae3abca6bcb4e2904bb
|
3 |
+
size 15597
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dab902f159224e21f81ba12869ee31afe1267988476bd4526a10ae02270baf3d
|
3 |
+
size 627
|
trainer_state.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 48.78048780487805,
|
5 |
+
"global_step": 2000,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 12.2,
|
12 |
+
"learning_rate": 4.390243902439025e-05,
|
13 |
+
"loss": 0.8905,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 24.39,
|
18 |
+
"learning_rate": 3.780487804878049e-05,
|
19 |
+
"loss": 0.0511,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 36.59,
|
24 |
+
"learning_rate": 3.170731707317073e-05,
|
25 |
+
"loss": 0.0304,
|
26 |
+
"step": 1500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 48.78,
|
30 |
+
"learning_rate": 2.5609756097560977e-05,
|
31 |
+
"loss": 0.0265,
|
32 |
+
"step": 2000
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"max_steps": 4100,
|
36 |
+
"num_train_epochs": 100,
|
37 |
+
"total_flos": 2065509794709504.0,
|
38 |
+
"trial_name": null,
|
39 |
+
"trial_params": null
|
40 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55bc2a70fc79f2422b578b9b322268df477f1e8e5744100eb8cfb675733b334b
|
3 |
+
size 3707
|