sibstrider commited on
Commit
d95c13c
1 Parent(s): c982bae

Training in progress, epoch 1

Browse files
Files changed (38) hide show
  1. model.safetensors +1 -1
  2. run-0/checkpoint-276/config.json +54 -0
  3. run-0/checkpoint-276/model.safetensors +3 -0
  4. run-0/checkpoint-276/optimizer.pt +3 -0
  5. run-0/checkpoint-276/rng_state.pth +3 -0
  6. run-0/checkpoint-276/scheduler.pt +3 -0
  7. run-0/checkpoint-276/special_tokens_map.json +37 -0
  8. run-0/checkpoint-276/tokenizer.json +0 -0
  9. run-0/checkpoint-276/tokenizer_config.json +64 -0
  10. run-0/checkpoint-276/trainer_state.json +44 -0
  11. run-0/checkpoint-276/training_args.bin +3 -0
  12. run-0/checkpoint-276/vocab.txt +0 -0
  13. run-1/checkpoint-138/model.safetensors +1 -1
  14. run-1/checkpoint-138/optimizer.pt +1 -1
  15. run-1/checkpoint-138/rng_state.pth +2 -2
  16. run-1/checkpoint-138/scheduler.pt +1 -1
  17. run-1/checkpoint-138/trainer_state.json +24 -15
  18. run-1/checkpoint-138/training_args.bin +1 -1
  19. run-1/checkpoint-69/config.json +54 -0
  20. run-1/checkpoint-69/model.safetensors +3 -0
  21. run-1/checkpoint-69/optimizer.pt +3 -0
  22. run-1/checkpoint-69/rng_state.pth +3 -0
  23. run-1/checkpoint-69/scheduler.pt +3 -0
  24. run-1/checkpoint-69/special_tokens_map.json +37 -0
  25. run-1/checkpoint-69/tokenizer.json +0 -0
  26. run-1/checkpoint-69/tokenizer_config.json +64 -0
  27. run-1/checkpoint-69/trainer_state.json +35 -0
  28. run-1/checkpoint-69/training_args.bin +3 -0
  29. run-1/checkpoint-69/vocab.txt +0 -0
  30. run-2/checkpoint-550/model.safetensors +1 -1
  31. run-2/checkpoint-550/optimizer.pt +1 -1
  32. run-2/checkpoint-550/rng_state.pth +1 -1
  33. run-2/checkpoint-550/scheduler.pt +1 -1
  34. run-2/checkpoint-550/trainer_state.json +14 -14
  35. run-2/checkpoint-550/training_args.bin +1 -1
  36. runs/Jan15_00-51-52_DESKTOP-RFEED41/events.out.tfevents.1705269566.DESKTOP-RFEED41.20976.17 +3 -0
  37. runs/Jan15_00-51-52_DESKTOP-RFEED41/events.out.tfevents.1705269786.DESKTOP-RFEED41.20976.18 +3 -0
  38. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:94f32e5640b9eb046467134f5894ead207a8d3dc7d4623a80edcd35eeac15e7e
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e4d6a6e947f36beb3343b91199b7400ab1fad9f13965ee5f2f874b0f4d0ea0
3
  size 116795404
run-0/checkpoint-276/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 600,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_10": 10,
32
+ "LABEL_2": 2,
33
+ "LABEL_3": 3,
34
+ "LABEL_4": 4,
35
+ "LABEL_5": 5,
36
+ "LABEL_6": 6,
37
+ "LABEL_7": 7,
38
+ "LABEL_8": 8,
39
+ "LABEL_9": 9
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 2048,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 3,
46
+ "pad_token_id": 0,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.36.2",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 83828
54
+ }
run-0/checkpoint-276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2bcd7c2ba087478902bec87198bbfc395d9170615dcda8459fd5f5868301910
3
+ size 116795404
run-0/checkpoint-276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6130c1f0b84cd8875308e0397a9194c0e29f648e5d011dfe783d7777f4bd366
3
+ size 233621882
run-0/checkpoint-276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34484519685471c38c820207c6b35fdd7b6f7e64b8bd3a85b1fc1f7723ffcfdf
3
+ size 14054
run-0/checkpoint-276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b91741b941cdce64e6988989aac06e0b3e8566b42e106031c66308a3e0797266
3
+ size 1064
run-0/checkpoint-276/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-0/checkpoint-276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-276/tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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": false,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 512,
50
+ "model_max_length": 2048,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
run-0/checkpoint-276/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.3795918367346939,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-0\\checkpoint-276",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 276,
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.3020408163265306,
14
+ "eval_loss": 2.3561618328094482,
15
+ "eval_runtime": 1.19,
16
+ "eval_samples_per_second": 205.883,
17
+ "eval_steps_per_second": 13.445,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.3795918367346939,
23
+ "eval_loss": 2.3379552364349365,
24
+ "eval_runtime": 1.134,
25
+ "eval_samples_per_second": 216.049,
26
+ "eval_steps_per_second": 14.109,
27
+ "step": 276
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 276,
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": 2.9293281802514436e-06,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 33
43
+ }
44
+ }
run-0/checkpoint-276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0ab7702ae4415e642689783fea2e033c6ef407829d3b51fc4fdfd2e6f2726d
3
+ size 4728
run-0/checkpoint-276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-138/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41ad1bb5f5b9373e318b3dccf40fdcc1f68f700fb28ef9bae27e5e923d25f4a2
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb5c5b6b1f3c5373ab1e050b4843fccc13eb472d0d37303b12aa72f266e40c8
3
  size 116795404
run-1/checkpoint-138/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fbcb1e896d42f6a7207062d2d27fe06090e4dc2a3015125cf92b1cf505935252
3
  size 233621882
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aeebf43b1ade4aa19097b47374b189545d575da3b604de9e6ff7cbecb97e14f
3
  size 233621882
run-1/checkpoint-138/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ef1a7cff33c3fcd8791af5ee2d44aa31eb2da2c87b311112381c93b0bd32636
3
- size 13990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469ae9cf81045371d11224ce5127dd885163059075a4a480383c9201a35def49
3
+ size 14054
run-1/checkpoint-138/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd9e931d8f654ec1c07be066dc06c47d2cd2a33c04e1faceb7bed1886ff31874
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9ab2bee8e535b5e1f3209e0feffe923dc7b1fe1f4e2de0a9b684197df6a5f8
3
  size 1064
run-1/checkpoint-138/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_metric": 0.7714285714285715,
3
- "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-1\\checkpoint-138",
4
- "epoch": 1.0,
5
  "eval_steps": 500,
6
  "global_step": 138,
7
  "is_hyper_param_search": true,
@@ -10,26 +10,35 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.7714285714285715,
14
- "eval_loss": 1.5001928806304932,
15
- "eval_runtime": 1.124,
16
- "eval_samples_per_second": 217.972,
17
- "eval_steps_per_second": 14.235,
 
 
 
 
 
 
 
 
 
18
  "step": 138
19
  }
20
  ],
21
  "logging_steps": 500,
22
- "max_steps": 414,
23
  "num_input_tokens_seen": 0,
24
- "num_train_epochs": 3,
25
  "save_steps": 500,
26
  "total_flos": 0,
27
- "train_batch_size": 16,
28
  "trial_name": null,
29
  "trial_params": {
30
- "learning_rate": 3.266288376624928e-05,
31
- "num_train_epochs": 3,
32
- "per_device_train_batch_size": 16,
33
- "seed": 36
34
  }
35
  }
 
1
  {
2
+ "best_metric": 0.1836734693877551,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-1\\checkpoint-69",
4
+ "epoch": 2.0,
5
  "eval_steps": 500,
6
  "global_step": 138,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.1836734693877551,
14
+ "eval_loss": 2.384721279144287,
15
+ "eval_runtime": 1.179,
16
+ "eval_samples_per_second": 207.804,
17
+ "eval_steps_per_second": 13.571,
18
+ "step": 69
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.1836734693877551,
23
+ "eval_loss": 2.3813865184783936,
24
+ "eval_runtime": 1.1696,
25
+ "eval_samples_per_second": 209.477,
26
+ "eval_steps_per_second": 13.68,
27
  "step": 138
28
  }
29
  ],
30
  "logging_steps": 500,
31
+ "max_steps": 138,
32
  "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 2,
34
  "save_steps": 500,
35
  "total_flos": 0,
36
+ "train_batch_size": 32,
37
  "trial_name": null,
