JiAYu1997 commited on
Commit
958e947
1 Parent(s): 0a5a404

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc8900deb741c06fd2ef8ce50333046b90725a0ec464e0f1ebe44f3b10892c55
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e86f473bce5bc106516c823de685d7f8a5f9fb1d929e8a68aabad4f7537dd01
3
  size 267832560
run-5/checkpoint-4276/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.37.2",
24
+ "vocab_size": 30522
25
+ }
run-5/checkpoint-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e86f473bce5bc106516c823de685d7f8a5f9fb1d929e8a68aabad4f7537dd01
3
+ size 267832560
run-5/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1551019922e1891052a1e8a13c5860c02a88b383e37d979e69baa30ef305e5ca
3
+ size 535727290
run-5/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32a1bc6407a2d5b3e9fc976e0e4eac012833775e16a6e2d36ee64ba279cfa103
3
+ size 14308
run-5/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c676628bc1e40a927e24d73a2bca1aa8a6ecf18f875f958a2dc08a3a5cc225bf
3
+ size 1064
run-5/checkpoint-4276/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-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-5/checkpoint-4276/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-4276/trainer_state.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4774039469283523,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-5/checkpoint-4276",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4276,
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.23,
13
+ "learning_rate": 1.0558259731736587e-05,
14
+ "loss": 0.5657,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.47,
19
+ "learning_rate": 9.160185085055365e-06,
20
+ "loss": 0.543,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.7,
25
+ "learning_rate": 7.762110438374143e-06,
26
+ "loss": 0.542,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.94,
31
+ "learning_rate": 6.3640357916929215e-06,
32
+ "loss": 0.51,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 1.0,
37
+ "eval_loss": 0.632324755191803,
38
+ "eval_matthews_correlation": 0.42751732583319796,
39
+ "eval_runtime": 0.7248,
40
+ "eval_samples_per_second": 1439.069,
41
+ "eval_steps_per_second": 91.063,
42
+ "step": 2138
43
+ },
44
+ {
45
+ "epoch": 1.17,
46
+ "learning_rate": 4.9659611450117004e-06,
47
+ "loss": 0.4411,
48
+ "step": 2500
49
+ },
50
+ {
51
+ "epoch": 1.4,
52
+ "learning_rate": 3.567886498330478e-06,
53
+ "loss": 0.444,
54
+ "step": 3000
55
+ },
56
+ {
57
+ "epoch": 1.64,
58
+ "learning_rate": 2.169811851649256e-06,
59
+ "loss": 0.4384,
60
+ "step": 3500
61
+ },
62
+ {
63
+ "epoch": 1.87,
64
+ "learning_rate": 7.717372049680345e-07,
65
+ "loss": 0.4431,
66
+ "step": 4000
67
+ },
68
+ {
69
+ "epoch": 2.0,
70
+ "eval_loss": 0.8114245533943176,
71
+ "eval_matthews_correlation": 0.4774039469283523,
72
+ "eval_runtime": 0.7725,
73
+ "eval_samples_per_second": 1350.209,
74
+ "eval_steps_per_second": 85.44,
75
+ "step": 4276
76
+ }
77
+ ],
78
+ "logging_steps": 500,
79
+ "max_steps": 4276,
80
+ "num_input_tokens_seen": 0,
81
+ "num_train_epochs": 2,
82
+ "save_steps": 500,
83
+ "total_flos": 65376283392168.0,
84
+ "train_batch_size": 4,
85
+ "trial_name": null,
86
+ "trial_params": {
87
+ "learning_rate": 1.195633437841781e-05,
88
+ "num_train_epochs": 2,
89
+ "per_device_train_batch_size": 4,
90
+ "seed": 17
91
+ }
92
+ }
run-5/checkpoint-4276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e39bf4dee25b10abf7d7506dfce380b8e74cbcd0a183464d4d3103ba37015d
3
+ size 4792
run-5/checkpoint-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Feb07_07-45-57_5815a830ed1c/events.out.tfevents.1707293355.5815a830ed1c.392.7 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:db0a91e0b9de295845af2d08cbf9c002bb362ced26cc901b8e530526c09f853c
3
- size 5630
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d5ea2de575fc8db3b0eeb6aaf6f13a869aca574a95009a50de7d701e4a9eea1
3
+ size 6633