yunyus commited on
Commit
9225212
·
verified ·
1 Parent(s): 5d636b1

Training in progress, epoch 1

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23407069a55e22e6c8c37ce6bf6dfe0ffb52e3ee46b5a342cf5fd6b7106a9f2c
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a040e99e848dbed9a359bf32d3518cfeb9ff58bc7401cb2c4970629aae9542cd
3
  size 437958648
run-1/checkpoint-156/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-1/checkpoint-156/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bc3c17c0e28f0d99ddf93e15ca85bd8f5b5115bfeb97418733a181c63fd8511
3
+ size 437958648
run-1/checkpoint-156/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87f6e913c5b6f9a0706fb04ba21db8e70d7fe67384a5167dc5480581a92a08da
3
+ size 876038394
run-1/checkpoint-156/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b06d22713ab0eccf6163f8b0ec7376abad69fdc0b947461e0b301173cdd320
3
+ size 14244
run-1/checkpoint-156/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad8c04bc9c22f54eba6a3b21b45f59ff5d779a31f5915a1316f9ac093cb2d250
3
+ size 1064
run-1/checkpoint-156/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-1/checkpoint-156/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-156/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-1/checkpoint-156/trainer_state.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5631768953068592,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-1/checkpoint-156",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 156,
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.5234657039711191,
14
+ "eval_loss": 0.6910961866378784,
15
+ "eval_runtime": 0.6762,
16
+ "eval_samples_per_second": 409.637,
17
+ "eval_steps_per_second": 13.31,
18
+ "step": 78
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.5631768953068592,
23
+ "eval_loss": 0.6854330897331238,
24
+ "eval_runtime": 0.6842,
25
+ "eval_samples_per_second": 404.836,
26
+ "eval_steps_per_second": 13.154,
27
+ "step": 156
28
+ }
29
+ ],
30
+ "logging_steps": 500,
31
+ "max_steps": 234,
32
+ "num_input_tokens_seen": 0,
33
+ "num_train_epochs": 3,
34
+ "save_steps": 500,
35
+ "stateful_callbacks": {
36
+ "TrainerControl": {
37
+ "args": {
38
+ "should_epoch_stop": false,
39
+ "should_evaluate": false,
40
+ "should_log": false,
41
+ "should_save": true,
42
+ "should_training_stop": false
43
+ },
44
+ "attributes": {}
45
+ }
46
+ },
47
+ "total_flos": 0,
48
+ "train_batch_size": 32,
49
+ "trial_name": null,
50
+ "trial_params": {
51
+ "dropout_rate": 0.47315201494777315,
52
+ "learning_rate": 1.1601157014258523e-05,
53
+ "max_seq_length": 32,
54
+ "num_train_epochs": 3,
55
+ "per_device_train_batch_size": 32
56
+ }
57
+ }
run-1/checkpoint-156/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7f9c89da7fef02fc90d0e151b49ef276f71cf188cc8e07d9d3f594f6c53ceb
3
+ size 5240
run-1/checkpoint-156/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-234/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 30522
27
+ }
run-1/checkpoint-234/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed51ef81c95076054b5359f48fd50a8b24b389b05e123a5cc8342f7930ba54e8
3
+ size 437958648
run-1/checkpoint-234/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d5bb90fa2db5a2548d03c057a9ea4588a36402116cdc47d7e872bf9591db91
3
+ size 876038394
run-1/checkpoint-234/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5893971a43e53d8cccb69cbc77f5b88d424dd9d85114d1b21fc0c54c6cb446cf
3
+ size 14244
run-1/checkpoint-234/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac86eda825a300b6e7e6564d2c6a5fa943d12e4fbafecbe51f00ad0e5e89aaaa
3
+ size 1064
run-1/checkpoint-234/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-1/checkpoint-234/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-1/checkpoint-234/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-1/checkpoint-234/trainer_state.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.5740072202166066,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-1/checkpoint-234",
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 234,
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.5234657039711191,
14
+ "eval_loss": 0.6910961866378784,
15
+ "eval_runtime": 0.6762,
16
+ "eval_samples_per_second": 409.637,
17
+ "eval_steps_per_second": 13.31,
18
+ "step": 78
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.5631768953068592,
23
+ "eval_loss": 0.6854330897331238,
24
+ "eval_runtime": 0.6842,
25
+ "eval_samples_per_second": 404.836,
26
+ "eval_steps_per_second": 13.154,
27
+ "step": 156
28
+ },
29
+ {
30
+ "epoch": 3.0,
31
+ "eval_accuracy": 0.5740072202166066,
32
+ "eval_loss": 0.6843420267105103,
33
+ "eval_runtime": 0.6963,
34
+ "eval_samples_per_second": 397.815,
35
+ "eval_steps_per_second": 12.925,
36
+ "step": 234
37
+ }
38
+ ],
39
+ "logging_steps": 500,
40
+ "max_steps": 234,
41
+ "num_input_tokens_seen": 0,
42
+ "num_train_epochs": 3,
43
+ "save_steps": 500,
44
+ "stateful_callbacks": {
45
+ "TrainerControl": {
46
+ "args": {
47
+ "should_epoch_stop": false,
48
+ "should_evaluate": false,
49
+ "should_log": false,
50
+ "should_save": true,
51
+ "should_training_stop": true
52
+ },
53
+ "attributes": {}
54
+ }
55
+ },
56
+ "total_flos": 0,
57
+ "train_batch_size": 32,
58
+ "trial_name": null,
59
+ "trial_params": {
60
+ "dropout_rate": 0.47315201494777315,
61
+ "learning_rate": 1.1601157014258523e-05,
62
+ "max_seq_length": 32,
63
+ "num_train_epochs": 3,
64
+ "per_device_train_batch_size": 32
65
+ }
66
+ }
run-1/checkpoint-234/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7f9c89da7fef02fc90d0e151b49ef276f71cf188cc8e07d9d3f594f6c53ceb
3
+ size 5240
run-1/checkpoint-234/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-78/config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
@@ -19,7 +20,7 @@
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.50.3",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
  "vocab_size": 30522
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",
23
+ "transformers_version": "4.44.2",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
  "vocab_size": 30522
