w05230505 commited on
Commit
e3b878f
1 Parent(s): cdc2472

Training in progress, epoch 3, checkpoint

Browse files
checkpoint-1605/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "cola",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "label2id": {
16
+ "acceptable": 1,
17
+ "unacceptable": 0
18
+ },
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "bert",
22
+ "num_attention_heads": 12,
23
+ "num_hidden_layers": 12,
24
+ "pad_token_id": 0,
25
+ "position_embedding_type": "absolute",
26
+ "problem_type": "single_label_classification",
27
+ "torch_dtype": "float32",
28
+ "transformers_version": "4.45.0.dev0",
29
+ "type_vocab_size": 2,
30
+ "use_cache": true,
31
+ "vocab_size": 30522
32
+ }
checkpoint-1605/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be45c6a99770051816b57f518d2275a64eb31c68755ff73c47022f26774a8fae
3
+ size 437958648
checkpoint-1605/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6967460553984040d1f13f974125676afef82e6d78809c1879469f40d5f1a37
3
+ size 876038394
checkpoint-1605/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a55345f8eff1a9b65a6802737d84c263421781faa5874b8c81811790624e1622
3
+ size 14244
checkpoint-1605/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920e0bbda21c75fc7cac58a3bd57de64d4e8057fabfe0e03dd126ce6ec38d845
3
+ size 1064
checkpoint-1605/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-1605/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1605/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": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
checkpoint-1605/trainer_state.json ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1605,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 14.7899808883667,
14
+ "learning_rate": 1.3333333333333333e-05,
15
+ "loss": 0.4866,
16
+ "step": 535
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.42115479707717896,
21
+ "eval_matthews_correlation": 0.5497032501894998,
22
+ "eval_runtime": 4.7251,
23
+ "eval_samples_per_second": 220.738,
24
+ "eval_steps_per_second": 27.724,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 33.17850112915039,
30
+ "learning_rate": 6.666666666666667e-06,
31
+ "loss": 0.2848,
32
+ "step": 1070
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5097023844718933,
37
+ "eval_matthews_correlation": 0.5726999708077573,
38
+ "eval_runtime": 4.4553,
39
+ "eval_samples_per_second": 234.104,
40
+ "eval_steps_per_second": 29.403,
41
+ "step": 1070
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 0.3264881372451782,
46
+ "learning_rate": 0.0,
47
+ "loss": 0.1867,
48
+ "step": 1605
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_loss": 0.6564142107963562,
53
+ "eval_matthews_correlation": 0.5577353353156735,
54
+ "eval_runtime": 4.4818,
55
+ "eval_samples_per_second": 232.721,
56
+ "eval_steps_per_second": 29.23,
57
+ "step": 1605
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 1605,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 3,
64
+ "save_steps": 500,
65
+ "stateful_callbacks": {
66
+ "TrainerControl": {
67
+ "args": {
68
+ "should_epoch_stop": false,
69
+ "should_evaluate": false,
70
+ "should_log": false,
71
+ "should_save": true,
72
+ "should_training_stop": true
73
+ },
74
+ "attributes": {}
75
+ }
76
+ },
77
+ "total_flos": 6749587903150080.0,
78
+ "train_batch_size": 16,
79
+ "trial_name": null,
80
+ "trial_params": null
81
+ }
checkpoint-1605/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a16dd18bcd0b40ae39532cb90cfd5f464ded8538b2de52f1f0c207c291c7e3b
3
+ size 5240
checkpoint-1605/vocab.txt ADDED
The diff for this file is too large to render. See raw diff