sibstrider commited on
Commit
1a7cb04
1 Parent(s): 8dd0c9c

Training in progress, epoch 5

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. model.safetensors +1 -1
  2. run-18/checkpoint-1100/config.json +54 -0
  3. run-18/checkpoint-1100/model.safetensors +3 -0
  4. run-18/checkpoint-1100/optimizer.pt +3 -0
  5. run-18/checkpoint-1100/rng_state.pth +3 -0
  6. run-18/checkpoint-1100/scheduler.pt +3 -0
  7. run-18/checkpoint-1100/special_tokens_map.json +37 -0
  8. run-18/checkpoint-1100/tokenizer.json +0 -0
  9. run-18/checkpoint-1100/tokenizer_config.json +64 -0
  10. run-18/checkpoint-1100/trainer_state.json +74 -0
  11. run-18/checkpoint-1100/training_args.bin +3 -0
  12. run-18/checkpoint-1100/vocab.txt +0 -0
  13. run-18/checkpoint-1375/config.json +54 -0
  14. run-18/checkpoint-1375/model.safetensors +3 -0
  15. run-18/checkpoint-1375/optimizer.pt +3 -0
  16. run-18/checkpoint-1375/rng_state.pth +3 -0
  17. run-18/checkpoint-1375/scheduler.pt +3 -0
  18. run-18/checkpoint-1375/special_tokens_map.json +37 -0
  19. run-18/checkpoint-1375/tokenizer.json +0 -0
  20. run-18/checkpoint-1375/tokenizer_config.json +64 -0
  21. run-18/checkpoint-1375/trainer_state.json +83 -0
  22. run-18/checkpoint-1375/training_args.bin +3 -0
  23. run-18/checkpoint-1375/vocab.txt +0 -0
  24. run-18/checkpoint-275/config.json +54 -0
  25. run-18/checkpoint-275/model.safetensors +3 -0
  26. run-18/checkpoint-275/optimizer.pt +3 -0
  27. run-18/checkpoint-275/rng_state.pth +3 -0
  28. run-18/checkpoint-275/scheduler.pt +3 -0
  29. run-18/checkpoint-275/special_tokens_map.json +37 -0
  30. run-18/checkpoint-275/tokenizer.json +0 -0
  31. run-18/checkpoint-275/tokenizer_config.json +64 -0
  32. run-18/checkpoint-275/trainer_state.json +35 -0
  33. run-18/checkpoint-275/training_args.bin +3 -0
  34. run-18/checkpoint-275/vocab.txt +0 -0
  35. run-18/checkpoint-550/config.json +54 -0
  36. run-18/checkpoint-550/model.safetensors +3 -0
  37. run-18/checkpoint-550/optimizer.pt +3 -0
  38. run-18/checkpoint-550/rng_state.pth +3 -0
  39. run-18/checkpoint-550/scheduler.pt +3 -0
  40. run-18/checkpoint-550/special_tokens_map.json +37 -0
  41. run-18/checkpoint-550/tokenizer.json +0 -0
  42. run-18/checkpoint-550/tokenizer_config.json +64 -0
  43. run-18/checkpoint-550/trainer_state.json +50 -0
  44. run-18/checkpoint-550/training_args.bin +3 -0
  45. run-18/checkpoint-550/vocab.txt +0 -0
  46. run-18/checkpoint-825/config.json +54 -0
  47. run-18/checkpoint-825/model.safetensors +3 -0
  48. run-18/checkpoint-825/optimizer.pt +3 -0
  49. run-18/checkpoint-825/rng_state.pth +3 -0
  50. run-18/checkpoint-825/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0533c3fe8dfe17c272b839a843414d0888d824d931ca8fdcef9270a7d96f4e40
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e674fe2282d128e3a8157159fcef765b5d6e817c6cb282b41b87fa0cd6d48d47
3
  size 116795404