38
  "trial_params": {
39
+ "learning_rate": 1.0017079803752642e-06,
40
+ "num_train_epochs": 2,
41
+ "per_device_train_batch_size": 32,
42
+ "seed": 24
43
  }
44
  }
run-1/checkpoint-138/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6ba06e4df241930f59a2cb2d75e387e78b0cbefe51f6381c073f2e08285e49e
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0894e2266e57f86a345acd6d6c72fc47fca08a4fcfa3fe123573316bf1eef568
3
  size 4728
run-1/checkpoint-69/config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cointegrated/rubert-tiny2",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "emb_size": 312,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "LABEL_0",
15
+ "1": "LABEL_1",
16
+ "2": "LABEL_2",
17
+ "3": "LABEL_3",
18
+ "4": "LABEL_4",
19
+ "5": "LABEL_5",
20
+ "6": "LABEL_6",
21
+ "7": "LABEL_7",
22
+ "8": "LABEL_8",
23
+ "9": "LABEL_9",
24
+ "10": "LABEL_10"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 600,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_10": 10,
32
+ "LABEL_2": 2,
33
+ "LABEL_3": 3,
34
+ "LABEL_4": 4,
35
+ "LABEL_5": 5,
36
+ "LABEL_6": 6,
37
+ "LABEL_7": 7,
38
+ "LABEL_8": 8,
39
+ "LABEL_9": 9
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 2048,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 3,
46
+ "pad_token_id": 0,
47
+ "position_embedding_type": "absolute",
48
+ "problem_type": "single_label_classification",
49
+ "torch_dtype": "float32",
50
+ "transformers_version": "4.36.2",
51
+ "type_vocab_size": 2,
52
+ "use_cache": true,
53
+ "vocab_size": 83828
54
+ }
run-1/checkpoint-69/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94eed3cb1bf3c92f0c022b908c09c8be3173e1bb47ce2bcc41a6cba5b30d977a
3
+ size 116795404
run-1/checkpoint-69/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:538baecab6814677a904adc0a1e8f6f4b090fb2a7454ae8eadbbd754fbebd1bb
3
+ size 233621882
run-1/checkpoint-69/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de45a089e6be136120b29123a757a0ab38e94acdbca5a7fc5e8849dbef4bed79
3
+ size 14054
run-1/checkpoint-69/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5bfe90d8b336a070529c72ae6a488cb9507237bfdd03cdc21f1ddeaabf6ec31
3
+ size 1064
run-1/checkpoint-69/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
run-1/checkpoint-69/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-69/tokenizer_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "1": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
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": false,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 512,
50
+ "model_max_length": 2048,
51
+ "never_split": null,
52
+ "pad_to_multiple_of": null,
53
+ "pad_token": "[PAD]",
54
+ "pad_token_type_id": 0,
55
+ "padding_side": "right",
56
+ "sep_token": "[SEP]",
57
+ "stride": 0,
58
+ "strip_accents": null,
59
+ "tokenize_chinese_chars": true,
60
+ "tokenizer_class": "BertTokenizer",
61
+ "truncation_side": "right",
62
+ "truncation_strategy": "longest_first",
63
+ "unk_token": "[UNK]"
64
+ }
run-1/checkpoint-69/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.1836734693877551,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-1\\checkpoint-69",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 69,
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.1836734693877551,
14
+ "eval_loss": 2.384721279144287,
15
+ "eval_runtime": 1.179,
16
+ "eval_samples_per_second": 207.804,
17
+ "eval_steps_per_second": 13.571,
18
+ "step": 69
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 138,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 2,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 32,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 1.0017079803752642e-06,
31
+ "num_train_epochs": 2,
32
+ "per_device_train_batch_size": 32,
33
+ "seed": 24
34
+ }
35
+ }
run-1/checkpoint-69/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0894e2266e57f86a345acd6d6c72fc47fca08a4fcfa3fe123573316bf1eef568
3
+ size 4728
run-1/checkpoint-69/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-550/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:786b91ea6b51c37c5c5c71181e85ad3c0759ca9b5c43fbb15119271b98789a48
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73e4d6a6e947f36beb3343b91199b7400ab1fad9f13965ee5f2f874b0f4d0ea0
3
  size 116795404
