w05230505 commited on
Commit
10c8da7
1 Parent(s): a1b6458

Training in progress, epoch 3, checkpoint

Browse files
checkpoint-12630/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": "sst2",
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
+ "negative": 0,
17
+ "positive": 1
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-12630/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38eb4c788530aa655276d0d962ad919853c14a8a3a960b334be0be5a8683e4e0
3
+ size 437958648
checkpoint-12630/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb3710af4f4464d1d98bd4ea5abc178015558427f547810778d6ed8dc924fa7e
3
+ size 876038394
checkpoint-12630/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3cf4272f16e918dbaf3fa79f488f2545519e485367c20bee308d4db56782da
3
+ size 14244
checkpoint-12630/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6000c1c54db0ffa05ab89e68002dd7cbf61eede2fffd13cb24b972c1d2fe1b05
3
+ size 1064
checkpoint-12630/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-12630/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-12630/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-12630/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": 12630,
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": 2.1736228466033936,
14
+ "learning_rate": 1.3333333333333333e-05,
15
+ "loss": 0.221,
16
+ "step": 4210
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.9254587155963303,
21
+ "eval_loss": 0.24894081056118011,
22
+ "eval_runtime": 4.0813,
23
+ "eval_samples_per_second": 213.657,
24
+ "eval_steps_per_second": 26.707,
25
+ "step": 4210
26
+ },
27
+ {
28
+ "epoch": 2.0,
29
+ "grad_norm": 43.896240234375,
30
+ "learning_rate": 6.666666666666667e-06,
31
+ "loss": 0.1201,
32
+ "step": 8420
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.9139908256880734,
37
+ "eval_loss": 0.29328054189682007,
38
+ "eval_runtime": 4.1012,
39
+ "eval_samples_per_second": 212.62,
40
+ "eval_steps_per_second": 26.578,
41
+ "step": 8420
42
+ },
43
+ {
44
+ "epoch": 3.0,
45
+ "grad_norm": 0.12351109832525253,
46
+ "learning_rate": 0.0,
47
+ "loss": 0.0746,
48
+ "step": 12630
49
+ },
50
+ {
51
+ "epoch": 3.0,
52
+ "eval_accuracy": 0.926605504587156,
53
+ "eval_loss": 0.31984743475914,
54
+ "eval_runtime": 4.3274,
55
+ "eval_samples_per_second": 201.505,
56
+ "eval_steps_per_second": 25.188,
57
+ "step": 12630
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 12630,
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": 5.316079940232192e+16,
78
+ "train_batch_size": 16,
79
+ "trial_name": null,
80
+ "trial_params": null
81
+ }
checkpoint-12630/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2c002a2c5947e6fb3d0fbd75b6ee10366079e276ba3005eb7b4bfddcf31fd5
3
+ size 5176
checkpoint-12630/vocab.txt ADDED
The diff for this file is too large to render. See raw diff