Elkelouizajo commited on
Commit
bbc5377
·
verified ·
1 Parent(s): 052021a

Upload 22 files

Browse files
checkpoint-4500/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-large-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "finetuning_task": "text-classification",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "0",
16
+ "1": "1"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.39.0.dev0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 28996
42
+ }
checkpoint-4500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d727b73a581936966c2c651fa3323000f19432406d054fef47d020c571739abd
3
+ size 1334372264
checkpoint-4500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aed12945d713c1ca254acc1bb59c759b17974626f786baaeb299caa05f5365dc
3
+ size 2668979437
checkpoint-4500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63af7427845db6c2358c246c93d78bed505ea0048f332399b51cb40747c57a0d
3
+ size 14308
checkpoint-4500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8079167084d344a13026df8d1b372206ccd419105aaf622a842ea3bae800a132
3
+ size 1064
checkpoint-4500/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
+ }
checkpoint-4500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-4500/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": false,
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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
checkpoint-4500/trainer_state.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.25,
5
+ "eval_steps": 500,
6
+ "global_step": 4500,
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.25,
13
+ "grad_norm": 8.33536148071289,
14
+ "learning_rate": 1.9545454545454546e-05,
15
+ "loss": 0.5027,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.5,
20
+ "grad_norm": 142.45716857910156,
21
+ "learning_rate": 1.9090909090909094e-05,
22
+ "loss": 0.3982,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.75,
27
+ "grad_norm": 41.095272064208984,
28
+ "learning_rate": 1.8636363636363638e-05,
29
+ "loss": 0.3902,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "grad_norm": 1.3833879232406616,
35
+ "learning_rate": 1.8181818181818182e-05,
36
+ "loss": 0.3792,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.25,
41
+ "grad_norm": 22.25682258605957,
42
+ "learning_rate": 1.772727272727273e-05,
43
+ "loss": 0.2412,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.5,
48
+ "grad_norm": 0.08785621076822281,
49
+ "learning_rate": 1.7272727272727274e-05,
50
+ "loss": 0.2646,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 1.75,
55
+ "grad_norm": 0.1938224732875824,
56
+ "learning_rate": 1.681818181818182e-05,
57
+ "loss": 0.2591,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 2.0,
62
+ "grad_norm": 0.19619984924793243,
63
+ "learning_rate": 1.6363636363636366e-05,
64
+ "loss": 0.2579,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 2.25,
69
+ "grad_norm": 0.052116330713033676,
70
+ "learning_rate": 1.590909090909091e-05,
71
+ "loss": 0.1256,
72
+ "step": 4500
73
+ }
74
+ ],
75
+ "logging_steps": 500,
76
+ "max_steps": 22000,
77
+ "num_input_tokens_seen": 0,
78
+ "num_train_epochs": 11,
79
+ "save_steps": 500,
80
+ "total_flos": 3.353648204072141e+16,
81
+ "train_batch_size": 8,
82
+ "trial_name": null,
83
+ "trial_params": null
84
+ }
checkpoint-4500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841cca5ca8f442bb498a1e599a68b8668b20af506517904fc9f8db7b28756855
3
+ size 4920
checkpoint-4500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5000/config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-large-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "finetuning_task": "text-classification",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "0",
16
+ "1": "1"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 4096,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 16,
28
+ "num_hidden_layers": 24,
29
+ "pad_token_id": 0,
30
+ "pooler_fc_size": 768,
31
+ "pooler_num_attention_heads": 12,
32
+ "pooler_num_fc_layers": 3,
33
+ "pooler_size_per_head": 128,
34
+ "pooler_type": "first_token_transform",
35
+ "position_embedding_type": "absolute",
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.39.0.dev0",
39
+ "type_vocab_size": 2,
40
+ "use_cache": true,
41
+ "vocab_size": 28996
42
+ }
checkpoint-5000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a65debf665ff060e4047a330eafe941a2b4f6b80047d5fc2109024afd7b0ee7c
3
+ size 1334372264
checkpoint-5000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44567cc8f65d597408e8a2444f375aaf4a3951279b00ee5d35271166c7f10ffe
3
+ size 2668979437
checkpoint-5000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71254869ebec25962fb10b9928bbc89a2bc04ee6e947568bcab929368050682
3
+ size 14308
checkpoint-5000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82a7a05d08232eeba12cd4e2f1e656f03244718ec3cd1fffc958670b9a53909
3
+ size 1064
checkpoint-5000/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
+ }
checkpoint-5000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-5000/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": false,
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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
checkpoint-5000/trainer_state.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.5,
5
+ "eval_steps": 500,
6
+ "global_step": 5000,
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.25,
13
+ "grad_norm": 8.33536148071289,
14
+ "learning_rate": 1.9545454545454546e-05,
15
+ "loss": 0.5027,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.5,
20
+ "grad_norm": 142.45716857910156,
21
+ "learning_rate": 1.9090909090909094e-05,
22
+ "loss": 0.3982,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.75,
27
+ "grad_norm": 41.095272064208984,
28
+ "learning_rate": 1.8636363636363638e-05,
29
+ "loss": 0.3902,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 1.0,
34
+ "grad_norm": 1.3833879232406616,
35
+ "learning_rate": 1.8181818181818182e-05,
36
+ "loss": 0.3792,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.25,
41
+ "grad_norm": 22.25682258605957,
42
+ "learning_rate": 1.772727272727273e-05,
43
+ "loss": 0.2412,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.5,
48
+ "grad_norm": 0.08785621076822281,
49
+ "learning_rate": 1.7272727272727274e-05,
50
+ "loss": 0.2646,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 1.75,
55
+ "grad_norm": 0.1938224732875824,
56
+ "learning_rate": 1.681818181818182e-05,
57
+ "loss": 0.2591,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 2.0,
62
+ "grad_norm": 0.19619984924793243,
63
+ "learning_rate": 1.6363636363636366e-05,
64
+ "loss": 0.2579,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 2.25,
69
+ "grad_norm": 0.052116330713033676,
70
+ "learning_rate": 1.590909090909091e-05,
71
+ "loss": 0.1256,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 2.5,
76
+ "grad_norm": 19.55641746520996,
77
+ "learning_rate": 1.5454545454545454e-05,
78
+ "loss": 0.1313,
79
+ "step": 5000
80
+ }
81
+ ],
82
+ "logging_steps": 500,
83
+ "max_steps": 22000,
84
+ "num_input_tokens_seen": 0,
85
+ "num_train_epochs": 11,
86
+ "save_steps": 500,
87
+ "total_flos": 3.726420749403341e+16,
88
+ "train_batch_size": 8,
89
+ "trial_name": null,
90
+ "trial_params": null
91
+ }
checkpoint-5000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841cca5ca8f442bb498a1e599a68b8668b20af506517904fc9f8db7b28756855
3
+ size 4920
checkpoint-5000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff