lilyray commited on
Commit
0bb7358
·
verified ·
1 Parent(s): 5e8ce68

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:2821aed8ad53a1b4125cce904f99586c69649435ced6b40b75870d96cf717833
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4a3a9d12c7287677af4951eddac9adb9340d68b150314ad87d0c660a35dd2b
3
  size 267832560
run-2/checkpoint-358/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-2/checkpoint-358/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dab8d805b7d889653e707cf4269cc759409ed4a774caa0242bccac9cf99af7fe
3
+ size 267832560
run-2/checkpoint-358/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a217a9ca79d256629ba1b782a716ea4b66b002640e58a9e7ada71ace204bec
3
+ size 535727290
run-2/checkpoint-358/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aad66c97cda0beeed0352e0d7e23c584325cc090ac81cefe685a5b181a34504
3
+ size 14244
run-2/checkpoint-358/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3d7acee23d36db7caa2d340e785866a997e1423d9a4dd472714c390c48de63d
3
+ size 1064
run-2/checkpoint-358/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-2/checkpoint-358/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "never_split": null,
51
+ "pad_token": "[PAD]",
52
+ "sep_token": "[SEP]",
53
+ "strip_accents": null,
54
+ "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
+ "unk_token": "[UNK]"
57
+ }
run-2/checkpoint-358/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5979160666465759,
3
+ "best_model_checkpoint": "./results/run-2/checkpoint-179",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 358,
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_accuracy": 0.6590277777777779,
14
+ "eval_loss": 0.5979160666465759,
15
+ "eval_runtime": 5.582,
16
+ "eval_samples_per_second": 171.087,
17
+ "eval_steps_per_second": 21.498,
18
+ "step": 179
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6805555555555555,
23
+ "eval_loss": 0.6209200620651245,
24
+ "eval_runtime": 5.8307,
25
+ "eval_samples_per_second": 163.789,
26
+ "eval_steps_per_second": 20.581,
27
+ "step": 358
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 358,
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": 6.581247532366931e-05,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 16
43
+ }
44
+ }
run-2/checkpoint-358/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0c633ed7e3612a5e5d297d29173201510ab737bc2800b9f5e33be1dfb865b9d
3
+ size 4920
run-2/checkpoint-358/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-358/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ace8a2f152db9071b6bb464dff88f04f38ab58371107db9738b74a4595b1799f
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4a3a9d12c7287677af4951eddac9adb9340d68b150314ad87d0c660a35dd2b
3
  size 267832560
run-3/checkpoint-358/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:568502e6ceb7c9740d8f210dc5d855d7bd4328b4cbe611d5634991b99dfb0c52
3
  size 535727290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0eb509d873e9b3e555d32d9a3ef9063c9fd76787f41f94d2dd01afca01fdb0
3
  size 535727290
run-3/checkpoint-358/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35231d0c05fbe203dd82f0d3a925b7c7eb38b282236e1ecdf1abe67df1c64f19
3
- size 14308
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f2ae4a8beabf1c06a06b7e7f5b02f42854f9adbd6183588a6c21079892c97c5
3
+ size 14244
run-3/checkpoint-358/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d19253e2e95a48d950a6a6544c603ce6076563125502f693fa6d0e553c4861f0
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0e3f4f8f555ed5802a704ebe2e676addbc36a2a54819697bfa5f1577040a03
3
  size 1064
run-3/checkpoint-358/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.6492276787757874,
3
  "best_model_checkpoint": "./results/run-3/checkpoint-358",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,26 +10,26 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.6294507575757575,
14
- "eval_loss": 0.6492276787757874,
15
- "eval_runtime": 5.5974,
16
- "eval_samples_per_second": 170.616,
17
- "eval_steps_per_second": 10.719,
18
  "step": 358
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 1074,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 3,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 8,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 7.648944513471952e-05,
31
- "num_train_epochs": 3,
32
  "per_device_train_batch_size": 8,
33
- "seed": 17
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.6891506910324097,
3
  "best_model_checkpoint": "./results/run-3/checkpoint-358",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.5336805555555555,
14
+ "eval_loss": 0.6891506910324097,
15
+ "eval_runtime": 5.7933,
16
+ "eval_samples_per_second": 164.844,
17
+ "eval_steps_per_second": 20.713,
18
  "step": 358
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 358,
23
  "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 1,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
  "train_batch_size": 8,
28
  "trial_name": null,
29
  "trial_params": {
30
+ "learning_rate": 1.2695590597784586e-06,
31
+ "num_train_epochs": 1,
32
  "per_device_train_batch_size": 8,
33
+ "seed": 34
34
  }
35
  }
run-3/checkpoint-358/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d942e96edd825810bea99d8e9ba8c3e79dee5d5f647f4c147e0b3268db47d468
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b811fcee375e3abae0a37f9eac47b06f438a2a81e05b09dcc65ce086d972aaed
3
  size 4920
runs/Mar09_20-46-55_12ef847df42e/events.out.tfevents.1710018271.12ef847df42e.11821.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee9fddbbb4976dd7480dd903fda82b23823664ad6b055172004a29ba8075cdf
3
+ size 5116
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0c633ed7e3612a5e5d297d29173201510ab737bc2800b9f5e33be1dfb865b9d
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b811fcee375e3abae0a37f9eac47b06f438a2a81e05b09dcc65ce086d972aaed
3
  size 4920