datht commited on
Commit
4bd89e9
1 Parent(s): df82b1e

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e2568e0007836b615d904bf862c49c8b5f05f33a16aa2be19f5f695b93634883
3
  size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:507bd3c7beab0c0ea26bc5642b0f7c99c4fc15dd058a6d771e2b572986dac1cb
3
  size 267835644
run-5/checkpoint-2338/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.1",
34
+ "vocab_size": 30522
35
+ }
run-5/checkpoint-2338/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47786503e71f4b0dc378851ac0c8a430401667adc04c41d7cfd51ea866f5f891
3
+ size 267835644
run-5/checkpoint-2338/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85d6bff66d5e36636494dfb1e95ed1dc2835a4424a56b8b9be0ceff98f1aba47
3
+ size 535733434
run-5/checkpoint-2338/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff3f0bef5ddaaad0103d11c421bbb5e6e8af62c07c0588fdd1039772b9c2fb3c
3
+ size 14308
run-5/checkpoint-2338/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7dfbb434cc38f628c62d4d661433e70ca1c13d43224ed67117e06da33174eb3
3
+ size 1064
run-5/checkpoint-2338/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-5/checkpoint-2338/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-2338/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-5/checkpoint-2338/trainer_state.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7893835616438356,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-SA/run-5/checkpoint-1169",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2338,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.43,
13
+ "grad_norm": 5.201071262359619,
14
+ "learning_rate": 1.1428870609437754e-05,
15
+ "loss": 0.706,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.86,
20
+ "grad_norm": 0.526836633682251,
21
+ "learning_rate": 9.52849305549067e-06,
22
+ "loss": 0.5265,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_accuracy": 0.7893835616438356,
28
+ "eval_loss": 0.5095133185386658,
29
+ "eval_runtime": 3.5658,
30
+ "eval_samples_per_second": 163.78,
31
+ "eval_steps_per_second": 10.376,
32
+ "step": 1169
33
+ },
34
+ {
35
+ "epoch": 1.28,
36
+ "grad_norm": 53.4073600769043,
37
+ "learning_rate": 7.6281155015435886e-06,
38
+ "loss": 0.4275,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.71,
43
+ "grad_norm": 18.367666244506836,
44
+ "learning_rate": 5.727737947596506e-06,
45
+ "loss": 0.4062,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_accuracy": 0.7791095890410958,
51
+ "eval_loss": 0.5382534861564636,
52
+ "eval_runtime": 3.5769,
53
+ "eval_samples_per_second": 163.268,
54
+ "eval_steps_per_second": 10.344,
55
+ "step": 2338
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 3507,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 3,
62
+ "save_steps": 500,
63
+ "total_flos": 651755105188110.0,
64
+ "train_batch_size": 4,
65
+ "trial_name": null,
66
+ "trial_params": {
67
+ "learning_rate": 1.3329248163384835e-05,
68
+ "num_train_epochs": 3,
69
+ "per_device_train_batch_size": 4,
70
+ "seed": 29
71
+ }
72
+ }
run-5/checkpoint-2338/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2169875d997fb2cd49501109cfd101c2eb5aaba058ae6185bc1a61c9a68c978a
3
+ size 4984
run-5/checkpoint-2338/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-3507/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "max_position_embeddings": 512,
23
+ "model_type": "distilbert",
24
+ "n_heads": 12,
25
+ "n_layers": 6,
26
+ "pad_token_id": 0,
27
+ "problem_type": "single_label_classification",
28
+ "qa_dropout": 0.1,
29
+ "seq_classif_dropout": 0.2,
30
+ "sinusoidal_pos_embds": false,
31
+ "tie_weights_": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.38.1",
34
+ "vocab_size": 30522
35
+ }
run-5/checkpoint-3507/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:507bd3c7beab0c0ea26bc5642b0f7c99c4fc15dd058a6d771e2b572986dac1cb
3
+ size 267835644
run-5/checkpoint-3507/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b42312284d58359ebd0cf7ee6202fbaa141b25022fecb251c0b43116e2764e4
3
+ size 535733434
run-5/checkpoint-3507/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15a6d84d31f5389d0c42fd58a04f1359bb14a0b4558077a206e47bda9b33b4c3
3
+ size 14308
run-5/checkpoint-3507/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2948a4a5e5686bb0780170433cd937dc47201e1aab6546982faa1e885e236e8b
3
+ size 1064
run-5/checkpoint-3507/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-5/checkpoint-3507/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-3507/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-5/checkpoint-3507/trainer_state.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7893835616438356,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-SA/run-5/checkpoint-1169",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3507,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.43,
13
+ "grad_norm": 5.201071262359619,
14
+ "learning_rate": 1.1428870609437754e-05,
15
+ "loss": 0.706,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.86,
20
+ "grad_norm": 0.526836633682251,
21
+ "learning_rate": 9.52849305549067e-06,
22
+ "loss": 0.5265,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 1.0,
27
+ "eval_accuracy": 0.7893835616438356,
28
+ "eval_loss": 0.5095133185386658,
29
+ "eval_runtime": 3.5658,
30
+ "eval_samples_per_second": 163.78,
31
+ "eval_steps_per_second": 10.376,
32
+ "step": 1169
33
+ },
34
+ {
35
+ "epoch": 1.28,
36
+ "grad_norm": 53.4073600769043,
37
+ "learning_rate": 7.6281155015435886e-06,
38
+ "loss": 0.4275,
39
+ "step": 1500
40
+ },
41
+ {
42
+ "epoch": 1.71,
43
+ "grad_norm": 18.367666244506836,
44
+ "learning_rate": 5.727737947596506e-06,
45
+ "loss": 0.4062,
46
+ "step": 2000
47
+ },
48
+ {
49
+ "epoch": 2.0,
50
+ "eval_accuracy": 0.7791095890410958,
51
+ "eval_loss": 0.5382534861564636,
52
+ "eval_runtime": 3.5769,
53
+ "eval_samples_per_second": 163.268,
54
+ "eval_steps_per_second": 10.344,
55
+ "step": 2338
56
+ },
57
+ {
58
+ "epoch": 2.14,
59
+ "grad_norm": 4.965297698974609,
60
+ "learning_rate": 3.827360393649423e-06,
61
+ "loss": 0.4058,
62
+ "step": 2500
63
+ },
64
+ {
65
+ "epoch": 2.57,
66
+ "grad_norm": 19.966022491455078,
67
+ "learning_rate": 1.9269828397023416e-06,
68
+ "loss": 0.2917,
69
+ "step": 3000
70
+ },
71
+ {
72
+ "epoch": 2.99,
73
+ "grad_norm": 25.14493179321289,
74
+ "learning_rate": 2.6605285755259148e-08,
75
+ "loss": 0.3059,
76
+ "step": 3500
77
+ },
78
+ {
79
+ "epoch": 3.0,
80
+ "eval_accuracy": 0.7808219178082192,
81
+ "eval_loss": 0.6381190419197083,
82
+ "eval_runtime": 3.5897,
83
+ "eval_samples_per_second": 162.69,
84
+ "eval_steps_per_second": 10.307,
85
+ "step": 3507
86
+ }
87
+ ],
88
+ "logging_steps": 500,
89
+ "max_steps": 3507,
90
+ "num_input_tokens_seen": 0,
91
+ "num_train_epochs": 3,
92
+ "save_steps": 500,
93
+ "total_flos": 1140510309116220.0,
94
+ "train_batch_size": 4,
95
+ "trial_name": null,
96
+ "trial_params": {
97
+ "learning_rate": 1.3329248163384835e-05,
98
+ "num_train_epochs": 3,
99
+ "per_device_train_batch_size": 4,
100
+ "seed": 29
101
+ }
102
+ }
run-5/checkpoint-3507/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2169875d997fb2cd49501109cfd101c2eb5aaba058ae6185bc1a61c9a68c978a
3
+ size 4984
run-5/checkpoint-3507/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Apr01_13-09-37_c7a746a4e968/events.out.tfevents.1711980093.c7a746a4e968.35.8 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75bc919501ceb1366d23aff40f01837af1ef6e753ffbcc89e60c52b70a8e3636
3
- size 5613
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bc2b314a7b16b0d1ee82c4e7fa2bb342f93491bbb2270f6444918dddaec6e99
3
+ size 7457