run-2/checkpoint-550/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3535b9bd5c858f2c0272a73160456e2e494d16c5e211cba23c94fe015d4692fb
3
  size 233621882
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05a5724247cdb00b11448545ce0999dfc91ad37c6b30ddeb241cb648f42a515a
3
  size 233621882
run-2/checkpoint-550/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:976bef9f47b4eda4dcb60d384d346e96d3247e0dc76fc7bfef99b529300cbfb5
3
  size 13990
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0693f5c5c5bcfe227ff6741359c6c12f4956bfc105c83db08973b51b53d463c8
3
  size 13990
run-2/checkpoint-550/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8911f29fc6713bdd0c9f9a56f8f625ed4bbea5ffb92f2b5c67d723a478a23d82
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efc9ccd32911bfeeeaa66614ef0a44193d7d501edb97f62db92a1aab9d1a315e
3
  size 1064
run-2/checkpoint-550/trainer_state.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "best_metric": 0.7224489795918367,
3
  "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-2\\checkpoint-550",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
@@ -10,32 +10,32 @@
10
  "log_history": [
11
  {
12
  "epoch": 0.91,
13
- "learning_rate": 1.5039435145104783e-05,
14
- "loss": 1.8268,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 1.0,
19
- "eval_accuracy": 0.7224489795918367,
20
- "eval_loss": 1.1639864444732666,
21
- "eval_runtime": 1.3165,
22
- "eval_samples_per_second": 186.096,
23
- "eval_steps_per_second": 12.153,
24
  "step": 550
25
  }
26
  ],
27
  "logging_steps": 500,
28
- "max_steps": 2200,
29
  "num_input_tokens_seen": 0,
30
- "num_train_epochs": 4,
31
  "save_steps": 500,
32
- "total_flos": 973499410800.0,
33
  "train_batch_size": 4,
34
  "trial_name": null,
35
  "trial_params": {
36
- "learning_rate": 1.946279842307678e-05,
37
- "num_train_epochs": 4,
38
  "per_device_train_batch_size": 4,
39
- "seed": 23
40
  }
41
  }
 
1
  {
2
+ "best_metric": 0.6326530612244898,
3
  "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-2\\checkpoint-550",
4
  "epoch": 1.0,
5
  "eval_steps": 500,
 
10
  "log_history": [
11
  {
12
  "epoch": 0.91,
13
+ "learning_rate": 7.123150895957912e-06,
14
+ "loss": 2.1151,
15
  "step": 500
16
  },
17
  {
18
  "epoch": 1.0,
19
+ "eval_accuracy": 0.6326530612244898,
20
+ "eval_loss": 1.7264677286148071,
21
+ "eval_runtime": 1.125,
22
+ "eval_samples_per_second": 217.778,
23
+ "eval_steps_per_second": 14.222,
24
  "step": 550
25
  }
26
  ],
27
  "logging_steps": 500,
28
+ "max_steps": 2750,
29
  "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 5,
31
  "save_steps": 500,
32
+ "total_flos": 969634944600.0,
33
  "train_batch_size": 4,
34
  "trial_name": null,
35
  "trial_params": {
36
+ "learning_rate": 8.706073317281892e-06,
37
+ "num_train_epochs": 5,
38
  "per_device_train_batch_size": 4,
39
+ "seed": 1
40
  }
41
  }
run-2/checkpoint-550/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24844b54c4e4c2ebe3c69bc8bd3a5158a5ee05c4aebe057006cf6ebf084d9bab
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf6249fcaffd3bf1a6e41efb7044edf4d8222cdd0729549fa8f87e1c5b20556
3
  size 4728
runs/Jan15_00-51-52_DESKTOP-RFEED41/events.out.tfevents.1705269566.DESKTOP-RFEED41.20976.17 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f98ace43e9cd66ae7f6f3db2c2de16f3cf01f26b61a769fe24cbe65ef31d52
3
+ size 5947
runs/Jan15_00-51-52_DESKTOP-RFEED41/events.out.tfevents.1705269786.DESKTOP-RFEED41.20976.18 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4578bfa83675a3cce33be98262b633d695f981f70048612e5dda786f2becb1cc
3
+ size 5430
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd0ab7702ae4415e642689783fea2e033c6ef407829d3b51fc4fdfd2e6f2726d
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bf6249fcaffd3bf1a6e41efb7044edf4d8222cdd0729549fa8f87e1c5b20556
3
  size 4728