sibstrider commited on
Commit
0557a78
1 Parent(s): 36323df

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-10/checkpoint-276/config.json +54 -0
  3. run-10/checkpoint-276/model.safetensors +3 -0
  4. run-10/checkpoint-276/optimizer.pt +3 -0
  5. run-10/checkpoint-276/rng_state.pth +3 -0
  6. run-10/checkpoint-276/scheduler.pt +3 -0
  7. run-10/checkpoint-276/special_tokens_map.json +37 -0
  8. run-10/checkpoint-276/tokenizer.json +0 -0
  9. run-10/checkpoint-276/tokenizer_config.json +64 -0
  10. run-10/checkpoint-276/trainer_state.json +44 -0
  11. run-10/checkpoint-276/training_args.bin +3 -0
  12. run-10/checkpoint-276/vocab.txt +0 -0
  13. run-10/checkpoint-414/config.json +54 -0
  14. run-10/checkpoint-414/model.safetensors +3 -0
  15. run-10/checkpoint-414/optimizer.pt +3 -0
  16. run-10/checkpoint-414/rng_state.pth +3 -0
  17. run-10/checkpoint-414/scheduler.pt +3 -0
  18. run-10/checkpoint-414/special_tokens_map.json +37 -0
  19. run-10/checkpoint-414/tokenizer.json +0 -0
  20. run-10/checkpoint-414/tokenizer_config.json +64 -0
  21. run-10/checkpoint-414/trainer_state.json +53 -0
  22. run-10/checkpoint-414/training_args.bin +3 -0
  23. run-10/checkpoint-414/vocab.txt +0 -0
  24. run-10/checkpoint-552/config.json +54 -0
  25. run-10/checkpoint-552/model.safetensors +3 -0
  26. run-10/checkpoint-552/optimizer.pt +3 -0
  27. run-10/checkpoint-552/rng_state.pth +3 -0
  28. run-10/checkpoint-552/scheduler.pt +3 -0
  29. run-10/checkpoint-552/special_tokens_map.json +37 -0
  30. run-10/checkpoint-552/tokenizer.json +0 -0
  31. run-10/checkpoint-552/tokenizer_config.json +64 -0
  32. run-10/checkpoint-552/trainer_state.json +68 -0
  33. run-10/checkpoint-552/training_args.bin +3 -0
  34. run-10/checkpoint-552/vocab.txt +0 -0
  35. run-10/checkpoint-690/config.json +54 -0
  36. run-10/checkpoint-690/model.safetensors +3 -0
  37. run-10/checkpoint-690/optimizer.pt +3 -0
  38. run-10/checkpoint-690/rng_state.pth +3 -0
  39. run-10/checkpoint-690/scheduler.pt +3 -0
  40. run-10/checkpoint-690/special_tokens_map.json +37 -0
  41. run-10/checkpoint-690/tokenizer.json +0 -0
  42. run-10/checkpoint-690/tokenizer_config.json +64 -0
  43. run-10/checkpoint-690/trainer_state.json +77 -0
  44. run-10/checkpoint-690/training_args.bin +3 -0
  45. run-10/checkpoint-690/vocab.txt +0 -0
  46. run-11/checkpoint-138/config.json +54 -0
  47. run-11/checkpoint-138/model.safetensors +3 -0
  48. run-11/checkpoint-138/optimizer.pt +3 -0
  49. run-11/checkpoint-138/rng_state.pth +3 -0
  50. run-11/checkpoint-138/scheduler.pt +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44988826b54072d044357f8425fa0a91bcd3725d659e4b2645fb44f303b0e3fa
3
  size 116795404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:118018f1532ea28ce419b2344b3bfd47216b78c4bb9b21ea5014bd54536f9bb6
3
  size 116795404
