halu1003 commited on
Commit
c810669
·
1 Parent(s): 5a26e4c

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:4d3b2e217d650a9480acbe329b45f8b141de34bd539a476b4531d454d764da17
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c9db6b304cec82199c794dc856ace06a931e2bf6d224a19996ad692e9dd528
3
  size 267832560
run-3/checkpoint-268/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.36.2",
24
+ "vocab_size": 30522
25
+ }
run-3/checkpoint-268/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2592b8c29caf392be7f7f475e1d615bf6e161a1feea9aad896662f96c4c1abb0
3
+ size 267832560
run-3/checkpoint-268/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ecd3b895093175f3a73dba4768d7604cd3e5b3a397bde94a1f7e9f42b4f58dd
3
+ size 535727290
run-3/checkpoint-268/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ede6b03a2600d287b2b7af9fcd02ae6f3ddd8e32d2e292bf231ffdd642ae9eeb
3
+ size 14308
run-3/checkpoint-268/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e4cbff64374187a0427418723fc6956acde83c37ddd0e481309e2455b8d6b3
3
+ size 1064
run-3/checkpoint-268/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-268/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-268/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-268/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-3/checkpoint-134",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 268,
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.6148698329925537,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.768,
16
+ "eval_samples_per_second": 1358.112,
17
+ "eval_steps_per_second": 85.94,
18
+ "step": 134
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6106393337249756,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.7777,
25
+ "eval_samples_per_second": 1341.086,
26
+ "eval_steps_per_second": 84.863,
27
+ "step": 268
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 268,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 64,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 1.1733425766035844e-06,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 64,
42
+ "seed": 32
43
+ }
44
+ }
run-3/checkpoint-268/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99eb940aa1c1d981227783c76591ca444ab02b2a22829ce4fbdfce9e668bb16c
3
+ size 4792
run-3/checkpoint-268/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-4/checkpoint-134/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:949408d61d5ac6b2653a74d309ab26cdd3be09b79060ae6c3894e67ad1e97068
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c9db6b304cec82199c794dc856ace06a931e2bf6d224a19996ad692e9dd528
3
  size 267832560
run-4/checkpoint-134/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8df5c326146b9f46ec0c075009734a7fdcc33e443f607ffa52d3473271f54437
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed057952dadc8551213e49cf4868490fcd1b56bc9266575efb1cc9af78ba7be8
3
  size 535727290
run-4/checkpoint-134/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7d58e82f2ee7a032b0b5398225e6e82ec00cc018b7d78794d6e570470038097
3
  size 14308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56a86fffc2bf2835432cce2f692113fe3df57ced71234f9929276224ee1a1cc9
3
  size 14308
run-4/checkpoint-134/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77136fe6a7094a4cb5cc83cb5201f3ba4a89761186c3850a980cc44fa8495c96
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4b58bbaa9526a55ca1b10ffcb9a70bbdb675d6fc15549a682f95e36348e39ea
3
  size 1064
run-4/checkpoint-134/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.4130889956247439,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-134",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,11 +10,11 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.4921027719974518,
14
- "eval_matthews_correlation": 0.4130889956247439,
15
- "eval_runtime": 0.7437,
16
- "eval_samples_per_second": 1402.413,
17
- "eval_steps_per_second": 88.743,
18
  "step": 134
19
  }
20
  ],
@@ -27,9 +27,9 @@
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 2.3070930848457665e-05,
31
  "num_train_epochs": 3,
32
  "per_device_train_batch_size": 64,
33
- "seed": 17
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.3489031724545359,
3
  "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-4/checkpoint-134",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.5429930686950684,
14
+ "eval_matthews_correlation": 0.3489031724545359,
15
+ "eval_runtime": 0.7377,
16
+ "eval_samples_per_second": 1413.869,
17
+ "eval_steps_per_second": 89.468,
18
  "step": 134
19
  }
20
  ],
 
27
  "train_batch_size": 64,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 2.829056514710492e-05,
31
  "num_train_epochs": 3,
32
  "per_device_train_batch_size": 64,
33
+ "seed": 21
34
  }
35
  }
run-4/checkpoint-134/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:36bde66e6449e9c1f7e73eb4952b2d02cf91a055154e256af6d28a1a6c8f7d0c
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b56e5f82cc951887c4c01ff028e462450cb914b81691299dbf652a64752f11
3
  size 4792
runs/Dec23_05-05-39_584c28cbb8bb/events.out.tfevents.1703308880.584c28cbb8bb.195.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13a7e60dcde06cad56ab19deb2b06a35670302789cef7d12ab4d78bdadb4dc72
3
+ size 5710
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99eb940aa1c1d981227783c76591ca444ab02b2a22829ce4fbdfce9e668bb16c
3
  size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61b56e5f82cc951887c4c01ff028e462450cb914b81691299dbf652a64752f11
3
  size 4792