richardchiu commited on
Commit
81be6c1
1 Parent(s): 098a1b0

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:9f89282192773f18f6349fe3918f94025ce964d3f10d405820f90c8565c4aa68
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0264745ed8cb93a9ba05fa315c92190f24a1e5993186e5f31190e5f0632d679
3
  size 267832560
run-1/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.39.1",
24
+ "vocab_size": 30522
25
+ }
run-1/checkpoint-4276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0264745ed8cb93a9ba05fa315c92190f24a1e5993186e5f31190e5f0632d679
3
+ size 267832560
run-1/checkpoint-4276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d67294183491af3b27fda7bdd5a394c7dfc0e2a1811af4b0da386470524f000f
3
+ size 535727290
run-1/checkpoint-4276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:792d7da015051b0f95daa7da21da56350a33a56efa48ffca82531ccffd0c139f
3
+ size 14244
run-1/checkpoint-4276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5609cb438edc0031999bbe8386beebb8d04a14c92914cf8c924e33d4f11cfa2b
3
+ size 1064
run-1/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-1/checkpoint-4276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/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-1/checkpoint-4276/trainer_state.json ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5011003042513985,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/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
+ "grad_norm": 7.5246806144714355,
14
+ "learning_rate": 1.1577749465690007e-05,
15
+ "loss": 0.5887,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.47,
20
+ "grad_norm": 25.256967544555664,
21
+ "learning_rate": 1.0044678826695038e-05,
22
+ "loss": 0.5585,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.7,
27
+ "grad_norm": 10.809298515319824,
28
+ "learning_rate": 8.511608187700069e-06,
29
+ "loss": 0.5535,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.94,
34
+ "grad_norm": 55.36846160888672,
35
+ "learning_rate": 6.978537548705099e-06,
36
+ "loss": 0.5117,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 1.0,
41
+ "eval_loss": 0.6122316122055054,
42
+ "eval_matthews_correlation": 0.45831111658186324,
43
+ "eval_runtime": 0.8138,
44
+ "eval_samples_per_second": 1281.66,
45
+ "eval_steps_per_second": 81.102,
46
+ "step": 2138
47
+ },
48
+ {
49
+ "epoch": 1.17,
50
+ "grad_norm": 71.29000854492188,
51
+ "learning_rate": 5.44546690971013e-06,
52
+ "loss": 0.4209,
53
+ "step": 2500
54
+ },
55
+ {
56
+ "epoch": 1.4,
57
+ "grad_norm": 3.4101831912994385,
58
+ "learning_rate": 3.912396270715161e-06,
59
+ "loss": 0.4658,
60
+ "step": 3000
61
+ },
62
+ {
63
+ "epoch": 1.64,
64
+ "grad_norm": 2.0748186111450195,
65
+ "learning_rate": 2.379325631720192e-06,
66
+ "loss": 0.4685,
67
+ "step": 3500
68
+ },
69
+ {
70
+ "epoch": 1.87,
71
+ "grad_norm": 153.2447052001953,
72
+ "learning_rate": 8.46254992725223e-07,
73
+ "loss": 0.4715,
74
+ "step": 4000
75
+ },
76
+ {
77
+ "epoch": 2.0,
78
+ "eval_loss": 0.7943716645240784,
79
+ "eval_matthews_correlation": 0.5011003042513985,
80
+ "eval_runtime": 0.7454,
81
+ "eval_samples_per_second": 1399.229,
82
+ "eval_steps_per_second": 88.542,
83
+ "step": 4276
84
+ }
85
+ ],
86
+ "logging_steps": 500,
87
+ "max_steps": 4276,
88
+ "num_input_tokens_seen": 0,
89
+ "num_train_epochs": 2,
90
+ "save_steps": 500,
91
+ "total_flos": 65361794770440.0,
92
+ "train_batch_size": 4,
93
+ "trial_name": null,
94
+ "trial_params": {
95
+ "learning_rate": 1.3110820104684976e-05,
96
+ "num_train_epochs": 2,
97
+ "per_device_train_batch_size": 4,
98
+ "seed": 22
99
+ }
100
+ }
run-1/checkpoint-4276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc31c849e6487c8907123e1d6a6f0f93bddeccd5c1dc35d3d931b06422622412
3
+ size 5048
run-1/checkpoint-4276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar23_02-14-11_d179836e26c8/events.out.tfevents.1711160316.d179836e26c8.903.5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdbb934ba1453d989f5840ea0b15cce345f88723bb7417563ffb9fab2d38ad42
3
- size 5785
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf2f247e598ec214d9f1bd3cd58b98efc9526998b25763dbf0eab2d88f08acb0
3
+ size 7318