run-10/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-10/checkpoint-276/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36fbd817855fb0d660209814f63f60004f7bcd9a72486c5d8b3eb87b7627d724
3
+ size 116795404
run-10/checkpoint-276/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b410d744af9216621798145b383e34a921ca68596ed0e48dc486a9d8351030
3
+ size 233621882
run-10/checkpoint-276/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:642a3a0438abe23672d7bbaae3dd0f4f6e63175df4486c039e5365ad3377f90c
3
+ size 13990
run-10/checkpoint-276/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee67bab6b0b7cc83caf1b58c1da64ddf2b87a720017891818b644ec5fbc81389
3
+ size 1064
run-10/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-10/checkpoint-276/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-276/trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.889795918367347,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-10\\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.8571428571428571,
14
+ "eval_loss": 0.7101830244064331,
15
+ "eval_runtime": 1.1461,
16
+ "eval_samples_per_second": 213.774,
17
+ "eval_steps_per_second": 13.961,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.889795918367347,
23
+ "eval_loss": 0.43645206093788147,
24
+ "eval_runtime": 1.148,
25
+ "eval_samples_per_second": 213.415,
26
+ "eval_steps_per_second": 13.937,
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": 8.797006170440622e-05,
40
+ "num_train_epochs": 5,
41
+ "per_device_train_batch_size": 16,
42
+ "seed": 40
43
+ }
44
+ }
run-10/checkpoint-276/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fbc66dfc85fc28533356433b6cc2bc58c7a1923646623ba9bfda5f13c617358
3
+ size 4728
run-10/checkpoint-276/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-414/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2e7c0f7fba2c3bef2b16c7de3e43f6331fcb5132146cf5e722d891e1668ae5
3
+ size 116795404
run-10/checkpoint-414/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19071b413358b11feaaf01738892278d1159d9aed18943ecc2c3ba3ab84cda0
3
+ size 233621882
run-10/checkpoint-414/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b311ae4522811e5f8ec086d90b60bc3ba89bdd5c18b7dc31550b49148e5e6f58
3
+ size 13990
run-10/checkpoint-414/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2278004475b7c5bed3c8b2f8ea78cc8e1306a7e1d1b7beb26bb205e353cbd0f8
3
+ size 1064
run-10/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-10/checkpoint-414/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-414/trainer_state.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9224489795918367,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-10\\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.8571428571428571,
14
+ "eval_loss": 0.7101830244064331,
15
+ "eval_runtime": 1.1461,
16
+ "eval_samples_per_second": 213.774,
17
+ "eval_steps_per_second": 13.961,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.889795918367347,
23
+ "eval_loss": 0.43645206093788147,
24
+ "eval_runtime": 1.148,
25
+ "eval_samples_per_second": 213.415,
26
+ "eval_steps_per_second": 13.937,
27
+ "step": 276
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.9224489795918367,
32
+ "eval_loss": 0.35530897974967957,
33
+ "eval_runtime": 1.169,
34
+ "eval_samples_per_second": 209.582,
35
+ "eval_steps_per_second": 13.687,
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": 8.797006170440622e-05,
49
+ "num_train_epochs": 5,
50
+ "per_device_train_batch_size": 16,
51
+ "seed": 40
52
+ }
53
+ }
run-10/checkpoint-414/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fbc66dfc85fc28533356433b6cc2bc58c7a1923646623ba9bfda5f13c617358
3
+ size 4728
run-10/checkpoint-414/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-552/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7adea655c6679b60e62dac0056a5e8236b381b07d804d6b301d2a59e4038a9cf
3
+ size 116795404
run-10/checkpoint-552/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7cc815df196074a526bc6a855c918a7dc63c588bac828fe7d988989acf0afc
3
+ size 233621882
run-10/checkpoint-552/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29979aadb898158ead13cbbce34d94a07335326c6102da81d7fe3e150d1d4d9f
3
+ size 13990
run-10/checkpoint-552/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b890273fd6896558e246730082b9a6b956096111a5b143e4b88551e3e12b0a1
3
+ size 1064
run-10/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-10/checkpoint-552/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-552/trainer_state.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9224489795918367,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-10\\checkpoint-414",
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.8571428571428571,
14
+ "eval_loss": 0.7101830244064331,
15
+ "eval_runtime": 1.1461,
16
+ "eval_samples_per_second": 213.774,
17
+ "eval_steps_per_second": 13.961,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.889795918367347,
23
+ "eval_loss": 0.43645206093788147,
24
+ "eval_runtime": 1.148,
25
+ "eval_samples_per_second": 213.415,
26
+ "eval_steps_per_second": 13.937,
27
+ "step": 276
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.9224489795918367,
32
+ "eval_loss": 0.35530897974967957,
33
+ "eval_runtime": 1.169,
34
+ "eval_samples_per_second": 209.582,
35
+ "eval_steps_per_second": 13.687,
36
+ "step": 414
37
+ },
38
+ {
39
+ "epoch": 3.62,
40
+ "learning_rate": 2.4223640179474175e-05,
41
+ "loss": 0.6984,
42
+ "step": 500
43
+ },
44
+ {
45
+ "epoch": 4.0,
46
+ "eval_accuracy": 0.9183673469387755,
47
+ "eval_loss": 0.3266046643257141,
48
+ "eval_runtime": 1.145,
49
+ "eval_samples_per_second": 213.974,
50
+ "eval_steps_per_second": 13.974,
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": 6141098220600.0,
60
+ "train_batch_size": 16,
61
+ "trial_name": null,
62
+ "trial_params": {
63
+ "learning_rate": 8.797006170440622e-05,
64
+ "num_train_epochs": 5,
65
+ "per_device_train_batch_size": 16,
66
+ "seed": 40
67
+ }
68
+ }
run-10/checkpoint-552/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fbc66dfc85fc28533356433b6cc2bc58c7a1923646623ba9bfda5f13c617358
3
+ size 4728
run-10/checkpoint-552/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-690/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be2d7ecbec9fad34efbfbdf6fab11ae706730b31aaf6c825eb8845f9f33e517
3
+ size 116795404
run-10/checkpoint-690/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66db949ada1bf642758426fa74a26730dcda811fa04ee0381240f2680a349b15
3
+ size 233621882
run-10/checkpoint-690/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad2d1e88dfe5d2ef8b2602d8a5546c3f9036941cf734a62d6104a848699ec2f
3
+ size 13990
run-10/checkpoint-690/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a61a9f1fabfeec8ae89eb646d4feb84ed5f5abddb0ab4ee2d4566df325d834d
3
+ size 1064
run-10/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-10/checkpoint-690/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-10/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-10/checkpoint-690/trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9224489795918367,
3
+ "best_model_checkpoint": "rubert-tiny2-finetuned-classification\\run-10\\checkpoint-414",
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.8571428571428571,
14
+ "eval_loss": 0.7101830244064331,
15
+ "eval_runtime": 1.1461,
16
+ "eval_samples_per_second": 213.774,
17
+ "eval_steps_per_second": 13.961,
18
+ "step": 138
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.889795918367347,
23
+ "eval_loss": 0.43645206093788147,
24
+ "eval_runtime": 1.148,
25
+ "eval_samples_per_second": 213.415,
26
+ "eval_steps_per_second": 13.937,
27
+ "step": 276
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.9224489795918367,
32
+ "eval_loss": 0.35530897974967957,
33
+ "eval_runtime": 1.169,
34
+ "eval_samples_per_second": 209.582,
35
+ "eval_steps_per_second": 13.687,
36
+ "step": 414
37
+ },
38
+ {
39
+ "epoch": 3.62,
40
+ "learning_rate": 2.4223640179474175e-05,
41
+ "loss": 0.6984,
42
+ "step": 500
43
+ },
44
+ {
45
+ "epoch": 4.0,
46
+ "eval_accuracy": 0.9183673469387755,
47
+ "eval_loss": 0.3266046643257141,
48
+ "eval_runtime": 1.145,
49
+ "eval_samples_per_second": 213.974,
50
+ "eval_steps_per_second": 13.974,
51
+ "step": 552
52
+ },
53
+ {
54
+ "epoch": 5.0,
55
+ "eval_accuracy": 0.9183673469387755,
56
+ "eval_loss": 0.3250439763069153,
57
+ "eval_runtime": 1.235,
58
+ "eval_samples_per_second": 198.38,
59
+ "eval_steps_per_second": 12.955,
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": 6141098220600.0,
69
+ "train_batch_size": 16,
70
+ "trial_name": null,
71
+ "trial_params": {
72
+ "learning_rate": 8.797006170440622e-05,
73
+ "num_train_epochs": 5,
74
+ "per_device_train_batch_size": 16,
75
+ "seed": 40
76
+ }
77
+ }
run-10/checkpoint-690/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fbc66dfc85fc28533356433b6cc2bc58c7a1923646623ba9bfda5f13c617358
3
+ size 4728
run-10/checkpoint-690/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-11/checkpoint-138/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-11/checkpoint-138/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505426cfec173d434e1ada82903f2c2c324e17a8cd9c076ff72da78999e8423b
3
+ size 116795404
run-11/checkpoint-138/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d31ab1b910a5061503dccd0e1265cdee9f9d39a3579483f8d90f4d8b3b18126
3
+ size 233621882
run-11/checkpoint-138/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6160489d6082e78a3b3883d67d678fcfb4930a95cfbceef30bb885f266c3aaee
3
+ size 13990
run-11/checkpoint-138/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aed2f571c3d2b7fe97a414a5b38e12a58b586c09e235494c9f3344ff1fe13f1
3
+ size 1064