SjardiWillems commited on
Commit
e975186
·
verified ·
1 Parent(s): 97a95df

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:74155891d985b0d42ab73fff22f25b8d3ec62478beed1d5b251aca605465c701
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15dce029c51b77276ae1e2af8f2c79296b9ad0e00cbc81423735c42f50bc9526
3
  size 267832560
run-1/checkpoint-28/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-1/checkpoint-28/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0a74fcf90dad5f09e8b5a5cd9dee8c1e2dff71db3343cd13ce27df171e674be
3
+ size 267832560
run-1/checkpoint-28/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3925ee5dcc1af0e888c296c2c41f3ac8b1174254b6777e47c0b2ebfc80b17686
3
+ size 535727290
run-1/checkpoint-28/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f59e5e117a7281d196f006d261cb771d649175d27382a76cf25f9a89b715d7cb
3
+ size 14244
run-1/checkpoint-28/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:298c23041f72b54004504b7fd56abdfaf126921b0c0b80e9b54e9740bfaf5a31
3
+ size 1064
run-1/checkpoint-28/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-28/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-28/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-28/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-28",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 28,
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.6712570190429688,
14
+ "eval_matthews_correlation": -0.004094348593533731,
15
+ "eval_runtime": 0.4692,
16
+ "eval_samples_per_second": 2222.921,
17
+ "eval_steps_per_second": 140.664,
18
+ "step": 14
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6607634425163269,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 0.5052,
25
+ "eval_samples_per_second": 2064.347,
26
+ "eval_steps_per_second": 130.63,
27
+ "step": 28
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 28,
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": 3.482861293435522e-06,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 64,
42
+ "seed": 22
43
+ }
44
+ }
run-1/checkpoint-28/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df0f639343d75cb266d6d449e470a6f2e2f119cf3158ecf6b8d9125888beaf82
3
+ size 4984
run-1/checkpoint-28/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-27/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:deb089e9ac2ba3e9bfee178463e0a5351fb79b4046211f6167830b3a160bf33d
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15dce029c51b77276ae1e2af8f2c79296b9ad0e00cbc81423735c42f50bc9526
3
  size 267832560
run-2/checkpoint-27/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9516b058e496477f19f51008db1771b000eaf246f9e98c490d8a5ab51f6be89
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82fb3ad45ed9e7c92567e9c14edfe44978611e24e9b3865eace7d8476caeac8
3
  size 535727290
run-2/checkpoint-27/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23e4eac4ccb653df691c572046a6c191bf2e41b96f073d92f8e06f4ada58c10e
3
- size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f64399dab3fa3d7587557002c1e88b3c04aab77244cf3e5548a2cb0245adaac
3
+ size 14308
run-2/checkpoint-27/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1004f35ea8de92c80186b5611f92fa28944e8ce2152f4d8a62ae02fcaacd2f9c
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00a9a18f85c8ac202d8c3196678d2d6fe3a31850cef31b63b3621296c806700c
3
  size 1064
run-2/checkpoint-27/trainer_state.json CHANGED
@@ -10,11 +10,11 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.5863072276115417,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.5165,
16
- "eval_samples_per_second": 2019.464,
17
- "eval_steps_per_second": 127.79,
18
  "step": 27
19
  }
20
  ],
@@ -27,9 +27,9 @@
27
  "train_batch_size": 32,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 4.425091322202513e-05,
31
  "num_train_epochs": 5,
32
  "per_device_train_batch_size": 32,
33
- "seed": 27
34
  }
35
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.6132858991622925,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.4871,
16
+ "eval_samples_per_second": 2141.162,
17
+ "eval_steps_per_second": 135.491,
18
  "step": 27
19
  }
20
  ],
 
27
  "train_batch_size": 32,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 7.921646169086052e-06,
31
  "num_train_epochs": 5,
32
  "per_device_train_batch_size": 32,
33
+ "seed": 29
34
  }
35
  }
run-2/checkpoint-27/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e90b8efb5f56f17604458520e4d53f07ee283e90d1f7b6a020b4be6c6503812e
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b1732029c3014268c6be62d578a5b5765a6136da335617e7db8f5a0380b6d4
3
  size 4984
runs/Mar05_22-12-34_418b5b5ae03a/events.out.tfevents.1709676956.418b5b5ae03a.490.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8013a5ebad59daab150ec2dff5561e9a46e31d3926c0bb2ea3a7875302fcfe51
3
+ size 6547
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:df0f639343d75cb266d6d449e470a6f2e2f119cf3158ecf6b8d9125888beaf82
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b1732029c3014268c6be62d578a5b5765a6136da335617e7db8f5a0380b6d4
3
  size 4984