sibstrider commited on
Commit
e9cea64
1 Parent(s): e555d89

Training in progress, epoch 1

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-6/checkpoint-276/config.json +54 -0
  3. run-6/checkpoint-276/model.safetensors +3 -0
  4. run-6/checkpoint-276/optimizer.pt +3 -0
  5. run-6/checkpoint-276/rng_state.pth +3 -0
  6. run-6/checkpoint-276/scheduler.pt +3 -0
  7. run-6/checkpoint-276/special_tokens_map.json +37 -0
  8. run-6/checkpoint-276/tokenizer.json +0 -0
  9. run-6/checkpoint-276/tokenizer_config.json +64 -0
  10. run-6/checkpoint-276/trainer_state.json +44 -0
  11. run-6/checkpoint-276/training_args.bin +3 -0
  12. run-6/checkpoint-276/vocab.txt +0 -0
  13. run-6/checkpoint-414/config.json +54 -0
  14. run-6/checkpoint-414/model.safetensors +3 -0
  15. run-6/checkpoint-414/optimizer.pt +3 -0
  16. run-6/checkpoint-414/rng_state.pth +3 -0
  17. run-6/checkpoint-414/scheduler.pt +3 -0
  18. run-6/checkpoint-414/special_tokens_map.json +37 -0
  19. run-6/checkpoint-414/tokenizer.json +0 -0
  20. run-6/checkpoint-414/tokenizer_config.json +64 -0
  21. run-6/checkpoint-414/trainer_state.json +53 -0
  22. run-6/checkpoint-414/training_args.bin +3 -0
  23. run-6/checkpoint-414/vocab.txt +0 -0
  24. run-6/checkpoint-552/config.json +54 -0
  25. run-6/checkpoint-552/model.safetensors +3 -0
  26. run-6/checkpoint-552/optimizer.pt +3 -0
  27. run-6/checkpoint-552/rng_state.pth +3 -0
  28. run-6/checkpoint-552/scheduler.pt +3 -0
  29. run-6/checkpoint-552/special_tokens_map.json +37 -0
  30. run-6/checkpoint-552/tokenizer.json +0 -0
  31. run-6/checkpoint-552/tokenizer_config.json +64 -0
  32. run-6/checkpoint-552/trainer_state.json +68 -0
  33. run-6/checkpoint-552/training_args.bin +3 -0
  34. run-6/checkpoint-552/vocab.txt +0 -0
  35. run-6/checkpoint-690/config.json +54 -0
  36. run-6/checkpoint-690/model.safetensors +3 -0
  37. run-6/checkpoint-690/optimizer.pt +3 -0
  38. run-6/checkpoint-690/rng_state.pth +3 -0
  39. run-6/checkpoint-690/scheduler.pt +3 -0
  40. run-6/checkpoint-690/special_tokens_map.json +37 -0
  41. run-6/checkpoint-690/tokenizer.json +0 -0
  42. run-6/checkpoint-690/tokenizer_config.json +64 -0
  43. run-6/checkpoint-690/trainer_state.json +77 -0
  44. run-6/checkpoint-690/training_args.bin +3 -0
  45. run-6/checkpoint-690/vocab.txt +0 -0
  46. run-7/checkpoint-69/config.json +54 -0
  47. run-7/checkpoint-69/model.safetensors +3 -0
  48. run-7/checkpoint-69/optimizer.pt +3 -0
  49. run-7/checkpoint-69/rng_state.pth +3 -0
  50. run-7/checkpoint-69/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:20b555a15759d79577796511244b53acaa9dad7dc49a704571ccfc1f09877d84
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8389d5a51792a951c78827d342ab9a27ae198383c08689081b69e9f8764fe3f
3
  size 116795404
