elyziumm commited on
Commit
f5b05ee
·
verified ·
1 Parent(s): 41fe1c9

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:9b7dacefa47d13581c82efb0d23b095435044d5715b7f290f734d02fe1c59c08
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9adfec8c8f9633308a42ae95480e7b4a6c75272196f8b2bc9b03035d7301532f
3
  size 267832560
run-8/checkpoint-108/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-8/checkpoint-108/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4feea775c8db3a30650b8c9a2d93307b004a08fb563cf7cb6232d7bc1385780c
3
+ size 267832560
run-8/checkpoint-108/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1684acf04d3997a4fa1808bfec452583f041bfd261036e0704e16f3792369ea4
3
+ size 535724410
run-8/checkpoint-108/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b88e827600293d68e0d3a74ae63b7019c8e3e6870b358f191616e6f9c7d37e5b
3
+ size 14054
run-8/checkpoint-108/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1aeecc6e4c86e42a7b5950100a1a08c2b286f10d30f79f209f91482e6f296a6
3
+ size 1064
run-8/checkpoint-108/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-8/checkpoint-108/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-8/checkpoint-108/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-8/checkpoint-108/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-8/checkpoint-54",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 108,
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.6624963283538818,
14
+ "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.9551,
16
+ "eval_samples_per_second": 1092.085,
17
+ "eval_steps_per_second": 69.106,
18
+ "step": 54
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_loss": 0.6530647277832031,
23
+ "eval_matthews_correlation": 0.0,
24
+ "eval_runtime": 1.027,
25
+ "eval_samples_per_second": 1015.572,
26
+ "eval_steps_per_second": 64.264,
27
+ "step": 108
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 108,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 1.9630023719869403e-06,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 21
43
+ }
44
+ }
run-8/checkpoint-108/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9219795ef130879b5fcf86461daa6506b0a3bc4344f4550efc9ceece943bb691
3
+ size 4920
run-8/checkpoint-108/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-9/checkpoint-54/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b95d6a53cd3cf9851d9a72187a530371ca62b48efdcb5a98a888c9dc5b402c9a
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9adfec8c8f9633308a42ae95480e7b4a6c75272196f8b2bc9b03035d7301532f
3
  size 267832560
run-9/checkpoint-54/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e19b1b3fedc6f0891cd478c187787e71cafa41a894610d3c22227856e60c2d6e
3
  size 535724410
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:072cb6d0d31a19621fdc28ffd4390aec789063ea261a817476d2e75773ccf49a
3
  size 535724410
run-9/checkpoint-54/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b62d6467f8b2d76d59a9606222f7bd6658470db8dfbf182c5ee453630bb4bc88
3
  size 13990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5922d093e10f3df73a5d519448460cf17ceff9406d825234bfcc1c42bed46ae5
3
  size 13990
run-9/checkpoint-54/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22ec11f521fd55421a62cc26bf6be888d453dc2268855595cf5b75be21773bc2
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01ff8df2908cf4a1e17a4ac29b84f2f64803b83d79006abeca99fd992957add3
3
  size 1064
run-9/checkpoint-54/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "best_metric": 0.0,
3
- "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/checkpoint-27",
4
- "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 54,
7
  "is_hyper_param_search": true,
@@ -10,35 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_loss": 0.6144887208938599,
14
  "eval_matthews_correlation": 0.0,
15
- "eval_runtime": 0.8914,
16
- "eval_samples_per_second": 1170.101,
17
- "eval_steps_per_second": 74.043,
18
- "step": 27
19
- },
20
- {
21
- "epoch": 2.0,
22
- "eval_loss": 0.6105712652206421,
23
- "eval_matthews_correlation": 0.0,
24
- "eval_runtime": 0.9967,
25
- "eval_samples_per_second": 1046.411,
26
- "eval_steps_per_second": 66.216,
27
  "step": 54
28
  }
29
  ],
30
  "logging_steps": 500,
31
- "max_steps": 135,
32
  "num_input_tokens_seen": 0,
33
- "num_train_epochs": 5,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
- "train_batch_size": 32,
37
  "trial_name": null,
38
  "trial_params": {
39
- "learning_rate": 1.0177755080206268e-05,
40
- "num_train_epochs": 5,
41
- "per_device_train_batch_size": 32,
42
- "seed": 12
43
  }
44
  }
 
1
  {
2
  "best_metric": 0.0,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-9/checkpoint-54",
4
+ "epoch": 1.0,
5
  "eval_steps": 500,
6
  "global_step": 54,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_loss": 0.6085762977600098,
14
  "eval_matthews_correlation": 0.0,
15
+ "eval_runtime": 0.9605,
16
+ "eval_samples_per_second": 1085.879,
17
+ "eval_steps_per_second": 68.713,
 
 
 
 
 
 
 
 
 
18
  "step": 54
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 54,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
+ "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 2.5955692371913252e-05,
31
+ "num_train_epochs": 1,
32
+ "per_device_train_batch_size": 16,
33
+ "seed": 18
34
  }
35
  }
run-9/checkpoint-54/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cb524e909b3d74efd270d4b5afce33eb2a12bcfb5df4183ecdb45c59b1d80cf
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f33d694a50a1d5e33379f611a36e27ac1c096bcc507070ae5cbb1ebf8bc65e44
3
  size 4920
runs/Mar08_16-22-38_MBP-van-RV.home/events.out.tfevents.1709914934.MBP-van-RV.home.1470.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:503903c44db61e2651e5990a4dfc1fda4213767d28a345f78075ff47eddcd335
3
+ size 5223
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9219795ef130879b5fcf86461daa6506b0a3bc4344f4550efc9ceece943bb691
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f33d694a50a1d5e33379f611a36e27ac1c096bcc507070ae5cbb1ebf8bc65e44
3
  size 4920