stuser2023 commited on
Commit
a139824
1 Parent(s): 42b479c

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3e23ba7e6a01947e1110b485a53afa57f07a9d2e17f35a044f4f9578e369115
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b7b79ad7d628ee954291594a9c617d6f0042ff7ff358712495239061c1e8cb
3
  size 267832560
run-3/checkpoint-1070/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-1070/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1325b144e673bc8c704ac594ed6a686faac301721deb7a7ce160c17f59a0c4aa
3
+ size 267832560
run-3/checkpoint-1070/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74fef9fa81f9a474aed1f3a6bdcb13ae81532eed2c2265898974ed10ab429392
3
+ size 535727290
run-3/checkpoint-1070/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b1fdb9e2fa8c5a5da2db0687852f5f05e14f913960dc4bb4008cfc508b4d6d
3
+ size 14308
run-3/checkpoint-1070/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac922cde13cebd09a494231e46545dfb5fa8c69b7031eb000ec46ad56f00a6f9
3
+ size 1064
run-3/checkpoint-1070/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-3/checkpoint-1070/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-1070/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-3/checkpoint-1070/trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.4998717031733986,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-1070",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1070,
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.93,
13
+ "grad_norm": 5.447902679443359,
14
+ "learning_rate": 1.6748372574003986e-05,
15
+ "loss": 0.5233,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_loss": 0.51726233959198,
21
+ "eval_matthews_correlation": 0.3954714111531051,
22
+ "eval_runtime": 0.832,
23
+ "eval_samples_per_second": 1253.624,
24
+ "eval_steps_per_second": 79.328,
25
+ "step": 535
26
+ },
27
+ {
28
+ "epoch": 1.87,
29
+ "grad_norm": 4.607208251953125,
30
+ "learning_rate": 2.0568176845268055e-06,
31
+ "loss": 0.3131,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_loss": 0.5029475688934326,
37
+ "eval_matthews_correlation": 0.4998717031733986,
38
+ "eval_runtime": 0.7988,
39
+ "eval_samples_per_second": 1305.636,
40
+ "eval_steps_per_second": 82.619,
41
+ "step": 1070
42
+ }
43
+ ],
44
+ "logging_steps": 500,
45
+ "max_steps": 1070,
46
+ "num_input_tokens_seen": 0,
47
+ "num_train_epochs": 2,
48
+ "save_steps": 500,
49
+ "total_flos": 85092192859320.0,
50
+ "train_batch_size": 16,
51
+ "trial_name": null,
52
+ "trial_params": {
53
+ "learning_rate": 3.143992746348117e-05,
54
+ "num_train_epochs": 2,
55
+ "per_device_train_batch_size": 16,
56
+ "seed": 29
57
+ }
58
+ }
run-3/checkpoint-1070/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ae918fb7e79815debd9294bc997f157b1a5d89758d8f836242669ec44a6fca
3
+ size 4984
run-3/checkpoint-1070/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-134/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.38.2",
24
+ "vocab_size": 30522
25
+ }
run-4/checkpoint-134/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b7b79ad7d628ee954291594a9c617d6f0042ff7ff358712495239061c1e8cb
3
+ size 267832560
run-4/checkpoint-134/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:624c7d0678ee103872690eea9636756712f9c1352f32a056649a0c52d0bb9431
3
+ size 535727290
run-4/checkpoint-134/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b229645b40fbde71bfefe569bc58bee6d1d10d8f74232c3f3372fca937d6d3
3
+ size 14244
run-4/checkpoint-134/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45b8f80f8d88a81e1c1d461e7e75d2259bb99880860ab571ad3113bd523146cb
3
+ size 1064
run-4/checkpoint-134/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-4/checkpoint-134/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-134/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-4/checkpoint-134/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-134",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 134,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_loss": 0.5651528239250183,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.8455,
16
+ "eval_samples_per_second": 1233.59,
17
+ "eval_steps_per_second": 78.06,
18
+ "step": 134
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 134,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 64,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 1.0647254903827648e-05,
31
+ "num_train_epochs": 1,
32
+ "per_device_train_batch_size": 64,
33
+ "seed": 35
34
+ }
35
+ }
run-4/checkpoint-134/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a12fdc24cb9dc9a62bc10545627abe46debf8706f86ab2fc532296984bfd9c9
3
+ size 4984
run-4/checkpoint-134/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar16_01-46-29_6e5f088ca464/events.out.tfevents.1710555004.6e5f088ca464.226.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:727b13acc6d3a9714d0d4e22ad0fc867304cf6824756cab0d59d6790591379ce
3
+ size 5279
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:64ae918fb7e79815debd9294bc997f157b1a5d89758d8f836242669ec44a6fca
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a12fdc24cb9dc9a62bc10545627abe46debf8706f86ab2fc532296984bfd9c9
3
  size 4984