run-18/checkpoint-1100/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-18/checkpoint-1100/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72932b8c31ddfbf740264f35dfb3b1212e2a1e6835c575f0a44ef3813d38a6ad
3
+ size 116795404
run-18/checkpoint-1100/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb28553b3fcf8d5a42ff5b76bebd914825376be96079621f88d590eecc467b9d
3
+ size 233621882
run-18/checkpoint-1100/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:228f1412dc73cdb232949a06f674332a2b92181023bf89c2b9f5bfb49310d3fd
3
+ size 13990
run-18/checkpoint-1100/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060cfec27b84b29d07281fffdf9f58b18db6c7cbb8218c4da9c2eed97a7e2f2f
3
+ size 1064
run-18/checkpoint-1100/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-18/checkpoint-1100/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-1100/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-18/checkpoint-1100/trainer_state.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8612244897959184,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-18\\checkpoint-825",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1100,
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.7510204081632653,
14
+ "eval_loss": 1.3183083534240723,
15
+ "eval_runtime": 1.358,
16
+ "eval_samples_per_second": 180.413,
17
+ "eval_steps_per_second": 11.782,
18
+ "step": 275
19
+ },
20
+ {
21
+ "epoch": 1.82,
22
+ "learning_rate": 1.5764411106222026e-05,
23
+ "loss": 1.5279,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8448979591836735,
29
+ "eval_loss": 0.8408748507499695,
30
+ "eval_runtime": 1.338,
31
+ "eval_samples_per_second": 183.109,
32
+ "eval_steps_per_second": 11.958,
33
+ "step": 550
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_accuracy": 0.8612244897959184,
38
+ "eval_loss": 0.6363237500190735,
39
+ "eval_runtime": 1.364,
40
+ "eval_samples_per_second": 179.619,
41
+ "eval_steps_per_second": 11.73,
42
+ "step": 825
43
+ },
44
+ {
45
+ "epoch": 3.64,
46
+ "learning_rate": 6.756176188380868e-06,
47
+ "loss": 0.7297,
48
+ "step": 1000
49
+ },
50
+ {
51
+ "epoch": 4.0,
52
+ "eval_accuracy": 0.8612244897959184,
53
+ "eval_loss": 0.5622856020927429,
54
+ "eval_runtime": 1.317,
55
+ "eval_samples_per_second": 186.029,
56
+ "eval_steps_per_second": 12.149,
57
+ "step": 1100
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 1375,
62
+ "num_input_tokens_seen": 0,
63
+ "num_train_epochs": 5,
64
+ "save_steps": 500,
65
+ "total_flos": 20324049665850.0,
66
+ "train_batch_size": 8,
67
+ "trial_name": null,
68
+ "trial_params": {
69
+ "learning_rate": 2.4772646024063183e-05,
70
+ "num_train_epochs": 5,
71
+ "per_device_train_batch_size": 8,
72
+ "seed": 40
73
+ }
74
+ }
run-18/checkpoint-1100/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f77acf2d3db9d7d41df7037a761b7376285d2baeb089b0fc563d4532e24977
3
+ size 4728
run-18/checkpoint-1100/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-1375/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-18/checkpoint-1375/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e674fe2282d128e3a8157159fcef765b5d6e817c6cb282b41b87fa0cd6d48d47
3
+ size 116795404
run-18/checkpoint-1375/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b876b27481cdd283e61cf0398301ba14c8902618122c2cd953691e3cb406d65a
3
+ size 233621882
run-18/checkpoint-1375/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26839f37dfec2a04e1c1d2c5521b1e2190b8ffde65c2676ed0a6effe451efe0e
3
+ size 13990
run-18/checkpoint-1375/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91150ae5390b1afcd2f1a92a9f7e25218e4f7fa4f87714fbd380d0b88e80cbfd
3
+ size 1064
run-18/checkpoint-1375/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-18/checkpoint-1375/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-1375/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-18/checkpoint-1375/trainer_state.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8612244897959184,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-18\\checkpoint-825",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1375,
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.7510204081632653,
14
+ "eval_loss": 1.3183083534240723,
15
+ "eval_runtime": 1.358,
16
+ "eval_samples_per_second": 180.413,
17
+ "eval_steps_per_second": 11.782,
18
+ "step": 275
19
+ },
20
+ {
21
+ "epoch": 1.82,
22
+ "learning_rate": 1.5764411106222026e-05,
23
+ "loss": 1.5279,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8448979591836735,
29
+ "eval_loss": 0.8408748507499695,
30
+ "eval_runtime": 1.338,
31
+ "eval_samples_per_second": 183.109,
32
+ "eval_steps_per_second": 11.958,
33
+ "step": 550
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_accuracy": 0.8612244897959184,
38
+ "eval_loss": 0.6363237500190735,
39
+ "eval_runtime": 1.364,
40
+ "eval_samples_per_second": 179.619,
41
+ "eval_steps_per_second": 11.73,
42
+ "step": 825
43
+ },
44
+ {
45
+ "epoch": 3.64,
46
+ "learning_rate": 6.756176188380868e-06,
47
+ "loss": 0.7297,
48
+ "step": 1000
49
+ },
50
+ {
51
+ "epoch": 4.0,
52
+ "eval_accuracy": 0.8612244897959184,
53
+ "eval_loss": 0.5622856020927429,
54
+ "eval_runtime": 1.317,
55
+ "eval_samples_per_second": 186.029,
56
+ "eval_steps_per_second": 12.149,
57
+ "step": 1100
58
+ },
59
+ {
60
+ "epoch": 5.0,
61
+ "eval_accuracy": 0.8612244897959184,
62
+ "eval_loss": 0.5402354001998901,
63
+ "eval_runtime": 1.193,
64
+ "eval_samples_per_second": 205.364,
65
+ "eval_steps_per_second": 13.412,
66
+ "step": 1375
67
+ }
68
+ ],
69
+ "logging_steps": 500,
70
+ "max_steps": 1375,
71
+ "num_input_tokens_seen": 0,
72
+ "num_train_epochs": 5,
73
+ "save_steps": 500,
74
+ "total_flos": 20324049665850.0,
75
+ "train_batch_size": 8,
76
+ "trial_name": null,
77
+ "trial_params": {
78
+ "learning_rate": 2.4772646024063183e-05,
79
+ "num_train_epochs": 5,
80
+ "per_device_train_batch_size": 8,
81
+ "seed": 40
82
+ }
83
+ }
run-18/checkpoint-1375/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f77acf2d3db9d7d41df7037a761b7376285d2baeb089b0fc563d4532e24977
3
+ size 4728
run-18/checkpoint-1375/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-275/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-18/checkpoint-275/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c8d118b6de8b5a8763c7036648359aadda3438b91ed66417b771b8bf7c3bf98
3
+ size 116795404
run-18/checkpoint-275/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dadef8dd3ee3606f4495352a5210040a887c46e54192a2dd6ce9a2c483cf7e5
3
+ size 233621882
run-18/checkpoint-275/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97de16af4d0bf2cd57bf4c3674c1d753724a5adf95ea1c12b085c32944ec690a
3
+ size 13990
run-18/checkpoint-275/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77221c963aa35e25e7f358a8e0de111b0e973e43ff17ea495fc31da756228a4f
3
+ size 1064
run-18/checkpoint-275/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-18/checkpoint-275/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-275/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-18/checkpoint-275/trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7510204081632653,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-18\\checkpoint-275",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 275,
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.7510204081632653,
14
+ "eval_loss": 1.3183083534240723,
15
+ "eval_runtime": 1.358,
16
+ "eval_samples_per_second": 180.413,
17
+ "eval_steps_per_second": 11.782,
18
+ "step": 275
19
+ }
20
+ ],
21
+ "logging_steps": 500,
22
+ "max_steps": 1375,
23
+ "num_input_tokens_seen": 0,
24
+ "num_train_epochs": 5,
25
+ "save_steps": 500,
26
+ "total_flos": 0,
27
+ "train_batch_size": 8,
28
+ "trial_name": null,
29
+ "trial_params": {
30
+ "learning_rate": 2.4772646024063183e-05,
31
+ "num_train_epochs": 5,
32
+ "per_device_train_batch_size": 8,
33
+ "seed": 40
34
+ }
35
+ }
run-18/checkpoint-275/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f77acf2d3db9d7d41df7037a761b7376285d2baeb089b0fc563d4532e24977
3
+ size 4728
run-18/checkpoint-275/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-550/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-18/checkpoint-550/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acafe9482c38c8b08ae2c2d5dcff61c3b76ed6ea15157db26bab2b24c686071b
3
+ size 116795404
run-18/checkpoint-550/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:466c2d7e348105db4c539fa0fd472041f205ceed2f9c3671073207968ab92e78
3
+ size 233621882
run-18/checkpoint-550/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30e904466ae8f3938496863399b01510f28e02ac7254a9bc7ce740031a4ede8
3
+ size 13990
run-18/checkpoint-550/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c53b1933c8edf2c85c25ce5cbc313ecb5f23c33e1b11c384a244d2fcaf32f95
3
+ size 1064
run-18/checkpoint-550/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-18/checkpoint-550/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-550/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-18/checkpoint-550/trainer_state.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8448979591836735,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-18\\checkpoint-550",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 550,
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.7510204081632653,
14
+ "eval_loss": 1.3183083534240723,
15
+ "eval_runtime": 1.358,
16
+ "eval_samples_per_second": 180.413,
17
+ "eval_steps_per_second": 11.782,
18
+ "step": 275
19
+ },
20
+ {
21
+ "epoch": 1.82,
22
+ "learning_rate": 1.5764411106222026e-05,
23
+ "loss": 1.5279,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8448979591836735,
29
+ "eval_loss": 0.8408748507499695,
30
+ "eval_runtime": 1.338,
31
+ "eval_samples_per_second": 183.109,
32
+ "eval_steps_per_second": 11.958,
33
+ "step": 550
34
+ }
35
+ ],
36
+ "logging_steps": 500,
37
+ "max_steps": 1375,
38
+ "num_input_tokens_seen": 0,
39
+ "num_train_epochs": 5,
40
+ "save_steps": 500,
41
+ "total_flos": 17798073057450.0,
42
+ "train_batch_size": 8,
43
+ "trial_name": null,
44
+ "trial_params": {
45
+ "learning_rate": 2.4772646024063183e-05,
46
+ "num_train_epochs": 5,
47
+ "per_device_train_batch_size": 8,
48
+ "seed": 40
49
+ }
50
+ }
run-18/checkpoint-550/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03f77acf2d3db9d7d41df7037a761b7376285d2baeb089b0fc563d4532e24977
3
+ size 4728
run-18/checkpoint-550/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-18/checkpoint-825/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-18/checkpoint-825/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fefdf49924b2be29ab2df1117773f46391406e09785d346ac71dc6072ef6033e
3
+ size 116795404
run-18/checkpoint-825/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922b85d10768fc83e0553b7b7e8b41a77f549599290599cabafdb87fd44f4803
3
+ size 233621882
run-18/checkpoint-825/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd16c9b9580f8557f0cc9680765f87fbb053dbf6ae8c0254ec3d31c158b1a6f9
3
+ size 13990
run-18/checkpoint-825/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c433e7e019ff526554cf7741fb2fb627853df0d2642f501196b0b8398241b048
3
+ size 1064