obudzecie commited on
Commit
649a893
·
verified ·
1 Parent(s): 970ed55

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:04b612a580cfac2c9686c1f1d37b4adf5e976ef018b8ab50b7f31ccbb8be979e
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd6675074c740b3bba741c2f1786316f7285bc061686a11549791bebfdb905c
3
  size 267832560
run-0/checkpoint-428/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.1",
24
+ "vocab_size": 30522
25
+ }
run-0/checkpoint-428/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d304ced2b72473920ee6d108d047640fdd6f1cc7fb601a26c3c3c233797e45
3
+ size 267832560
run-0/checkpoint-428/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:526aa2a1a3875efd49b6272fad722cded93adde0888a05c0433307ac5be5a981
3
+ size 535727290
run-0/checkpoint-428/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0696474934cbf19c8bab7f79c8c16173fce7b6abf29bc5a1ca8355a37b7a641c
3
+ size 14244
run-0/checkpoint-428/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02754b7856a22ca7a3a7c3514b1e0a02fd8edd40119c08b1d07a2663024e30ae
3
+ size 1064
run-0/checkpoint-428/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-0/checkpoint-428/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-428/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-0/checkpoint-428/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.29149823245901346,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-0/checkpoint-428",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 428,
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.5878534317016602,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 1.9866,
16
+ "eval_samples_per_second": 525.026,
17
+ "eval_steps_per_second": 65.943,
18
+ "step": 214
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.8576925992965698,
23
+ "eval_matthews_correlation": 0.29149823245901346,
24
+ "eval_runtime": 2.7291,
25
+ "eval_samples_per_second": 382.182,
26
+ "eval_steps_per_second": 48.002,
27
+ "step": 428
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 428,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 4,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 4.143357679659004e-05,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 4,
42
+ "seed": 6
43
+ }
44
+ }
run-0/checkpoint-428/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6380478865745a4c7273017600e79375bf0566f3c411b9e3401106e044e923ec
3
+ size 4984
run-0/checkpoint-428/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-214/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:53c7324d08fd9c45ad1cf8112df6e9d1bc41bf754faf223c8cc0e9af9f2d0451
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd6675074c740b3bba741c2f1786316f7285bc061686a11549791bebfdb905c
3
  size 267832560
run-1/checkpoint-214/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8820a6bb240aa856e8b8e2198c55f9dba81381fd31122efc444aa9a365bf641
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ebf721c07596b09e47e1e65f7e3b372c2077ae0a008050e3e0d81ac797acda2
3
  size 535727290
run-1/checkpoint-214/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ceacee9a836f1235b0eff6af56f1cecebc9b9060cdcb253fdd90207c1a2c736
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef9814402b010841f9a7c0a3fdf3172cbc65786e21016179eade714928d7525
3
  size 14244
run-1/checkpoint-214/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:edd55d95f04a4cf861a732354cad9aadc05a736a70dcb0a01514d4da7b324f10
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5945272078f2b0fe4c23ce07354940a7bc1cc3ba205aee4867e984efc6f37e8
3
  size 1064
run-1/checkpoint-214/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "best_metric": 0.0,
3
- "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-107",
4
- "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 214,
7
  "is_hyper_param_search": true,
@@ -10,35 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6247433423995972,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.9442,
16
- "eval_samples_per_second": 1104.683,
17
- "eval_steps_per_second": 138.747,
18
- "step": 107
19
- },
20
- {
21
- "epoch": 2.0,
22
- "eval_loss": 0.594637393951416,
23
- "eval_matthews_correlation": 0.0,
24
- "eval_runtime": 1.6592,
25
- "eval_samples_per_second": 628.629,
26
- "eval_steps_per_second": 78.955,
27
  "step": 214
28
  }
29
  ],
30
  "logging_steps": 500,
31
- "max_steps": 428,
32
  "num_input_tokens_seen": 0,
33
- "num_train_epochs": 4,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
  "train_batch_size": 4,
37
  "trial_name": null,
38
  "trial_params": {
39
- "learning_rate": 1.0170873699122056e-05,
40
- "num_train_epochs": 4,
41
  "per_device_train_batch_size": 4,
42
- "seed": 16
43
  }
44
  }
 
1
  {
2
  "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-214",
4
+ "epoch": 1.0,
5
  "eval_steps": 500,
6
  "global_step": 214,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.652801513671875,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.9485,
16
+ "eval_samples_per_second": 1099.598,
17
+ "eval_steps_per_second": 138.109,
 
 
 
 
 
 
 
 
 
18
  "step": 214
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 214,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 4,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 1.730769214324866e-06,
31
+ "num_train_epochs": 1,
32
  "per_device_train_batch_size": 4,
33
+ "seed": 2
34
  }
35
  }
run-1/checkpoint-214/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb79b974e6c474cc87583dfff5dff5d9e65017523a76923a915ff714cc13595c
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871e5c18201ad901886bf00e2e13b444a5b796f055d4018a5c080d3cd77ec364
3
  size 4984
runs/Feb27_18-29-22_d3d09c0dfc16/events.out.tfevents.1709061726.d3d09c0dfc16.836.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a593dc3a80c1f2ec7eb1e7f59e0336a8bb6d58012472a47de885482e5d7eb5b
3
+ size 5227
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6380478865745a4c7273017600e79375bf0566f3c411b9e3401106e044e923ec
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871e5c18201ad901886bf00e2e13b444a5b796f055d4018a5c080d3cd77ec364
3
  size 4984