run-6/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-6/checkpoint-276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0985ea675b5eec42bd3cba5ffc9c2c542494e4ab0221192fc81b0a13495d30e
3
+ size 116795404
run-6/checkpoint-276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b80b5ae8191a6dd7e74bc4009389e1ddb881d910dd109dfd0714c2de8504821a
3
+ size 233621882
run-6/checkpoint-276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafe185e2e6c9ce49ddcf23ded515b6d8e89fe7e1bba0ac9f644fc4fd1da89dc
3
+ size 13990
run-6/checkpoint-276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2791cdad05559ca49619887e4709e5cf1aad8b506f5ea87f37263ec1166ecb20
3
+ size 1064
run-6/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-6/checkpoint-276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/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-6/checkpoint-276/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8612244897959184,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-6\\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.7836734693877551,
14
+ "eval_loss": 0.9130998849868774,
15
+ "eval_runtime": 1.126,
16
+ "eval_samples_per_second": 217.584,
17
+ "eval_steps_per_second": 14.21,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8612244897959184,
23
+ "eval_loss": 0.5591093897819519,
24
+ "eval_runtime": 1.146,
25
+ "eval_samples_per_second": 213.787,
26
+ "eval_steps_per_second": 13.962,
27
+ "step": 276
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 690,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 5,
34
+ "save_steps": 500,
35
+ "total_flos": 0,
36
+ "train_batch_size": 16,
37
+ "trial_name": null,
38
+ "trial_params": {
39
+ "learning_rate": 6.696974887952063e-05,
40
+ "num_train_epochs": 5,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 16
43
+ }
44
+ }
run-6/checkpoint-276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adda0815e88b1d0ad0dd4a76bc34687a0554a88814988c4904c251504dae84af
3
+ size 4728
run-6/checkpoint-276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-414/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-6/checkpoint-414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04d2fbf53d086476596e8344bfb22788e823d53b4785afe6bb6080e2c9fe9bd
3
+ size 116795404
run-6/checkpoint-414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe0c06200e569efb90a5d5fb6832a104da6b62a4a42949bcb252db3d24dc2eb3
3
+ size 233621882
run-6/checkpoint-414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:333864c4b9f0c966634ecc33a8b5d57fe55242035a645c87322c4da7c54e2abc
3
+ size 13990
run-6/checkpoint-414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1520b6b616d9dfaf953168733c507c61f324fa47e73285c27f629d93a0d53bbb
3
+ size 1064
run-6/checkpoint-414/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-6/checkpoint-414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-414/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-6/checkpoint-414/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8938775510204081,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-6\\checkpoint-414",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 414,
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.7836734693877551,
14
+ "eval_loss": 0.9130998849868774,
15
+ "eval_runtime": 1.126,
16
+ "eval_samples_per_second": 217.584,
17
+ "eval_steps_per_second": 14.21,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8612244897959184,
23
+ "eval_loss": 0.5591093897819519,
24
+ "eval_runtime": 1.146,
25
+ "eval_samples_per_second": 213.787,
26
+ "eval_steps_per_second": 13.962,
27
+ "step": 276
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.8938775510204081,
32
+ "eval_loss": 0.4424550533294678,
33
+ "eval_runtime": 1.167,
34
+ "eval_samples_per_second": 209.939,
35
+ "eval_steps_per_second": 13.71,
36
+ "step": 414
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 690,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 5,
43
+ "save_steps": 500,
44
+ "total_flos": 0,
45
+ "train_batch_size": 16,
46
+ "trial_name": null,
47
+ "trial_params": {
48
+ "learning_rate": 6.696974887952063e-05,
49
+ "num_train_epochs": 5,
50
+ "per_device_train_batch_size": 16,
51
+ "seed": 16
52
+ }
53
+ }
run-6/checkpoint-414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adda0815e88b1d0ad0dd4a76bc34687a0554a88814988c4904c251504dae84af
3
+ size 4728
run-6/checkpoint-414/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-552/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-6/checkpoint-552/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f1d53c900cf87ae9d6b8800aea19290d8f7503c23078b3f69bc7086533b265
3
+ size 116795404
run-6/checkpoint-552/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e16a17609070961dc7384d26eca3211d9c93e88d499d18c13f98fbc7b2fb8f3a
3
+ size 233621882
run-6/checkpoint-552/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3748ff9cec6d711d1460b737989982907061b02ec6c3a3e88535295b29813476
3
+ size 13990
run-6/checkpoint-552/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df625ebd21682107d448cf39fbc7711c79d5089e6ef3b296f04822440b837a3d
3
+ size 1064
run-6/checkpoint-552/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-6/checkpoint-552/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-552/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-6/checkpoint-552/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8979591836734694,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-6\\checkpoint-552",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 552,
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.7836734693877551,
14
+ "eval_loss": 0.9130998849868774,
15
+ "eval_runtime": 1.126,
16
+ "eval_samples_per_second": 217.584,
17
+ "eval_steps_per_second": 14.21,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8612244897959184,
23
+ "eval_loss": 0.5591093897819519,
24
+ "eval_runtime": 1.146,
25
+ "eval_samples_per_second": 213.787,
26
+ "eval_steps_per_second": 13.962,
27
+ "step": 276
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.8938775510204081,
32
+ "eval_loss": 0.4424550533294678,
33
+ "eval_runtime": 1.167,
34
+ "eval_samples_per_second": 209.939,
35
+ "eval_steps_per_second": 13.71,
36
+ "step": 414
37
+ },
38
+ {
39
+ "epoch": 3.62,
40
+ "learning_rate": 1.8440945343636115e-05,
41
+ "loss": 0.8394,
42
+ "step": 500
43
+ },
44
+ {
45
+ "epoch": 4.0,
46
+ "eval_accuracy": 0.8979591836734694,
47
+ "eval_loss": 0.3997510075569153,
48
+ "eval_runtime": 1.169,
49
+ "eval_samples_per_second": 209.581,
50
+ "eval_steps_per_second": 13.687,
51
+ "step": 552
52
+ }
53
+ ],
54
+ "logging_steps": 500,
55
+ "max_steps": 690,
56
+ "num_input_tokens_seen": 0,
57
+ "num_train_epochs": 5,
58
+ "save_steps": 500,
59
+ "total_flos": 6399527187900.0,
60
+ "train_batch_size": 16,
61
+ "trial_name": null,
62
+ "trial_params": {
63
+ "learning_rate": 6.696974887952063e-05,
64
+ "num_train_epochs": 5,
65
+ "per_device_train_batch_size": 16,
66
+ "seed": 16
67
+ }
68
+ }
run-6/checkpoint-552/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adda0815e88b1d0ad0dd4a76bc34687a0554a88814988c4904c251504dae84af
3
+ size 4728
run-6/checkpoint-552/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-690/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-6/checkpoint-690/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2b942e96cdecaf14aafec5b1640c5f7b5466158aa85db0afa7061c3c77a9cc
3
+ size 116795404
run-6/checkpoint-690/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70996c05f496486ae7bde34713815578ea2a7b25ddaaba35a817927ea1e0aa3c
3
+ size 233621882
run-6/checkpoint-690/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfb24ecc98df0dce8d32225b2d891096d6b28f06a65db19307bb29563771276
3
+ size 13990
run-6/checkpoint-690/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a2f86523ed8fbf4cfb553e4365228f95bcc171a131c57dbfe10a51bf6c56e3
3
+ size 1064
run-6/checkpoint-690/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-6/checkpoint-690/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-6/checkpoint-690/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-6/checkpoint-690/trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8979591836734694,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-6\\checkpoint-552",
4
+ "epoch": 5.0,
5
+ "eval_steps": 500,
6
+ "global_step": 690,
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.7836734693877551,
14
+ "eval_loss": 0.9130998849868774,
15
+ "eval_runtime": 1.126,
16
+ "eval_samples_per_second": 217.584,
17
+ "eval_steps_per_second": 14.21,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.8612244897959184,
23
+ "eval_loss": 0.5591093897819519,
24
+ "eval_runtime": 1.146,
25
+ "eval_samples_per_second": 213.787,
26
+ "eval_steps_per_second": 13.962,
27
+ "step": 276
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.8938775510204081,
32
+ "eval_loss": 0.4424550533294678,
33
+ "eval_runtime": 1.167,
34
+ "eval_samples_per_second": 209.939,
35
+ "eval_steps_per_second": 13.71,
36
+ "step": 414
37
+ },
38
+ {
39
+ "epoch": 3.62,
40
+ "learning_rate": 1.8440945343636115e-05,
41
+ "loss": 0.8394,
42
+ "step": 500
43
+ },
44
+ {
45
+ "epoch": 4.0,
46
+ "eval_accuracy": 0.8979591836734694,
47
+ "eval_loss": 0.3997510075569153,
48
+ "eval_runtime": 1.169,
49
+ "eval_samples_per_second": 209.581,
50
+ "eval_steps_per_second": 13.687,
51
+ "step": 552
52
+ },
53
+ {
54
+ "epoch": 5.0,
55
+ "eval_accuracy": 0.8979591836734694,
56
+ "eval_loss": 0.38741201162338257,
57
+ "eval_runtime": 1.159,
58
+ "eval_samples_per_second": 211.389,
59
+ "eval_steps_per_second": 13.805,
60
+ "step": 690
61
+ }
62
+ ],
63
+ "logging_steps": 500,
64
+ "max_steps": 690,
65
+ "num_input_tokens_seen": 0,
66
+ "num_train_epochs": 5,
67
+ "save_steps": 500,
68
+ "total_flos": 6399527187900.0,
69
+ "train_batch_size": 16,
70
+ "trial_name": null,
71
+ "trial_params": {
72
+ "learning_rate": 6.696974887952063e-05,
73
+ "num_train_epochs": 5,
74
+ "per_device_train_batch_size": 16,
75
+ "seed": 16
76
+ }
77
+ }
run-6/checkpoint-690/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adda0815e88b1d0ad0dd4a76bc34687a0554a88814988c4904c251504dae84af
3
+ size 4728
run-6/checkpoint-690/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-7/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-7/checkpoint-69/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8389d5a51792a951c78827d342ab9a27ae198383c08689081b69e9f8764fe3f
3
+ size 116795404
run-7/checkpoint-69/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38f21183b3dd4c0b48e42167334c1084a11ecdf284e1f46f34204a17df5d97c6
3
+ size 233621882
run-7/checkpoint-69/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4930eba16ee80e67b2302eabd42b104cb33c3ecd567d1bc55cb0a2e7d2552e6c
3
+ size 13990
run-7/checkpoint-69/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e22580c24991e38fdda82129d613df03709df858f995f3d8947ff693af64e4ee
3
+ size 1064