abdiharyadi
commited on
Commit
•
c490392
1
Parent(s):
410a8a5
Training in progress, step 22196, checkpoint
Browse files- last-checkpoint/config.json +40 -0
- last-checkpoint/generation_config.json +6 -0
- last-checkpoint/model.safetensors +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/trainer_state.json +84 -0
- last-checkpoint/training_args.bin +3 -0
last-checkpoint/config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "indobenchmark/indogpt",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.1,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"layer_norm_epsilon": 1e-05,
|
13 |
+
"model_type": "gpt2",
|
14 |
+
"n_ctx": 1024,
|
15 |
+
"n_embd": 768,
|
16 |
+
"n_head": 12,
|
17 |
+
"n_inner": null,
|
18 |
+
"n_layer": 12,
|
19 |
+
"n_positions": 1024,
|
20 |
+
"reorder_and_upcast_attn": false,
|
21 |
+
"resid_pdrop": 0.1,
|
22 |
+
"scale_attn_by_inverse_layer_idx": false,
|
23 |
+
"scale_attn_weights": true,
|
24 |
+
"summary_activation": null,
|
25 |
+
"summary_first_dropout": 0.1,
|
26 |
+
"summary_proj_to_labels": true,
|
27 |
+
"summary_type": "cls_index",
|
28 |
+
"summary_use_proj": true,
|
29 |
+
"task_specific_params": {
|
30 |
+
"text-generation": {
|
31 |
+
"do_sample": true,
|
32 |
+
"max_length": 50
|
33 |
+
}
|
34 |
+
},
|
35 |
+
"tokenizer_class": "IndoNLGTokenizer",
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.40.2",
|
38 |
+
"use_cache": true,
|
39 |
+
"vocab_size": 40008
|
40 |
+
}
|
last-checkpoint/generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.40.2"
|
6 |
+
}
|
last-checkpoint/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b21f92c5404e47ca68173c72e07deb02dcfa76c6312bfb3d05f725b4f679cbf
|
3 |
+
size 466289280
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56f5d7d432340dbfdef4cab0f95469e56a22e08486a799d3fbd65e9e98a71d44
|
3 |
+
size 932672442
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e449fc9f9384966e985a4bf6c53028dd32ac5ab84734989ccd4f8a7db41222b
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb43267f42c0224bd01b14a0c31ba8171c7255d3fa2f54496a7fc6309c899172
|
3 |
+
size 1064
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.10000045053365712,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 22196,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.010001847187994179,
|
13 |
+
"grad_norm": 8.891203880310059,
|
14 |
+
"learning_rate": 9.89998152812006e-06,
|
15 |
+
"loss": 3.7466,
|
16 |
+
"step": 2220
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.020003694375988357,
|
20 |
+
"grad_norm": 9.095343589782715,
|
21 |
+
"learning_rate": 9.799963056240118e-06,
|
22 |
+
"loss": 3.8874,
|
23 |
+
"step": 4440
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.030005541563982538,
|
27 |
+
"grad_norm": 10.57905387878418,
|
28 |
+
"learning_rate": 9.699944584360175e-06,
|
29 |
+
"loss": 3.865,
|
30 |
+
"step": 6660
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.040007388751976715,
|
34 |
+
"grad_norm": 4.935700416564941,
|
35 |
+
"learning_rate": 9.599926112480233e-06,
|
36 |
+
"loss": 3.8441,
|
37 |
+
"step": 8880
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.0500092359399709,
|
41 |
+
"grad_norm": 8.008011817932129,
|
42 |
+
"learning_rate": 9.499907640600292e-06,
|
43 |
+
"loss": 3.8126,
|
44 |
+
"step": 11100
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.060011083127965076,
|
48 |
+
"grad_norm": 6.469420909881592,
|
49 |
+
"learning_rate": 9.39988916872035e-06,
|
50 |
+
"loss": 3.8078,
|
51 |
+
"step": 13320
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.07001293031595926,
|
55 |
+
"grad_norm": 7.097398281097412,
|
56 |
+
"learning_rate": 9.29987069684041e-06,
|
57 |
+
"loss": 3.8054,
|
58 |
+
"step": 15540
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.08001477750395343,
|
62 |
+
"grad_norm": 5.952394485473633,
|
63 |
+
"learning_rate": 9.199852224960467e-06,
|
64 |
+
"loss": 3.802,
|
65 |
+
"step": 17760
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.09001662469194761,
|
69 |
+
"grad_norm": 4.3405280113220215,
|
70 |
+
"learning_rate": 9.099833753080524e-06,
|
71 |
+
"loss": 3.7729,
|
72 |
+
"step": 19980
|
73 |
+
}
|
74 |
+
],
|
75 |
+
"logging_steps": 2220,
|
76 |
+
"max_steps": 221959,
|
77 |
+
"num_input_tokens_seen": 0,
|
78 |
+
"num_train_epochs": 1,
|
79 |
+
"save_steps": 22196,
|
80 |
+
"total_flos": 5202695881728000.0,
|
81 |
+
"train_batch_size": 2,
|
82 |
+
"trial_name": null,
|
83 |
+
"trial_params": null
|
84 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fc904bdbb5ea6bf89d8de9a3fba06afee811e2edd34c9927b4008ec65155662
|
3 |
+
size 5176
|