run-2/checkpoint-78/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c805f8113500772a72690f77fb2900675f7a0f4d14c9bc9029b40d658b2239f
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a040e99e848dbed9a359bf32d3518cfeb9ff58bc7401cb2c4970629aae9542cd
3
  size 437958648
run-2/checkpoint-78/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:905c8c0f4db658a801d1a71461b4d8234c9af0642e77f04929a44bb3d3d901e2
3
  size 876038394
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073332a0b747295c5c7ecdee9ecc6773313c250a4b89fee343f2d1f686d8d044
3
  size 876038394
run-2/checkpoint-78/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2359103b6aecc5a33be9630634e2521d802ca571eca1b4adeac3ec6496c46f19
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd53c5c3dd7d411230f105bda2473d2a3923ae5b6e14f965bb99d91f5a28c9b2
3
  size 14244
run-2/checkpoint-78/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2a4ddb60b114de2f231eca662d77dbbd41440ecf361b4caffe5e2567f7d6c48f
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ed913796d0841d9127eb456a7c094b58bac76bc75618530695aa529dedbdc7
3
  size 1064
run-2/checkpoint-78/tokenizer_config.json CHANGED
@@ -41,10 +41,9 @@
41
  "special": true
42
  }
43
  },
44
- "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
47
- "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
  "pad_token": "[PAD]",
 
41
  "special": true
42
  }
43
  },
44
+ "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
run-2/checkpoint-78/trainer_state.json CHANGED
@@ -1,8 +1,7 @@
1
  {
2
- "best_global_step": 39,
3
- "best_metric": 0.4657039711191336,
4
- "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-2/checkpoint-39",
5
- "epoch": 2.0,
6
  "eval_steps": 500,
7
  "global_step": 78,
8
  "is_hyper_param_search": true,
@@ -11,25 +10,16 @@
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
- "eval_accuracy": 0.4657039711191336,
15
- "eval_loss": 0.710749089717865,
16
- "eval_runtime": 1.9931,
17
- "eval_samples_per_second": 138.981,
18
- "eval_steps_per_second": 2.509,
19
- "step": 39
20
- },
21
- {
22
- "epoch": 2.0,
23
- "eval_accuracy": 0.4620938628158845,
24
- "eval_loss": 0.7048717737197876,
25
- "eval_runtime": 1.9387,
26
- "eval_samples_per_second": 142.881,
27
- "eval_steps_per_second": 2.579,
28
  "step": 78
29
  }
30
  ],
31
  "logging_steps": 500,
32
- "max_steps": 78,
33
  "num_input_tokens_seen": 0,
34
  "num_train_epochs": 2,
35
  "save_steps": 500,
@@ -40,19 +30,19 @@
40
  "should_evaluate": false,
41
  "should_log": false,
42
  "should_save": true,
43
- "should_training_stop": true
44
  },
45
  "attributes": {}
46
  }
47
  },
48
  "total_flos": 0,
49
- "train_batch_size": 64,
50
  "trial_name": null,
51
  "trial_params": {
52
- "dropout_rate": 0.4829965966194095,
53
- "learning_rate": 3.297651789500977e-06,
54
  "max_seq_length": 128,
55
  "num_train_epochs": 2,
56
- "per_device_train_batch_size": 64
57
  }
58
  }
 
1
  {
2
+ "best_metric": 0.5306859205776173,
3
+ "best_model_checkpoint": "bert-base-uncased-finetuned-rte-run_1/run-2/checkpoint-78",
4
+ "epoch": 1.0,
 
5
  "eval_steps": 500,
6
  "global_step": 78,
7
  "is_hyper_param_search": true,
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.5306859205776173,
14
+ "eval_loss": 0.6830374002456665,
15
+ "eval_runtime": 0.6773,
16
+ "eval_samples_per_second": 408.985,
17
+ "eval_steps_per_second": 13.288,
 
 
 
 
 
 
 
 
 
18
  "step": 78
19
  }
20
  ],
21
  "logging_steps": 500,
22
+ "max_steps": 156,
23
  "num_input_tokens_seen": 0,
24
  "num_train_epochs": 2,
25
  "save_steps": 500,
 
30
  "should_evaluate": false,
31
  "should_log": false,
32
  "should_save": true,
33
+ "should_training_stop": false
34
  },
35
  "attributes": {}
36
  }
37
  },
38
  "total_flos": 0,
39
+ "train_batch_size": 32,
40
  "trial_name": null,
41
  "trial_params": {
42
+ "dropout_rate": 0.22916043310370748,
43
+ "learning_rate": 2.8113763118186958e-05,
44
  "max_seq_length": 128,
45
  "num_train_epochs": 2,
46
+ "per_device_train_batch_size": 32
47
  }
48
  }
run-2/checkpoint-78/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c92319a9291c2950bc58902fdbdfc01c8adc9c12189f811495e2b99ba0ea7422
3
- size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83f802f6180f2481d72cca73fb8b638357519b39f879bf12e5ed15cc69b245f3
3
+ size 5240
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b7f9c89da7fef02fc90d0e151b49ef276f71cf188cc8e07d9d3f594f6c53ceb
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83f802f6180f2481d72cca73fb8b638357519b39f879bf12e5ed15cc69b245f3
3
  size 5240