YWZBrandon commited on
Commit
42a4ac3
·
verified ·
1 Parent(s): d78365b

End of training

Browse files
20250513_005845.log ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/98 [00:00<?, ?it/s][rank1]:[W513 01:06:31.932999163 reducer.cpp:1400] Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unused parameters in the forward pass. This flag results in an extra traversal of the autograd graph every iteration, which can adversely affect performance. If your model indeed never has any unused parameters in the forward pass, consider turning this flag off. Note that this warning may be a false positive if your model has flow control causing later iterations to have unused parameters. (function operator())
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [2025-05-13 01:06:13] Created output directory: train_results/roberta-large_ds100_upsample1000
2
+ [2025-05-13 01:06:13] Chat mode disabled
3
+ [2025-05-13 01:06:13] Model size is 3B or smaller (0 B). Using full fine-tuning.
4
+ [2025-05-13 01:06:13] Adjusted parameters for roberta model:
5
+ [2025-05-13 01:06:13] - LEARNING_RATE: 1e-5
6
+ [2025-05-13 01:06:13] - BATCH_SIZE: 512
7
+ [2025-05-13 01:06:13] - GRADIENT_ACCUMULATION_STEPS: 1
8
+ [2025-05-13 01:06:13] No QA format data will be used
9
+ [2025-05-13 01:06:13] Limiting dataset size to: 100 samples
10
+ [2025-05-13 01:06:13] =======================================
11
+ [2025-05-13 01:06:13] Starting training for model: roberta-large
12
+ [2025-05-13 01:06:13] =======================================
13
+ [2025-05-13 01:06:13] CUDA_VISIBLE_DEVICES: 0,1
14
+ [2025-05-13 01:06:13] WANDB_PROJECT: wikidyk-ar
15
+ [2025-05-13 01:06:13] DATA_PATH: data/wikidyk2022-2025_01082025_gpt-4o_evalv2_pages_formatted_combined_v2.json
16
+ [2025-05-13 01:06:13] Global Batch Size: 1024
17
+ [2025-05-13 01:06:13] Data Size: 100
18
+ [2025-05-13 01:06:13] Executing command: torchrun --nproc_per_node "2" --master-port 29501 src/train.py --model_name_or_path "roberta-large" --data_path "data/wikidyk2022-2025_01082025_gpt-4o_evalv2_pages_formatted_combined_v2.json" --output_dir "train_results/roberta-large_ds100_upsample1000" --num_upsample "1000" --per_device_train_batch_size "512" --gradient_accumulation_steps "1" --learning_rate "1e-5" --num_train_epochs "1" --model_max_length "32768" --report_to wandb --logging_steps 50 --save_strategy no --bf16 True --use_flash_attention_2 True --qa_data_ratio "-1" --predict_mask "false" --ds_size 100
19
+ [2025-05-13 01:06:13] Training started at Tue May 13 01:06:13 UTC 2025
20
+ W0513 01:06:14.468000 443076 site-packages/torch/distributed/run.py:792]
21
+ W0513 01:06:14.468000 443076 site-packages/torch/distributed/run.py:792] *****************************************
22
+ W0513 01:06:14.468000 443076 site-packages/torch/distributed/run.py:792] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
23
+ W0513 01:06:14.468000 443076 site-packages/torch/distributed/run.py:792] *****************************************
24
+ WARNING:root:Output directory: train_results/roberta-large_ds100_upsample1000
25
+ WARNING:root:Output directory: train_results/roberta-large_ds100_upsample1000
26
+ WARNING:root:Loading data...
27
+ WARNING:root:Loading data...
28
+ WARNING:root:Dataset initialized with all QA data:
29
+ WARNING:root: - 0 QA examples
30
+ WARNING:root: - 100 fact examples with upsampling factor 1000
31
+ WARNING:root: - Total examples: 100000
32
+ /root/yuwei/WikiDYKEvalV2/src/train.py:119: FutureWarning: `tokenizer` is deprecated and will be removed in version 5.0.0 for `Trainer.__init__`. Use `processing_class` instead.
33
+ trainer = Trainer(model=model, tokenizer=tokenizer, args=training_args, **data_module)
34
+ WARNING:root:Dataset initialized with all QA data:
35
+ WARNING:root: - 0 QA examples
36
+ WARNING:root: - 100 fact examples with upsampling factor 1000
37
+ WARNING:root: - Total examples: 100000
38
+ /root/yuwei/WikiDYKEvalV2/src/train.py:119: FutureWarning: `tokenizer` is deprecated and will be removed in version 5.0.0 for `Trainer.__init__`. Use `processing_class` instead.
39
+ trainer = Trainer(model=model, tokenizer=tokenizer, args=training_args, **data_module)
40
+ wandb: WARNING The `run_name` is currently set to the same value as `TrainingArguments.output_dir`. If this was not intended, please specify a different run name by setting the `TrainingArguments.run_name` parameter.
41
+ wandb: Currently logged in as: yuweiz to https://api.wandb.ai. Use `wandb login --relogin` to force relogin
42
+ wandb: Tracking run with wandb version 0.19.11
43
+ wandb: Run data is saved locally in /root/yuwei/WikiDYKEvalV2/wandb/run-20250513_010628-sr78j4sb
44
+ wandb: Run `wandb offline` to turn off syncing.
45
+ wandb: Syncing run train_results/roberta-large_ds100_upsample1000
46
+ wandb: ⭐️ View project at https://wandb.ai/yuweiz/wikidyk-ar
47
+ wandb: 🚀 View run at https://wandb.ai/yuweiz/wikidyk-ar/runs/sr78j4sb
48
+
49
  0%| | 0/98 [00:00<?, ?it/s][rank1]:[W513 01:06:31.932999163 reducer.cpp:1400] Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unused parameters in the forward pass. This flag results in an extra traversal of the autograd graph every iteration, which can adversely affect performance. If your model indeed never has any unused parameters in the forward pass, consider turning this flag off. Note that this warning may be a false positive if your model has flow control causing later iterations to have unused parameters. (function operator())
50
+ Traceback (most recent call last):
51
+ File "/root/yuwei/WikiDYKEvalV2/src/train.py", line 134, in <module>
52
+ train()
53
+ File "/root/yuwei/WikiDYKEvalV2/src/train.py", line 122, in train
54
+ trainer.train(resume_from_checkpoint=training_args.resume_from_checkpoint)
55
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 2245, in train
56
+ return inner_training_loop(
57
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 2560, in _inner_training_loop
58
+ tr_loss_step = self.training_step(model, inputs, num_items_in_batch)
59
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 3736, in training_step
60
+ loss = self.compute_loss(model, inputs, num_items_in_batch=num_items_in_batch)
61
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 3801, in compute_loss
62
+ outputs = model(**inputs)
63
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl
64
+ return self._call_impl(*args, **kwargs)
65
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1750, in _call_impl
66
+ return forward_call(*args, **kwargs)
67
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/parallel/distributed.py", line 1643, in forward
68
+ else self._run_ddp_forward(*inputs, **kwargs)
69
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/parallel/distributed.py", line 1459, in _run_ddp_forward
70
+ return self.module(*inputs, **kwargs) # type: ignore[index]
71
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl
72
+ return self._call_impl(*args, **kwargs)
73
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1750, in _call_impl
74
+ return forward_call(*args, **kwargs)
75
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 814, in forward
76
+ return model_forward(*args, **kwargs)
77
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 802, in __call__
78
+ return convert_to_fp32(self.model_forward(*args, **kwargs))
79
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 781, in convert_to_fp32
80
+ return recursively_apply(_convert_to_fp32, tensor, test_type=_is_fp16_bf16_tensor)
81
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 118, in recursively_apply
82
+ {
83
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 119, in <dictcomp>
84
+ k: recursively_apply(
85
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 126, in recursively_apply
86
+ return func(data, *args, **kwargs)
87
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 773, in _convert_to_fp32
88
+ return tensor.float()
89
+ torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 4.03 GiB. GPU 0 has a total capacity of 79.25 GiB of which 3.84 GiB is free. Process 2436654 has 41.89 GiB memory in use. Process 2487807 has 33.51 GiB memory in use. Of the allocated memory 32.49 GiB is allocated by PyTorch, and 198.04 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
90
+ [rank0]: Traceback (most recent call last):
91
+ [rank0]: File "/root/yuwei/WikiDYKEvalV2/src/train.py", line 134, in <module>
92
+ [rank0]: train()
93
+ [rank0]: File "/root/yuwei/WikiDYKEvalV2/src/train.py", line 122, in train
94
+ [rank0]: trainer.train(resume_from_checkpoint=training_args.resume_from_checkpoint)
95
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 2245, in train
96
+ [rank0]: return inner_training_loop(
97
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 2560, in _inner_training_loop
98
+ [rank0]: tr_loss_step = self.training_step(model, inputs, num_items_in_batch)
99
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 3736, in training_step
100
+ [rank0]: loss = self.compute_loss(model, inputs, num_items_in_batch=num_items_in_batch)
101
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/transformers/trainer.py", line 3801, in compute_loss
102
+ [rank0]: outputs = model(**inputs)
103
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl
104
+ [rank0]: return self._call_impl(*args, **kwargs)
105
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1750, in _call_impl
106
+ [rank0]: return forward_call(*args, **kwargs)
107
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/parallel/distributed.py", line 1643, in forward
108
+ [rank0]: else self._run_ddp_forward(*inputs, **kwargs)
109
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/parallel/distributed.py", line 1459, in _run_ddp_forward
110
+ [rank0]: return self.module(*inputs, **kwargs) # type: ignore[index]
111
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1739, in _wrapped_call_impl
112
+ [rank0]: return self._call_impl(*args, **kwargs)
113
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1750, in _call_impl
114
+ [rank0]: return forward_call(*args, **kwargs)
115
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 814, in forward
116
+ [rank0]: return model_forward(*args, **kwargs)
117
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 802, in __call__
118
+ [rank0]: return convert_to_fp32(self.model_forward(*args, **kwargs))
119
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 781, in convert_to_fp32
120
+ [rank0]: return recursively_apply(_convert_to_fp32, tensor, test_type=_is_fp16_bf16_tensor)
121
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 118, in recursively_apply
122
+ [rank0]: {
123
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 119, in <dictcomp>
124
+ [rank0]: k: recursively_apply(
125
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 126, in recursively_apply
126
+ [rank0]: return func(data, *args, **kwargs)
127
+ [rank0]: File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/accelerate/utils/operations.py", line 773, in _convert_to_fp32
128
+ [rank0]: return tensor.float()
129
+ [rank0]: torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 4.03 GiB. GPU 0 has a total capacity of 79.25 GiB of which 3.84 GiB is free. Process 2436654 has 41.89 GiB memory in use. Process 2487807 has 33.51 GiB memory in use. Of the allocated memory 32.49 GiB is allocated by PyTorch, and 198.04 MiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
130
+ wandb:
131
+ wandb: 🚀 View run train_results/roberta-large_ds100_upsample1000 at: https://wandb.ai/yuweiz/wikidyk-ar/runs/sr78j4sb
132
+ wandb: Find logs at: wandb/run-20250513_010628-sr78j4sb/logs
133
+ W0513 01:06:34.206000 443076 site-packages/torch/distributed/elastic/multiprocessing/api.py:897] Sending process 443142 closing signal SIGTERM
134
+ E0513 01:06:34.521000 443076 site-packages/torch/distributed/elastic/multiprocessing/api.py:869] failed (exitcode: 1) local_rank: 0 (pid: 443141) of binary: /root/miniconda3/envs/wikidyk/bin/python
135
+ Traceback (most recent call last):
136
+ File "/root/miniconda3/envs/wikidyk/bin/torchrun", line 8, in <module>
137
+ sys.exit(main())
138
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py", line 355, in wrapper
139
+ return f(*args, **kwargs)
140
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/distributed/run.py", line 918, in main
141
+ run(args)
142
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/distributed/run.py", line 909, in run
143
+ elastic_launch(
144
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/distributed/launcher/api.py", line 138, in __call__
145
+ return launch_agent(self._config, self._entrypoint, list(args))
146
+ File "/root/miniconda3/envs/wikidyk/lib/python3.10/site-packages/torch/distributed/launcher/api.py", line 269, in launch_agent
147
+ raise ChildFailedError(
148
+ torch.distributed.elastic.multiprocessing.errors.ChildFailedError:
149
+ ============================================================
150
+ src/train.py FAILED
151
+ ------------------------------------------------------------
152
+ Failures:
153
+ <NO_OTHER_FAILURES>
154
+ ------------------------------------------------------------
155
+ Root Cause (first observed failure):
156
+ [0]:
157
+ time : 2025-05-13_01:06:34
158
+ host : bb9aa167977b
159
+ rank : 0 (local_rank: 0)
160
+ exitcode : 1 (pid: 443141)
161
+ error_file: <N/A>
162
+ traceback : To enable traceback see: https://pytorch.org/docs/stable/elastic/errors.html
163
+ ============================================================
164
+ [2025-05-13 01:06:34] ERROR: Training failed for roberta-large with exit code 1
165
+ [2025-05-13 01:06:34] ERROR: Training failed for roberta-large with exit code 1
166
+ [2025-05-13 01:06:34] Check error log for details: train_results/roberta-large_ds100_upsample1000/20250513_005845.log
167
+ [2025-05-13 01:06:34] Resource usage after training roberta-large:
168
+ [2025-05-13 01:06:34] GPU memory usage:
169
+ 42903 MiB, 81920 MiB
170
+ 37603 MiB, 81920 MiB
171
+ 26205 MiB, 81920 MiB
172
+ 26205 MiB, 81920 MiB
173
+ [2025-05-13 01:06:34] Disk space usage for model outputs:
174
+ 16K train_results/roberta-large_ds100_upsample1000
175
+ [2025-05-13 01:06:34]
176
+ [2025-05-13 01:06:34] All training runs completed at Tue May 13 01:06:34 UTC 2025
177
+ [2025-05-13 01:06:34] =======================================
178
+ [2025-05-13 01:06:34] Summary of training runs:
179
+ [2025-05-13 01:06:34] Model | Status | Duration | Output Size
20250513_010808.log ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/782 [00:00<?, ?it/s][rank1]:[W513 01:17:23.343224380 reducer.cpp:1400] Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unused parameters in the forward pass. This flag results in an extra traversal of the autograd graph every iteration, which can adversely affect performance. If your model indeed never has any unused parameters in the forward pass, consider turning this flag off. Note that this warning may be a false positive if your model has flow control causing later iterations to have unused parameters. (function operator())
 
 
1
  0%| | 1/782 [00:00<08:54, 1.46it/s]
2
  0%| | 2/782 [00:00<05:27, 2.38it/s]
3
  0%| | 3/782 [00:01<04:19, 3.01it/s]
4
  1%| | 4/782 [00:01<04:34, 2.83it/s]
5
  1%| | 5/782 [00:01<04:01, 3.22it/s]
6
  1%| | 6/782 [00:02<03:52, 3.34it/s]
7
  1%| | 7/782 [00:02<03:36, 3.58it/s]
8
  1%| | 8/782 [00:02<03:23, 3.80it/s]
9
  1%| | 9/782 [00:02<03:38, 3.53it/s]
10
  1%|▏ | 10/782 [00:03<03:28, 3.71it/s]
11
  1%|▏ | 11/782 [00:03<03:52, 3.32it/s]
12
  2%|▏ | 12/782 [00:03<03:33, 3.60it/s]
13
  2%|▏ | 13/782 [00:04<03:51, 3.32it/s]
14
  2%|▏ | 14/782 [00:04<03:38, 3.51it/s]
15
  2%|▏ | 15/782 [00:04<03:34, 3.58it/s]
16
  2%|▏ | 16/782 [00:04<03:27, 3.69it/s]
17
  2%|▏ | 17/782 [00:05<03:16, 3.89it/s]
18
  2%|▏ | 18/782 [00:05<03:36, 3.52it/s]
19
  2%|▏ | 19/782 [00:05<03:31, 3.61it/s]
20
  3%|▎ | 20/782 [00:05<03:25, 3.71it/s]
21
  3%|▎ | 21/782 [00:06<03:30, 3.61it/s]
22
  3%|▎ | 22/782 [00:06<03:20, 3.80it/s]
23
  3%|▎ | 23/782 [00:06<03:14, 3.90it/s]
24
  3%|▎ | 24/782 [00:06<03:24, 3.71it/s]
25
  3%|▎ | 25/782 [00:07<03:17, 3.84it/s]
26
  3%|▎ | 26/782 [00:07<03:33, 3.55it/s]
27
  3%|▎ | 27/782 [00:07<03:19, 3.78it/s]
28
  4%|▎ | 28/782 [00:08<03:22, 3.72it/s]
29
  4%|▎ | 29/782 [00:08<03:21, 3.73it/s]
30
  4%|▍ | 30/782 [00:08<03:21, 3.74it/s]
31
  4%|▍ | 31/782 [00:08<03:32, 3.54it/s]
32
  4%|▍ | 32/782 [00:09<03:18, 3.78it/s]
33
  4%|▍ | 33/782 [00:09<03:15, 3.84it/s]
34
  4%|▍ | 34/782 [00:09<03:20, 3.73it/s]
35
  4%|▍ | 35/782 [00:09<03:17, 3.79it/s]
36
  5%|▍ | 36/782 [00:10<03:18, 3.75it/s]
37
  5%|▍ | 37/782 [00:10<03:27, 3.59it/s]
38
  5%|▍ | 38/782 [00:10<03:18, 3.75it/s]
39
  5%|▍ | 39/782 [00:10<03:15, 3.80it/s]
40
  5%|▌ | 40/782 [00:11<03:19, 3.72it/s]
41
  5%|▌ | 41/782 [00:11<03:16, 3.76it/s]
42
  5%|▌ | 42/782 [00:11<03:31, 3.50it/s]
43
  5%|▌ | 43/782 [00:12<03:20, 3.68it/s]
44
  6%|▌ | 44/782 [00:12<03:21, 3.67it/s]
45
  6%|▌ | 45/782 [00:12<03:23, 3.62it/s]
46
  6%|▌ | 46/782 [00:12<03:20, 3.68it/s]
47
  6%|▌ | 47/782 [00:13<03:19, 3.68it/s]
48
  6%|▌ | 48/782 [00:13<03:20, 3.67it/s]
49
  6%|▋ | 49/782 [00:13<03:06, 3.92it/s]
50
  6%|▋ | 50/782 [00:14<03:30, 3.48it/s]
51
 
52
  6%|▋ | 50/782 [00:14<03:30, 3.48it/s]
 
53
  7%|▋ | 51/782 [00:14<03:21, 3.63it/s]
54
  7%|▋ | 52/782 [00:14<03:38, 3.33it/s]
55
  7%|▋ | 53/782 [00:14<03:25, 3.55it/s]
56
  7%|▋ | 54/782 [00:15<03:16, 3.70it/s]
57
  7%|▋ | 55/782 [00:15<03:11, 3.79it/s]
58
  7%|▋ | 56/782 [00:15<03:02, 3.97it/s]
59
  7%|▋ | 57/782 [00:15<03:11, 3.79it/s]
60
  7%|▋ | 58/782 [00:16<03:14, 3.73it/s]
61
  8%|▊ | 59/782 [00:16<03:14, 3.72it/s]
62
  8%|▊ | 60/782 [00:16<03:06, 3.86it/s]
63
  8%|▊ | 61/782 [00:16<03:06, 3.88it/s]
64
  8%|▊ | 62/782 [00:17<03:03, 3.93it/s]
65
  8%|▊ | 63/782 [00:17<03:06, 3.86it/s]
66
  8%|▊ | 64/782 [00:17<03:06, 3.84it/s]
67
  8%|▊ | 65/782 [00:17<02:58, 4.01it/s]
68
  8%|▊ | 66/782 [00:18<03:03, 3.90it/s]
69
  9%|▊ | 67/782 [00:18<03:06, 3.84it/s]
70
  9%|▊ | 68/782 [00:18<03:08, 3.79it/s]
71
  9%|▉ | 69/782 [00:19<03:18, 3.58it/s]
72
  9%|▉ | 70/782 [00:19<03:07, 3.81it/s]
73
  9%|▉ | 71/782 [00:19<03:34, 3.32it/s]
74
  9%|▉ | 72/782 [00:19<03:19, 3.56it/s]
75
  9%|▉ | 73/782 [00:20<03:36, 3.28it/s]
76
  9%|▉ | 74/782 [00:20<03:18, 3.58it/s]
77
  10%|▉ | 75/782 [00:20<03:32, 3.33it/s]
78
  10%|▉ | 76/782 [00:21<03:27, 3.40it/s]
79
  10%|▉ | 77/782 [00:21<03:16, 3.60it/s]
80
  10%|▉ | 78/782 [00:21<03:24, 3.45it/s]
81
  10%|█ | 79/782 [00:21<03:08, 3.72it/s]
82
  10%|█ | 80/782 [00:22<03:03, 3.83it/s]
83
  10%|█ | 81/782 [00:22<03:05, 3.79it/s]
84
  10%|█ | 82/782 [00:22<03:00, 3.88it/s]
85
  11%|█ | 83/782 [00:22<03:23, 3.44it/s]
86
  11%|█ | 84/782 [00:23<03:10, 3.67it/s]
87
  11%|█ | 85/782 [00:23<03:08, 3.70it/s]
88
  11%|█ | 86/782 [00:23<03:09, 3.67it/s]
89
  11%|█ | 87/782 [00:24<03:05, 3.74it/s]
90
  11%|█▏ | 88/782 [00:24<03:12, 3.61it/s]
91
  11%|█▏ | 89/782 [00:24<03:03, 3.78it/s]
92
  12%|█▏ | 90/782 [00:24<03:02, 3.78it/s]
93
  12%|█��� | 91/782 [00:25<03:06, 3.70it/s]
94
  12%|█▏ | 92/782 [00:25<03:06, 3.71it/s]
95
  12%|█▏ | 93/782 [00:25<03:12, 3.57it/s]
96
  12%|█▏ | 94/782 [00:25<03:02, 3.77it/s]
97
  12%|█▏ | 95/782 [00:26<02:57, 3.86it/s]
98
  12%|█▏ | 96/782 [00:26<03:06, 3.68it/s]
99
  12%|█▏ | 97/782 [00:26<03:03, 3.73it/s]
100
  13%|█▎ | 98/782 [00:26<03:02, 3.75it/s]
101
  13%|█▎ | 99/782 [00:27<03:01, 3.77it/s]
102
  13%|█▎ | 100/782 [00:27<02:52, 3.96it/s]
103
 
 
104
  13%|█▎ | 100/782 [00:27<02:52, 3.96it/s]
105
  13%|█▎ | 101/782 [00:27<02:55, 3.88it/s]
106
  13%|█▎ | 102/782 [00:27<02:52, 3.95it/s]
107
  13%|█▎ | 103/782 [00:28<02:54, 3.89it/s]
108
  13%|█▎ | 104/782 [00:28<02:48, 4.03it/s]
109
  13%|█▎ | 105/782 [00:28<02:44, 4.12it/s]
110
  14%|█▎ | 106/782 [00:28<02:49, 3.98it/s]
111
  14%|█▎ | 107/782 [00:29<02:48, 4.00it/s]
112
  14%|█▍ | 108/782 [00:29<03:18, 3.40it/s]
113
  14%|█▍ | 109/782 [00:29<03:02, 3.68it/s]
114
  14%|█▍ | 110/782 [00:30<02:53, 3.86it/s]
115
  14%|█▍ | 111/782 [00:30<03:29, 3.20it/s]
116
  14%|█▍ | 112/782 [00:30<03:13, 3.47it/s]
117
  14%|█▍ | 113/782 [00:31<03:09, 3.53it/s]
118
  15%|█▍ | 114/782 [00:31<02:59, 3.73it/s]
119
  15%|█▍ | 115/782 [00:31<02:51, 3.90it/s]
120
  15%|█▍ | 116/782 [00:31<02:52, 3.86it/s]
121
  15%|█▍ | 117/782 [00:31<02:53, 3.83it/s]
122
  15%|█▌ | 118/782 [00:32<02:53, 3.82it/s]
123
  15%|█▌ | 119/782 [00:32<02:56, 3.75it/s]
124
  15%|█▌ | 120/782 [00:32<02:46, 3.97it/s]
125
  15%|█▌ | 121/782 [00:32<02:43, 4.04it/s]
126
  16%|█▌ | 122/782 [00:33<03:02, 3.62it/s]
127
  16%|█▌ | 123/782 [00:33<02:55, 3.76it/s]
128
  16%|█▌ | 124/782 [00:33<03:08, 3.49it/s]
129
  16%|█▌ | 125/782 [00:34<02:55, 3.75it/s]
130
  16%|█▌ | 126/782 [00:34<02:48, 3.90it/s]
131
  16%|█▌ | 127/782 [00:34<02:58, 3.66it/s]
132
  16%|█▋ | 128/782 [00:34<02:51, 3.82it/s]
133
  16%|█▋ | 129/782 [00:35<02:53, 3.75it/s]
134
  17%|█▋ | 130/782 [00:35<02:49, 3.85it/s]
135
  17%|█▋ | 131/782 [00:35<02:48, 3.87it/s]
136
  17%|█▋ | 132/782 [00:35<02:48, 3.85it/s]
137
  17%|█▋ | 133/782 [00:36<02:44, 3.95it/s]
138
  17%|█▋ | 134/782 [00:36<02:57, 3.65it/s]
139
  17%|█▋ | 135/782 [00:36<02:53, 3.73it/s]
140
  17%|█▋ | 136/782 [00:37<02:55, 3.68it/s]
141
  18%|█▊ | 137/782 [00:37<02:52, 3.73it/s]
142
  18%|█▊ | 138/782 [00:37<02:57, 3.62it/s]
143
  18%|█▊ | 139/782 [00:37<02:52, 3.72it/s]
144
  18%|█▊ | 140/782 [00:38<02:44, 3.90it/s]
145
  18%|█▊ | 141/782 [00:38<02:54, 3.68it/s]
146
  18%|█▊ | 142/782 [00:38<02:48, 3.80it/s]
147
  18%|█▊ | 143/782 [00:39<03:16, 3.26it/s]
148
  18%|█▊ | 144/782 [00:39<03:02, 3.50it/s]
149
  19%|█▊ | 145/782 [00:39<03:06, 3.42it/s]
150
  19%|█▊ | 146/782 [00:39<02:59, 3.54it/s]
151
  19%|█▉ | 147/782 [00:40<02:51, 3.69it/s]
152
  19%|█▉ | 148/782 [00:40<02:49, 3.75it/s]
153
  19%|█▉ | 149/782 [00:40<02:37, 4.01it/s]
154
  19%|█▉ | 150/782 [00:40<02:38, 3.98it/s]
155
 
 
156
  19%|█▉ | 150/782 [00:40<02:38, 3.98it/s]
157
  19%|█▉ | 151/782 [00:41<02:47, 3.77it/s]
158
  19%|█▉ | 152/782 [00:41<02:41, 3.91it/s]
159
  20%|█▉ | 153/782 [00:41<02:55, 3.57it/s]
160
  20%|█▉ | 154/782 [00:41<02:43, 3.83it/s]
161
  20%|█▉ | 155/782 [00:42<02:40, 3.90it/s]
162
  20%|█▉ | 156/782 [00:42<02:49, 3.70it/s]
163
  20%|██ | 157/782 [00:42<02:42, 3.85it/s]
164
  20%|██ | 158/782 [00:42<02:43, 3.82it/s]
165
  20%|██ | 159/782 [00:43<02:37, 3.96it/s]
166
  20%|██ | 160/782 [00:43<02:31, 4.10it/s]
167
  21%|██ | 161/782 [00:43<02:36, 3.98it/s]
168
  21%|██ | 162/782 [00:43<02:32, 4.06it/s]
169
  21%|██ | 163/782 [00:44<02:38, 3.89it/s]
170
  21%|██ | 164/782 [00:44<02:40, 3.85it/s]
171
  21%|██ | 165/782 [00:44<02:31, 4.07it/s]
172
  21%|██ | 166/782 [00:44<02:35, 3.97it/s]
173
  21%|██▏ | 167/782 [00:45<02:34, 3.98it/s]
174
  21%|██▏ | 168/782 [00:45<02:37, 3.90it/s]
175
  22%|██▏ | 169/782 [00:45<02:41, 3.79it/s]
176
  22%|██▏ | 170/782 [00:45<02:32, 4.02it/s]
177
  22%|██▏ | 171/782 [00:46<02:50, 3.59it/s]
178
  22%|██▏ | 172/782 [00:46<02:43, 3.73it/s]
179
  22%|██▏ | 173/782 [00:46<02:54, 3.49it/s]
180
  22%|██▏ | 174/782 [00:47<02:43, 3.72it/s]
181
  22%|██▏ | 175/782 [00:47<02:39, 3.80it/s]
182
  23%|██▎ | 176/782 [00:47<02:44, 3.68it/s]
183
  23%|██▎ | 177/782 [00:47<02:42, 3.73it/s]
184
  23%|██▎ | 178/782 [00:48<02:49, 3.56it/s]
185
  23%|██▎ | 179/782 [00:48<02:36, 3.86it/s]
186
  23%|██▎ | 180/782 [00:48<02:44, 3.65it/s]
187
  23%|██▎ | 181/782 [00:48<02:41, 3.72it/s]
188
  23%|██▎ | 182/782 [00:49<02:37, 3.81it/s]
189
  23%|██▎ | 183/782 [00:49<02:39, 3.75it/s]
190
  24%|██▎ | 184/782 [00:49<02:32, 3.93it/s]
191
  24%|██▎ | 185/782 [00:50<02:45, 3.62it/s]
192
  24%|██▍ | 186/782 [00:50<02:40, 3.71it/s]
193
  24%|██▍ | 187/782 [00:50<02:45, 3.60it/s]
194
  24%|██▍ | 188/782 [00:50<02:41, 3.67it/s]
195
  24%|██▍ | 189/782 [00:51<02:31, 3.91it/s]
196
  24%|██▍ | 190/782 [00:51<02:32, 3.87it/s]
197
  24%|██▍ | 191/782 [00:51<02:30, 3.92it/s]
198
  25%|██▍ | 192/782 [00:51<02:38, 3.71it/s]
199
  25%|██▍ | 193/782 [00:52<02:41, 3.66it/s]
200
  25%|██▍ | 194/782 [00:52<02:30, 3.90it/s]
201
  25%|██▍ | 195/782 [00:52<02:30, 3.89it/s]
202
  25%|██▌ | 196/782 [00:52<02:26, 3.99it/s]
203
  25%|██▌ | 197/782 [00:53<02:28, 3.94it/s]
204
  25%|██▌ | 198/782 [00:53<02:36, 3.72it/s]
205
  25%|██▌ | 199/782 [00:53<02:31, 3.85it/s]
206
  26%|██▌ | 200/782 [00:53<02:33, 3.79it/s]
207
 
 
208
  26%|██▌ | 200/782 [00:54<02:33, 3.79it/s]
209
  26%|██▌ | 201/782 [00:54<02:39, 3.65it/s]
210
  26%|██▌ | 202/782 [00:54<02:34, 3.76it/s]
211
  26%|██▌ | 203/782 [00:54<02:36, 3.71it/s]
212
  26%|██▌ | 204/782 [00:55<02:28, 3.90it/s]
213
  26%|██▌ | 205/782 [00:55<02:22, 4.04it/s]
214
  26%|██▋ | 206/782 [00:55<02:26, 3.94it/s]
215
  26%|██▋ | 207/782 [00:55<02:23, 4.00it/s]
216
  27%|██▋ | 208/782 [00:56<02:27, 3.90it/s]
217
  27%|██▋ | 209/782 [00:56<02:23, 4.00it/s]
218
  27%|██▋ | 210/782 [00:56<02:32, 3.74it/s]
219
  27%|██▋ | 211/782 [00:56<02:28, 3.86it/s]
220
  27%|██▋ | 212/782 [00:57<02:28, 3.85it/s]
221
  27%|██▋ | 213/782 [00:57<02:23, 3.96it/s]
222
  27%|██▋ | 214/782 [00:57<02:19, 4.08it/s]
223
  27%|██▋ | 215/782 [00:57<02:22, 3.98it/s]
224
  28%|██▊ | 216/782 [00:58<02:22, 3.96it/s]
225
  28%|██▊ | 217/782 [00:58<02:25, 3.89it/s]
226
  28%|██▊ | 218/782 [00:58<02:29, 3.78it/s]
227
  28%|██▊ | 219/782 [00:58<02:19, 4.03it/s]
228
  28%|██▊ | 220/782 [00:59<02:21, 3.96it/s]
229
  28%|██▊ | 221/782 [00:59<02:25, 3.86it/s]
230
  28%|██▊ | 222/782 [00:59<02:24, 3.88it/s]
231
  29%|██▊ | 223/782 [00:59<02:29, 3.75it/s]
232
  29%|██▊ | 224/782 [01:00<02:21, 3.95it/s]
233
  29%|██▉ | 225/782 [01:00<02:36, 3.55it/s]
234
  29%|██▉ | 226/782 [01:00<02:33, 3.62it/s]
235
  29%|██▉ | 227/782 [01:00<02:32, 3.64it/s]
236
  29%|██▉ | 228/782 [01:01<02:33, 3.61it/s]
237
  29%|██▉ | 229/782 [01:01<02:22, 3.89it/s]
238
  29%|██▉ | 230/782 [01:01<02:21, 3.91it/s]
239
  30%|██▉ | 231/782 [01:02<02:25, 3.80it/s]
240
  30%|██▉ | 232/782 [01:02<02:23, 3.82it/s]
241
  30%|██▉ | 233/782 [01:02<02:28, 3.69it/s]
242
  30%|██▉ | 234/782 [01:02<02:20, 3.89it/s]
243
  30%|███ | 235/782 [01:03<02:21, 3.85it/s]
244
  30%|███ | 236/782 [01:03<02:19, 3.92it/s]
245
  30%|███ | 237/782 [01:03<02:28, 3.68it/s]
246
  30%|███ | 238/782 [01:03<02:23, 3.79it/s]
247
  31%|███ | 239/782 [01:04<02:16, 3.96it/s]
248
  31%|███ | 240/782 [01:04<02:29, 3.61it/s]
249
  31%|███ | 241/782 [01:04<02:24, 3.75it/s]
250
  31%|███ | 242/782 [01:04<02:28, 3.63it/s]
251
  31%|███ | 243/782 [01:05<02:22, 3.79it/s]
252
  31%|███ | 244/782 [01:05<02:18, 3.88it/s]
253
  31%|███▏ | 245/782 [01:05<02:20, 3.83it/s]
254
  31%|███▏ | 246/782 [01:05<02:18, 3.86it/s]
255
  32%|███▏ | 247/782 [01:06<02:16, 3.91it/s]
256
  32%|███▏ | 248/782 [01:06<02:21, 3.77it/s]
257
  32%|███▏ | 249/782 [01:06<02:16, 3.90it/s]
258
  32%|███▏ | 250/782 [01:06<02:15, 3.93it/s]
259
 
 
260
  32%|███▏ | 250/782 [01:07<02:15, 3.93it/s]
261
  32%|███▏ | 251/782 [01:07<02:20, 3.77it/s]
262
  32%|███▏ | 252/782 [01:07<02:18, 3.82it/s]
263
  32%|███▏ | 253/782 [01:07<02:20, 3.76it/s]
264
  32%|███▏ | 254/782 [01:08<02:22, 3.70it/s]
265
  33%|███▎ | 255/782 [01:08<02:21, 3.72it/s]
266
  33%|███▎ | 256/782 [01:08<02:18, 3.80it/s]
267
  33%|███▎ | 257/782 [01:08<02:17, 3.83it/s]
268
  33%|███▎ | 258/782 [01:09<02:20, 3.73it/s]
269
  33%|███▎ | 259/782 [01:09<02:13, 3.92it/s]
270
  33%|███▎ | 260/782 [01:09<02:12, 3.95it/s]
271
  33%|███▎ | 261/782 [01:09<02:15, 3.83it/s]
272
  34%|███▎ | 262/782 [01:10<02:15, 3.85it/s]
273
  34%|███▎ | 263/782 [01:10<02:24, 3.60it/s]
274
  34%|███▍ | 264/782 [01:10<02:18, 3.73it/s]
275
  34%|███▍ | 265/782 [01:10<02:14, 3.85it/s]
276
  34%|███▍ | 266/782 [01:11<02:16, 3.78it/s]
277
  34%|███▍ | 267/782 [01:11<02:11, 3.93it/s]
278
  34%|███▍ | 268/782 [01:11<02:15, 3.80it/s]
279
  34%|███▍ | 269/782 [01:11<02:09, 3.95it/s]
280
  35%|███▍ | 270/782 [01:12<02:05, 4.07it/s]
281
  35%|███▍ | 271/782 [01:12<02:10, 3.92it/s]
282
  35%|███▍ | 272/782 [01:12<02:06, 4.04it/s]
283
  35%|███▍ | 273/782 [01:13<02:16, 3.72it/s]
284
  35%|███▌ | 274/782 [01:13<02:08, 3.94it/s]
285
  35%|███▌ | 275/782 [01:13<02:05, 4.03it/s]
286
  35%|███▌ | 276/782 [01:13<02:12, 3.80it/s]
287
  35%|███▌ | 277/782 [01:14<02:09, 3.89it/s]
288
  36%|███▌ | 278/782 [01:14<02:16, 3.70it/s]
289
  36%|███▌ | 279/782 [01:14<02:25, 3.46it/s]
290
  36%|███▌ | 280/782 [01:14<02:13, 3.75it/s]
291
  36%|███▌ | 281/782 [01:15<02:14, 3.73it/s]
292
  36%|███▌ | 282/782 [01:15<02:13, 3.74it/s]
293
  36%|███▌ | 283/782 [01:15<02:12, 3.78it/s]
294
  36%|███▋ | 284/782 [01:16<02:25, 3.41it/s]
295
  36%|███▋ | 285/782 [01:16<02:16, 3.64it/s]
296
  37%|███▋ | 286/782 [01:16<02:12, 3.75it/s]
297
  37%|███▋ | 287/782 [01:16<02:08, 3.84it/s]
298
  37%|███▋ | 288/782 [01:17<02:15, 3.64it/s]
299
  37%|███▋ | 289/782 [01:17<02:11, 3.74it/s]
300
  37%|███▋ | 290/782 [01:17<02:06, 3.87it/s]
301
  37%|███▋ | 291/782 [01:17<02:08, 3.82it/s]
302
  37%|███▋ | 292/782 [01:18<02:05, 3.89it/s]
303
  37%|███▋ | 293/782 [01:18<02:18, 3.54it/s]
304
  38%|███▊ | 294/782 [01:18<02:09, 3.77it/s]
305
  38%|███▊ | 295/782 [01:18<02:04, 3.90it/s]
306
  38%|███▊ | 296/782 [01:19<02:06, 3.85it/s]
307
  38%|███▊ | 297/782 [01:19<02:04, 3.88it/s]
308
  38%|███▊ | 298/782 [01:19<02:20, 3.44it/s]
309
  38%|███▊ | 299/782 [01:19<02:08, 3.75it/s]
310
  38%|███▊ | 300/782 [01:20<02:09, 3.71it/s]
311
 
 
312
  38%|███▊ | 300/782 [01:20<02:09, 3.71it/s]
313
  38%|███▊ | 301/782 [01:20<02:09, 3.72it/s]
314
  39%|███▊ | 302/782 [01:20<02:05, 3.84it/s]
315
  39%|███▊ | 303/782 [01:21<02:27, 3.26it/s]
316
  39%|███▉ | 304/782 [01:21<02:13, 3.58it/s]
317
  39%|███▉ | 305/782 [01:21<02:11, 3.63it/s]
318
  39%|███▉ | 306/782 [01:21<02:12, 3.60it/s]
319
  39%|███▉ | 307/782 [01:22<02:09, 3.67it/s]
320
  39%|███▉ | 308/782 [01:22<02:13, 3.56it/s]
321
  40%|███▉ | 309/782 [01:22<02:06, 3.74it/s]
322
  40%|███▉ | 310/782 [01:22<02:05, 3.75it/s]
323
  40%|███▉ | 311/782 [01:23<02:01, 3.87it/s]
324
  40%|███▉ | 312/782 [01:23<01:59, 3.95it/s]
325
  40%|████ | 313/782 [01:23<02:12, 3.54it/s]
326
  40%|████ | 314/782 [01:24<02:04, 3.75it/s]
327
  40%|████ | 315/782 [01:24<02:11, 3.54it/s]
328
  40%|████ | 316/782 [01:24<02:06, 3.68it/s]
329
  41%|████ | 317/782 [01:24<02:06, 3.67it/s]
330
  41%|████ | 318/782 [01:25<02:07, 3.63it/s]
331
  41%|████ | 319/782 [01:25<02:02, 3.78it/s]
332
  41%|████ | 320/782 [01:25<02:01, 3.81it/s]
333
  41%|████ | 321/782 [01:25<01:59, 3.87it/s]
334
  41%|████ | 322/782 [01:26<02:08, 3.57it/s]
335
  41%|████▏ | 323/782 [01:26<02:01, 3.79it/s]
336
  41%|████▏ | 324/782 [01:26<01:58, 3.85it/s]
337
  42%|████▏ | 325/782 [01:26<01:59, 3.84it/s]
338
  42%|████▏ | 326/782 [01:27<01:55, 3.96it/s]
339
  42%|████▏ | 327/782 [01:27<01:59, 3.82it/s]
340
  42%|████▏ | 328/782 [01:27<01:54, 3.96it/s]
341
  42%|████▏ | 329/782 [01:27<01:52, 4.04it/s]
342
  42%|████▏ | 330/782 [01:28<01:56, 3.87it/s]
343
  42%|████▏ | 331/782 [01:28<01:52, 4.00it/s]
344
  42%|████▏ | 332/782 [01:28<02:07, 3.54it/s]
345
  43%|████▎ | 333/782 [01:29<02:01, 3.71it/s]
346
  43%|████▎ | 334/782 [01:29<02:01, 3.68it/s]
347
  43%|████▎ | 335/782 [01:29<02:01, 3.69it/s]
348
  43%|████▎ | 336/782 [01:29<02:01, 3.69it/s]
349
  43%|████▎ | 337/782 [01:30<02:06, 3.52it/s]
350
  43%|████▎ | 338/782 [01:30<01:58, 3.76it/s]
351
  43%|████▎ | 339/782 [01:30<01:54, 3.88it/s]
352
  43%|████▎ | 340/782 [01:30<01:57, 3.77it/s]
353
  44%|████▎ | 341/782 [01:31<01:58, 3.74it/s]
354
  44%|████▎ | 342/782 [01:31<01:56, 3.77it/s]
355
  44%|████▍ | 343/782 [01:31<01:59, 3.67it/s]
356
  44%|████▍ | 344/782 [01:32<01:52, 3.88it/s]
357
  44%|████▍ | 345/782 [01:32<02:04, 3.51it/s]
358
  44%|████▍ | 346/782 [01:32<02:00, 3.60it/s]
359
  44%|████▍ | 347/782 [01:33<02:14, 3.24it/s]
360
  45%|████▍ | 348/782 [01:33<02:01, 3.56it/s]
361
  45%|████▍ | 349/782 [01:33<01:55, 3.76it/s]
362
  45%|████▍ | 350/782 [01:33<01:58, 3.64it/s]
363
 
 
364
  45%|████▍ | 350/782 [01:33<01:58, 3.64it/s]
365
  45%|████▍ | 351/782 [01:34<01:56, 3.71it/s]
366
  45%|████▌ | 352/782 [01:34<01:57, 3.67it/s]
367
  45%|████▌ | 353/782 [01:34<02:00, 3.56it/s]
368
  45%|████▌ | 354/782 [01:34<01:52, 3.81it/s]
369
  45%|████▌ | 355/782 [01:35<01:54, 3.73it/s]
370
  46%|████▌ | 356/782 [01:35<01:50, 3.85it/s]
371
  46%|████▌ | 357/782 [01:35<01:51, 3.83it/s]
372
  46%|████▌ | 358/782 [01:35<01:52, 3.77it/s]
373
  46%|████▌ | 359/782 [01:36<01:45, 4.02it/s]
374
  46%|████▌ | 360/782 [01:36<01:47, 3.94it/s]
375
  46%|████▌ | 361/782 [01:36<01:48, 3.88it/s]
376
  46%|████▋ | 362/782 [01:36<01:46, 3.94it/s]
377
  46%|████▋ | 363/782 [01:37<02:03, 3.39it/s]
378
  47%|████▋ | 364/782 [01:37<01:57, 3.55it/s]
379
  47%|████▋ | 365/782 [01:37<01:52, 3.69it/s]
380
  47%|████▋ | 366/782 [01:38<02:06, 3.30it/s]
381
  47%|████▋ | 367/782 [01:38<01:57, 3.54it/s]
382
  47%|████▋ | 368/782 [01:38<01:55, 3.57it/s]
383
  47%|████▋ | 369/782 [01:38<01:51, 3.70it/s]
384
  47%|████▋ | 370/782 [01:39<01:46, 3.88it/s]
385
  47%|████▋ | 371/782 [01:39<01:56, 3.52it/s]
386
  48%|████▊ | 372/782 [01:39<01:52, 3.64it/s]
387
  48%|████▊ | 373/782 [01:39<01:51, 3.68it/s]
388
  48%|████▊ | 374/782 [01:40<01:47, 3.80it/s]
389
  48%|████▊ | 375/782 [01:40<01:46, 3.84it/s]
390
  48%|████▊ | 376/782 [01:40<01:58, 3.42it/s]
391
  48%|████▊ | 377/782 [01:41<01:50, 3.65it/s]
392
  48%|████▊ | 378/782 [01:41<01:54, 3.53it/s]
393
  48%|████▊ | 379/782 [01:41<01:48, 3.72it/s]
394
  49%|████▊ | 380/782 [01:42<02:07, 3.15it/s]
395
  49%|████▊ | 381/782 [01:42<01:57, 3.41it/s]
396
  49%|████▉ | 382/782 [01:42<02:05, 3.20it/s]
397
  49%|████▉ | 383/782 [01:42<01:54, 3.50it/s]
398
  49%|████▉ | 384/782 [01:43<01:50, 3.62it/s]
399
  49%|████▉ | 385/782 [01:43<01:48, 3.65it/s]
400
  49%|████▉ | 386/782 [01:43<01:43, 3.82it/s]
401
  49%|████▉ | 387/782 [01:43<01:46, 3.70it/s]
402
  50%|████▉ | 388/782 [01:44<01:43, 3.82it/s]
403
  50%|████▉ | 389/782 [01:44<01:41, 3.87it/s]
404
  50%|████▉ | 390/782 [01:44<01:44, 3.73it/s]
405
  50%|█████ | 391/782 [01:44<01:41, 3.83it/s]
406
  50%|█████ | 392/782 [01:45<01:54, 3.42it/s]
407
  50%|█████ | 393/782 [01:45<01:44, 3.71it/s]
408
  50%|█████ | 394/782 [01:45<01:44, 3.70it/s]
409
  51%|█████ | 395/782 [01:46<01:43, 3.74it/s]
410
  51%|█████ | 396/782 [01:46<01:38, 3.90it/s]
411
  51%|█████ | 397/782 [01:46<01:41, 3.79it/s]
412
  51%|█████ | 398/782 [01:46<01:35, 4.01it/s]
413
  51%|█████ | 399/782 [01:46<01:32, 4.14it/s]
414
  51%|█████ | 400/782 [01:47<01:36, 3.97it/s]
415
 
 
416
  51%|█████ | 400/782 [01:47<01:36, 3.97it/s]
417
  51%|█████▏ | 401/782 [01:47<01:34, 4.04it/s]
418
  51%|█████▏ | 402/782 [01:47<01:37, 3.89it/s]
419
  52%|█████▏ | 403/782 [01:48<01:33, 4.05it/s]
420
  52%|█████▏ | 404/782 [01:48<01:32, 4.07it/s]
421
  52%|█████▏ | 405/782 [01:48<01:37, 3.89it/s]
422
  52%|█████▏ | 406/782 [01:48<01:37, 3.87it/s]
423
  52%|█████▏ | 407/782 [01:49<01:38, 3.80it/s]
424
  52%|█████▏ | 408/782 [01:49<01:34, 3.96it/s]
425
  52%|█████▏ | 409/782 [01:49<01:32, 4.05it/s]
426
  52%|█████▏ | 410/782 [01:49<01:42, 3.62it/s]
427
  53%|█████▎ | 411/782 [01:50<01:39, 3.72it/s]
428
  53%|█████▎ | 412/782 [01:50<01:40, 3.67it/s]
429
  53%|█████▎ | 413/782 [01:50<01:44, 3.51it/s]
430
  53%|█████▎ | 414/782 [01:50<01:40, 3.67it/s]
431
  53%|█████▎ | 415/782 [01:51<01:38, 3.71it/s]
432
  53%|█████▎ | 416/782 [01:51<01:40, 3.66it/s]
433
  53%|█████▎ | 417/782 [01:51<01:38, 3.72it/s]
434
  53%|█████▎ | 418/782 [01:52<01:39, 3.68it/s]
435
  54%|█████▎ | 419/782 [01:52<01:39, 3.65it/s]
436
  54%|█████▎ | 420/782 [01:52<01:33, 3.89it/s]
437
  54%|█████▍ | 421/782 [01:52<01:45, 3.43it/s]
438
  54%|█████▍ | 422/782 [01:53<01:40, 3.60it/s]
439
  54%|█████▍ | 423/782 [01:53<01:39, 3.62it/s]
440
  54%|█████▍ | 424/782 [01:53<01:34, 3.80it/s]
441
  54%|█████▍ | 425/782 [01:53<01:31, 3.92it/s]
442
  54%|█████▍ | 426/782 [01:54<01:39, 3.59it/s]
443
  55%|█████▍ | 427/782 [01:54<01:34, 3.76it/s]
444
  55%|█████▍ | 428/782 [01:54<01:35, 3.72it/s]
445
  55%|█████▍ | 429/782 [01:54<01:32, 3.82it/s]
446
  55%|█████▍ | 430/782 [01:55<01:34, 3.73it/s]
447
  55%|█████▌ | 431/782 [01:55<01:33, 3.77it/s]
448
  55%|█████▌ | 432/782 [01:55<01:31, 3.83it/s]
449
  55%|█████▌ | 433/782 [01:56<01:34, 3.68it/s]
450
  55%|█████▌ | 434/782 [01:56<01:28, 3.92it/s]
451
  56%|█████▌ | 435/782 [01:56<01:30, 3.85it/s]
452
  56%|█████▌ | 436/782 [01:56<01:28, 3.91it/s]
453
  56%|█████▌ | 437/782 [01:57<01:29, 3.85it/s]
454
  56%|█████▌ | 438/782 [01:57<01:26, 3.99it/s]
455
  56%|█████▌ | 439/782 [01:57<01:24, 4.07it/s]
456
  56%|█████▋ | 440/782 [01:57<01:30, 3.76it/s]
457
  56%|█████▋ | 441/782 [01:58<01:28, 3.84it/s]
458
  57%|█████▋ | 442/782 [01:58<01:31, 3.73it/s]
459
  57%|█████▋ | 443/782 [01:58<01:26, 3.93it/s]
460
  57%|█████▋ | 444/782 [01:58<01:24, 3.99it/s]
461
  57%|█████▋ | 445/782 [01:59<01:29, 3.78it/s]
462
  57%|█████▋ | 446/782 [01:59<01:26, 3.88it/s]
463
  57%|█████▋ | 447/782 [01:59<01:30, 3.69it/s]
464
  57%|█████▋ | 448/782 [01:59<01:27, 3.83it/s]
465
  57%|█████▋ | 449/782 [02:00<01:24, 3.93it/s]
466
  58%|█████▊ | 450/782 [02:00<01:26, 3.85it/s]
467
 
 
468
  58%|█████▊ | 450/782 [02:00<01:26, 3.85it/s]
469
  58%|█████▊ | 451/782 [02:00<01:24, 3.92it/s]
470
  58%|█████▊ | 452/782 [02:01<01:30, 3.65it/s]
471
  58%|█████▊ | 453/782 [02:01<01:26, 3.81it/s]
472
  58%|█████▊ | 454/782 [02:01<01:23, 3.91it/s]
473
  58%|█████▊ | 455/782 [02:01<01:25, 3.84it/s]
474
  58%|█████▊ | 456/782 [02:02<01:24, 3.86it/s]
475
  58%|█████▊ | 457/782 [02:02<01:25, 3.80it/s]
476
  59%|█████▊ | 458/782 [02:02<01:25, 3.78it/s]
477
  59%|█████▊ | 459/782 [02:02<01:20, 4.00it/s]
478
  59%|█████▉ | 460/782 [02:03<01:21, 3.96it/s]
479
  59%|█████▉ | 461/782 [02:03<01:25, 3.77it/s]
480
  59%|█████▉ | 462/782 [02:03<01:21, 3.92it/s]
481
  59%|█████▉ | 463/782 [02:03<01:22, 3.88it/s]
482
  59%|█████▉ | 464/782 [02:04<01:19, 3.99it/s]
483
  59%|█████▉ | 465/782 [02:04<01:18, 4.06it/s]
484
  60%|█████▉ | 466/782 [02:04<01:20, 3.91it/s]
485
  60%|█████▉ | 467/782 [02:04<01:19, 3.98it/s]
486
  60%|█████▉ | 468/782 [02:05<01:27, 3.59it/s]
487
  60%|█████▉ | 469/782 [02:05<01:21, 3.84it/s]
488
  60%|██████ | 470/782 [02:05<01:18, 3.98it/s]
489
  60%|██████ | 471/782 [02:05<01:21, 3.80it/s]
490
  60%|██████ | 472/782 [02:06<01:19, 3.90it/s]
491
  60%|██████ | 473/782 [02:06<01:21, 3.79it/s]
492
  61%|██████ | 474/782 [02:06<01:28, 3.47it/s]
493
  61%|██████ | 475/782 [02:06<01:22, 3.73it/s]
494
  61%|██████ | 476/782 [02:07<01:21, 3.74it/s]
495
  61%|██████ | 477/782 [02:07<01:21, 3.75it/s]
496
  61%|██████ | 478/782 [02:07<01:20, 3.76it/s]
497
  61%|██████▏ | 479/782 [02:08<01:27, 3.48it/s]
498
  61%|██████▏ | 480/782 [02:08<01:20, 3.77it/s]
499
  62%|██████▏ | 481/782 [02:08<01:20, 3.76it/s]
500
  62%|██████▏ | 482/782 [02:08<01:19, 3.75it/s]
501
  62%|██████▏ | 483/782 [02:09<01:20, 3.72it/s]
502
  62%|██████▏ | 484/782 [02:09<01:20, 3.68it/s]
503
  62%|██████▏ | 485/782 [02:09<01:15, 3.93it/s]
504
  62%|██████▏ | 486/782 [02:09<01:22, 3.61it/s]
505
  62%|██████▏ | 487/782 [02:10<01:19, 3.70it/s]
506
  62%|██████▏ | 488/782 [02:10<01:18, 3.73it/s]
507
  63%|██████▎ | 489/782 [02:10<01:19, 3.69it/s]
508
  63%|██████▎ | 490/782 [02:10<01:14, 3.90it/s]
509
  63%|██████▎ | 491/782 [02:11<01:16, 3.80it/s]
510
  63%|██████▎ | 492/782 [02:11<01:14, 3.89it/s]
511
  63%|██████▎ | 493/782 [02:11<01:25, 3.39it/s]
512
  63%|██████▎ | 494/782 [02:12<01:19, 3.64it/s]
513
  63%|██████▎ | 495/782 [02:12<01:15, 3.80it/s]
514
  63%|██████▎ | 496/782 [02:12<01:18, 3.63it/s]
515
  64%|██████▎ | 497/782 [02:12<01:15, 3.78it/s]
516
  64%|██████▎ | 498/782 [02:13<01:21, 3.49it/s]
517
  64%|██████▍ | 499/782 [02:13<01:15, 3.76it/s]
518
  64%|██████▍ | 500/782 [02:13<01:15, 3.74it/s]
519
 
 
520
  64%|██████▍ | 500/782 [02:13<01:15, 3.74it/s]
521
  64%|██████▍ | 501/782 [02:13<01:14, 3.76it/s]
522
  64%|██████▍ | 502/782 [02:14<01:15, 3.70it/s]
523
  64%|██████▍ | 503/782 [02:14<01:13, 3.80it/s]
524
  64%|██████▍ | 504/782 [02:14<01:12, 3.85it/s]
525
  65%|██████▍ | 505/782 [02:15<01:11, 3.85it/s]
526
  65%|██████▍ | 506/782 [02:15<01:10, 3.90it/s]
527
  65%|██████▍ | 507/782 [02:15<01:11, 3.85it/s]
528
  65%|██████▍ | 508/782 [02:15<01:07, 4.04it/s]
529
  65%|██████▌ | 509/782 [02:16<01:17, 3.53it/s]
530
  65%|██████▌ | 510/782 [02:16<01:13, 3.72it/s]
531
  65%|██████▌ | 511/782 [02:16<01:18, 3.44it/s]
532
  65%|██████▌ | 512/782 [02:16<01:12, 3.73it/s]
533
  66%|██████▌ | 513/782 [02:17<01:11, 3.74it/s]
534
  66%|██████▌ | 514/782 [02:17<01:13, 3.66it/s]
535
  66%|██████▌ | 515/782 [02:17<01:12, 3.70it/s]
536
  66%|██████▌ | 516/782 [02:18<01:14, 3.58it/s]
537
  66%|██████▌ | 517/782 [02:18<01:09, 3.82it/s]
538
  66%|██████▌ | 518/782 [02:18<01:09, 3.79it/s]
539
  66%|██████▋ | 519/782 [02:18<01:07, 3.91it/s]
540
  66%|██████▋ | 520/782 [02:19<01:08, 3.83it/s]
541
  67%|██████▋ | 521/782 [02:19<01:04, 4.02it/s]
542
  67%|██████▋ | 522/782 [02:19<01:03, 4.09it/s]
543
  67%|██████▋ | 523/782 [02:19<01:06, 3.91it/s]
544
  67%|██████▋ | 524/782 [02:20<01:06, 3.86it/s]
545
  67%|██████▋ | 525/782 [02:20<01:10, 3.66it/s]
546
  67%|██████▋ | 526/782 [02:20<01:06, 3.86it/s]
547
  67%|██████▋ | 527/782 [02:20<01:04, 3.94it/s]
548
  68%|██████▊ | 528/782 [02:21<01:06, 3.80it/s]
549
  68%|██████▊ | 529/782 [02:21<01:04, 3.89it/s]
550
  68%|██████▊ | 530/782 [02:21<01:05, 3.86it/s]
551
  68%|██████▊ | 531/782 [02:21<01:01, 4.06it/s]
552
  68%|██████▊ | 532/782 [02:22<01:04, 3.89it/s]
553
  68%|██████▊ | 533/782 [02:22<01:04, 3.84it/s]
554
  68%|██████▊ | 534/782 [02:22<01:02, 3.99it/s]
555
  68%|██████▊ | 535/782 [02:22<01:03, 3.86it/s]
556
  69%|██████▊ | 536/782 [02:23<01:01, 4.00it/s]
557
  69%|██████▊ | 537/782 [02:23<00:59, 4.09it/s]
558
  69%|██████▉ | 538/782 [02:23<01:02, 3.92it/s]
559
  69%|██████▉ | 539/782 [02:23<01:01, 3.94it/s]
560
  69%|██████▉ | 540/782 [02:24<01:03, 3.79it/s]
561
  69%|██████▉ | 541/782 [02:24<01:02, 3.88it/s]
562
  69%|██████▉ | 542/782 [02:24<01:01, 3.92it/s]
563
  69%|██████▉ | 543/782 [02:24<01:02, 3.83it/s]
564
  70%|██████▉ | 544/782 [02:25<01:01, 3.87it/s]
565
  70%|██████▉ | 545/782 [02:25<01:05, 3.64it/s]
566
  70%|██████▉ | 546/782 [02:25<01:01, 3.82it/s]
567
  70%|██████▉ | 547/782 [02:26<01:04, 3.66it/s]
568
  70%|███████ | 548/782 [02:26<01:02, 3.73it/s]
569
  70%|███████ | 549/782 [02:26<00:59, 3.89it/s]
570
  70%|███████ | 550/782 [02:26<01:08, 3.38it/s]
571
 
 
572
  70%|███████ | 550/782 [02:26<01:08, 3.38it/s]
573
  70%|███████ | 551/782 [02:27<01:05, 3.52it/s]
574
  71%|███████ | 552/782 [02:27<01:06, 3.45it/s]
575
  71%|███████ | 553/782 [02:27<01:05, 3.48it/s]
576
  71%|███████ | 554/782 [02:27<01:01, 3.69it/s]
577
  71%|███████ | 555/782 [02:28<01:02, 3.66it/s]
578
  71%|███████ | 556/782 [02:28<00:59, 3.77it/s]
579
  71%|███████ | 557/782 [02:28<00:59, 3.79it/s]
580
  71%|███████▏ | 558/782 [02:28<00:58, 3.82it/s]
581
  71%|███████▏ | 559/782 [02:29<00:57, 3.88it/s]
582
  72%|███████▏ | 560/782 [02:29<01:00, 3.68it/s]
583
  72%|███████▏ | 561/782 [02:29<00:57, 3.86it/s]
584
  72%|███████▏ | 562/782 [02:30<00:58, 3.76it/s]
585
  72%|███████▏ | 563/782 [02:30<00:57, 3.81it/s]
586
  72%|███████▏ | 564/782 [02:30<00:56, 3.89it/s]
587
  72%|███████▏ | 565/782 [02:30<01:01, 3.51it/s]
588
  72%|███████▏ | 566/782 [02:31<00:58, 3.71it/s]
589
  73%|███████▎ | 567/782 [02:31<00:58, 3.65it/s]
590
  73%|███████▎ | 568/782 [02:31<00:56, 3.76it/s]
591
  73%|███████▎ | 569/782 [02:31<00:57, 3.68it/s]
592
  73%|███████▎ | 570/782 [02:32<00:57, 3.66it/s]
593
  73%|███████▎ | 571/782 [02:32<00:54, 3.86it/s]
594
  73%|███████▎ | 572/782 [02:32<00:57, 3.62it/s]
595
  73%|██████��▎ | 573/782 [02:33<00:55, 3.75it/s]
596
  73%|███████▎ | 574/782 [02:33<00:56, 3.69it/s]
597
  74%|███████▎ | 575/782 [02:33<00:56, 3.68it/s]
598
  74%|███████▎ | 576/782 [02:33<00:52, 3.94it/s]
599
  74%|███████▍ | 577/782 [02:34<00:56, 3.66it/s]
600
  74%|███████▍ | 578/782 [02:34<00:53, 3.78it/s]
601
  74%|███████▍ | 579/782 [02:34<00:53, 3.77it/s]
602
  74%|███████▍ | 580/782 [02:34<00:50, 3.97it/s]
603
  74%|███████▍ | 581/782 [02:35<00:49, 4.09it/s]
604
  74%|███████▍ | 582/782 [02:35<00:51, 3.87it/s]
605
  75%|███████▍ | 583/782 [02:35<00:50, 3.93it/s]
606
  75%|███████▍ | 584/782 [02:35<00:49, 3.96it/s]
607
  75%|███████▍ | 585/782 [02:36<00:53, 3.66it/s]
608
  75%|███████▍ | 586/782 [02:36<00:52, 3.75it/s]
609
  75%|███████▌ | 587/782 [02:36<00:53, 3.65it/s]
610
  75%|███████▌ | 588/782 [02:36<00:50, 3.81it/s]
611
  75%|███████▌ | 589/782 [02:37<00:49, 3.87it/s]
612
  75%|███████▌ | 590/782 [02:37<00:48, 3.93it/s]
613
  76%|███████▌ | 591/782 [02:37<00:46, 4.10it/s]
614
  76%|███████▌ | 592/782 [02:38<00:53, 3.52it/s]
615
  76%|███████▌ | 593/782 [02:38<00:51, 3.70it/s]
616
  76%|███████▌ | 594/782 [02:38<00:51, 3.66it/s]
617
  76%|███████▌ | 595/782 [02:38<00:49, 3.76it/s]
618
  76%|███████▌ | 596/782 [02:39<00:48, 3.80it/s]
619
  76%|███████▋ | 597/782 [02:39<00:47, 3.86it/s]
620
  76%|███████▋ | 598/782 [02:39<00:47, 3.89it/s]
621
  77%|███████▋ | 599/782 [02:39<00:46, 3.97it/s]
622
  77%|███████▋ | 600/782 [02:40<00:43, 4.14it/s]
623
 
 
624
  77%|███████▋ | 600/782 [02:40<00:43, 4.14it/s]
625
  77%|███████▋ | 601/782 [02:40<00:45, 3.93it/s]
626
  77%|███████▋ | 602/782 [02:40<00:45, 3.96it/s]
627
  77%|███████▋ | 603/782 [02:40<00:46, 3.84it/s]
628
  77%|███████▋ | 604/782 [02:41<00:51, 3.44it/s]
629
  77%|███████▋ | 605/782 [02:41<00:48, 3.65it/s]
630
  77%|███████▋ | 606/782 [02:41<00:47, 3.71it/s]
631
  78%|███████▊ | 607/782 [02:41<00:47, 3.68it/s]
632
  78%|███████▊ | 608/782 [02:42<00:46, 3.77it/s]
633
  78%|███████▊ | 609/782 [02:42<00:49, 3.48it/s]
634
  78%|███████▊ | 610/782 [02:42<00:46, 3.67it/s]
635
  78%|███████▊ | 611/782 [02:43<00:46, 3.70it/s]
636
  78%|███████▊ | 612/782 [02:43<00:45, 3.73it/s]
637
  78%|███████▊ | 613/782 [02:43<00:44, 3.78it/s]
638
  79%|███████▊ | 614/782 [02:43<00:44, 3.78it/s]
639
  79%|███████▊ | 615/782 [02:44<00:41, 3.98it/s]
640
  79%|███████▉ | 616/782 [02:44<00:42, 3.89it/s]
641
  79%|███████▉ | 617/782 [02:44<00:42, 3.92it/s]
642
  79%|███████▉ | 618/782 [02:44<00:41, 3.97it/s]
643
  79%|███████▉ | 619/782 [02:45<00:42, 3.84it/s]
644
  79%|███████▉ | 620/782 [02:45<00:41, 3.93it/s]
645
  79%|███████▉ | 621/782 [02:45<00:41, 3.84it/s]
646
  80%|███████▉ | 622/782 [02:45<00:41, 3.86it/s]
647
  80%|███████▉ | 623/782 [02:46<00:39, 4.03it/s]
648
  80%|███████▉ | 624/782 [02:46<00:42, 3.73it/s]
649
  80%|███████▉ | 625/782 [02:46<00:39, 3.97it/s]
650
  80%|████████ | 626/782 [02:46<00:38, 4.05it/s]
651
  80%|████████ | 627/782 [02:47<00:46, 3.31it/s]
652
  80%|████████ | 628/782 [02:47<00:43, 3.54it/s]
653
  80%|████████ | 629/782 [02:47<00:45, 3.36it/s]
654
  81%|████████ | 630/782 [02:48<00:41, 3.68it/s]
655
  81%|████████ | 631/782 [02:48<00:40, 3.72it/s]
656
  81%|████████ | 632/782 [02:48<00:40, 3.74it/s]
657
  81%|████████ | 633/782 [02:48<00:42, 3.53it/s]
658
  81%|████████ | 634/782 [02:49<00:39, 3.74it/s]
659
  81%|████████ | 635/782 [02:49<00:38, 3.82it/s]
660
  81%|████████▏ | 636/782 [02:49<00:39, 3.74it/s]
661
  81%|████████▏ | 637/782 [02:49<00:37, 3.86it/s]
662
  82%|████████▏ | 638/782 [02:50<00:45, 3.18it/s]
663
  82%|████████▏ | 639/782 [02:50<00:42, 3.40it/s]
664
  82%|████████▏ | 640/782 [02:50<00:39, 3.57it/s]
665
  82%|████████▏ | 641/782 [02:51<00:39, 3.58it/s]
666
  82%|████████▏ | 642/782 [02:51<00:37, 3.70it/s]
667
  82%|████████▏ | 643/782 [02:51<00:39, 3.51it/s]
668
  82%|████████▏ | 644/782 [02:51<00:37, 3.68it/s]
669
  82%|████████▏ | 645/782 [02:52<00:37, 3.69it/s]
670
  83%|████████▎ | 646/782 [02:52<00:35, 3.81it/s]
671
  83%|███��████▎ | 647/782 [02:52<00:35, 3.80it/s]
672
  83%|████████▎ | 648/782 [02:52<00:34, 3.86it/s]
673
  83%|████████▎ | 649/782 [02:53<00:33, 4.02it/s]
674
  83%|████████▎ | 650/782 [02:53<00:33, 3.95it/s]
675
 
 
676
  83%|████████▎ | 650/782 [02:53<00:33, 3.95it/s]
677
  83%|████████▎ | 651/782 [02:53<00:34, 3.80it/s]
678
  83%|████████▎ | 652/782 [02:54<00:34, 3.71it/s]
679
  84%|████████▎ | 653/782 [02:54<00:35, 3.61it/s]
680
  84%|████████▎ | 654/782 [02:54<00:33, 3.80it/s]
681
  84%|████████▍ | 655/782 [02:54<00:35, 3.55it/s]
682
  84%|████████▍ | 656/782 [02:55<00:34, 3.67it/s]
683
  84%|████████▍ | 657/782 [02:55<00:34, 3.66it/s]
684
  84%|████████▍ | 658/782 [02:55<00:36, 3.36it/s]
685
  84%|████████▍ | 659/782 [02:55<00:33, 3.64it/s]
686
  84%|████████▍ | 660/782 [02:56<00:33, 3.68it/s]
687
  85%|████████▍ | 661/782 [02:56<00:33, 3.66it/s]
688
  85%|████████▍ | 662/782 [02:56<00:32, 3.73it/s]
689
  85%|████████▍ | 663/782 [02:57<00:34, 3.49it/s]
690
  85%|████████▍ | 664/782 [02:57<00:31, 3.79it/s]
691
  85%|████████▌ | 665/782 [02:57<00:29, 3.91it/s]
692
  85%|████████▌ | 666/782 [02:57<00:30, 3.74it/s]
693
  85%|████████▌ | 667/782 [02:58<00:30, 3.81it/s]
694
  85%|████████▌ | 668/782 [02:58<00:30, 3.76it/s]
695
  86%|████████▌ | 669/782 [02:58<00:28, 3.93it/s]
696
  86%|████████▌ | 670/782 [02:58<00:28, 3.98it/s]
697
  86%|████████▌ | 671/782 [02:59<00:30, 3.63it/s]
698
  86%|████████▌ | 672/782 [02:59<00:29, 3.73it/s]
699
  86%|████████▌ | 673/782 [02:59<00:29, 3.74it/s]
700
  86%|████████▌ | 674/782 [02:59<00:27, 3.90it/s]
701
  86%|████████▋ | 675/782 [03:00<00:26, 4.00it/s]
702
  86%|████████▋ | 676/782 [03:00<00:29, 3.59it/s]
703
  87%|████████▋ | 677/782 [03:00<00:28, 3.74it/s]
704
  87%|████████▋ | 678/782 [03:01<00:27, 3.73it/s]
705
  87%|████████▋ | 679/782 [03:01<00:28, 3.56it/s]
706
  87%|████████▋ | 680/782 [03:01<00:27, 3.70it/s]
707
  87%|████████▋ | 681/782 [03:01<00:27, 3.72it/s]
708
  87%|████████▋ | 682/782 [03:02<00:26, 3.75it/s]
709
  87%|████████▋ | 683/782 [03:02<00:25, 3.85it/s]
710
  87%|████████▋ | 684/782 [03:02<00:24, 3.96it/s]
711
  88%|████████▊ | 685/782 [03:02<00:23, 4.08it/s]
712
  88%|████████▊ | 686/782 [03:03<00:26, 3.65it/s]
713
  88%|████████▊ | 687/782 [03:03<00:24, 3.84it/s]
714
  88%|████████▊ | 688/782 [03:03<00:24, 3.78it/s]
715
  88%|████████▊ | 689/782 [03:03<00:24, 3.87it/s]
716
  88%|████████▊ | 690/782 [03:04<00:23, 3.97it/s]
717
  88%|████████▊ | 691/782 [03:04<00:24, 3.65it/s]
718
  88%|████████▊ | 692/782 [03:04<00:23, 3.76it/s]
719
  89%|████████▊ | 693/782 [03:04<00:23, 3.82it/s]
720
  89%|████████▊ | 694/782 [03:05<00:23, 3.73it/s]
721
  89%|████████▉ | 695/782 [03:05<00:21, 4.00it/s]
722
  89%|████████▉ | 696/782 [03:05<00:23, 3.66it/s]
723
  89%|████████▉ | 697/782 [03:06<00:22, 3.77it/s]
724
  89%|████████▉ | 698/782 [03:06<00:23, 3.53it/s]
725
  89%|████████▉ | 699/782 [03:06<00:22, 3.72it/s]
726
  90%|████████▉ | 700/782 [03:06<00:21, 3.73it/s]
727
 
 
728
  90%|████████▉ | 700/782 [03:06<00:21, 3.73it/s]
729
  90%|████████▉ | 701/782 [03:07<00:21, 3.81it/s]
730
  90%|████████▉ | 702/782 [03:07<00:20, 3.88it/s]
731
  90%|████████▉ | 703/782 [03:07<00:20, 3.90it/s]
732
  90%|█████████ | 704/782 [03:07<00:19, 4.09it/s]
733
  90%|█████████ | 705/782 [03:08<00:19, 3.97it/s]
734
  90%|█████████ | 706/782 [03:08<00:19, 3.98it/s]
735
  90%|█████████ | 707/782 [03:08<00:19, 3.83it/s]
736
  91%|█████████ | 708/782 [03:08<00:20, 3.67it/s]
737
  91%|█████████ | 709/782 [03:09<00:18, 3.92it/s]
738
  91%|█████████ | 710/782 [03:09<00:18, 3.89it/s]
739
  91%|█████████ | 711/782 [03:09<00:18, 3.82it/s]
740
  91%|█████████ | 712/782 [03:09<00:17, 3.98it/s]
741
  91%|█████████ | 713/782 [03:10<00:20, 3.44it/s]
742
  91%|█████████▏| 714/782 [03:10<00:18, 3.69it/s]
743
  91%|█████████▏| 715/782 [03:10<00:17, 3.77it/s]
744
  92%|█████████▏| 716/782 [03:11<00:17, 3.76it/s]
745
  92%|█████████▏| 717/782 [03:11<00:17, 3.81it/s]
746
  92%|█████████▏| 718/782 [03:11<00:17, 3.58it/s]
747
  92%|█████████▏| 719/782 [03:11<00:16, 3.73it/s]
748
  92%|█████████▏| 720/782 [03:12<00:16, 3.70it/s]
749
  92%|█████████▏| 721/782 [03:12<00:16, 3.75it/s]
750
  92%|█████████▏| 722/782 [03:12<00:15, 3.87it/s]
751
  92%|█████████▏| 723/782 [03:12<00:15, 3.72it/s]
752
  93%|█████████▎| 724/782 [03:13<00:14, 3.94it/s]
753
  93%|█████████▎| 725/782 [03:13<00:17, 3.34it/s]
754
  93%|█████████▎| 726/782 [03:13<00:15, 3.53it/s]
755
  93%|█████████▎| 727/782 [03:14<00:17, 3.23it/s]
756
  93%|█████████▎| 728/782 [03:14<00:15, 3.48it/s]
757
  93%|█████████▎| 729/782 [03:14<00:14, 3.68it/s]
758
  93%|█████████▎| 730/782 [03:14<00:14, 3.70it/s]
759
  93%|█████████▎| 731/782 [03:15<00:13, 3.77it/s]
760
  94%|█████████▎| 732/782 [03:15<00:12, 3.93it/s]
761
  94%|█████████▎| 733/782 [03:15<00:13, 3.58it/s]
762
  94%|█████████▍| 734/782 [03:15<00:12, 3.71it/s]
763
  94%|█████████▍| 735/782 [03:16<00:12, 3.84it/s]
764
  94%|█████████▍| 736/782 [03:16<00:12, 3.78it/s]
765
  94%|█████████▍| 737/782 [03:16<00:11, 3.76it/s]
766
  94%|█████████▍| 738/782 [03:17<00:11, 3.69it/s]
767
  95%|█████████▍| 739/782 [03:17<00:11, 3.87it/s]
768
  95%|█████████▍| 740/782 [03:17<00:10, 3.97it/s]
769
  95%|█████████▍| 741/782 [03:17<00:10, 3.91it/s]
770
  95%|█████████▍| 742/782 [03:18<00:10, 3.81it/s]
771
  95%|█████████▌| 743/782 [03:18<00:10, 3.57it/s]
772
  95%|█████████▌| 744/782 [03:18<00:10, 3.77it/s]
773
  95%|█████████▌| 745/782 [03:18<00:09, 3.91it/s]
774
  95%|█████████▌| 746/782 [03:19<00:09, 3.82it/s]
775
  96%|█████████▌| 747/782 [03:19<00:09, 3.77it/s]
776
  96%|█████████▌| 748/782 [03:19<00:10, 3.30it/s]
777
  96%|█████████▌| 749/782 [03:19<00:09, 3.55it/s]
778
  96%|█████████▌| 750/782 [03:20<00:10, 3.11it/s]
779
 
 
780
  96%|█████████▌| 750/782 [03:20<00:10, 3.11it/s]
781
  96%|█████████▌| 751/782 [03:20<00:09, 3.26it/s]
782
  96%|█████████▌| 752/782 [03:20<00:09, 3.25it/s]
783
  96%|█████████▋| 753/782 [03:21<00:08, 3.54it/s]
784
  96%|█████████▋| 754/782 [03:21<00:07, 3.66it/s]
785
  97%|█████████▋| 755/782 [03:21<00:07, 3.51it/s]
786
  97%|█████████▋| 756/782 [03:22<00:07, 3.64it/s]
787
  97%|█████████▋| 757/782 [03:22<00:07, 3.44it/s]
788
  97%|█████████▋| 758/782 [03:22<00:06, 3.72it/s]
789
  97%|█████████▋| 759/782 [03:22<00:07, 3.19it/s]
790
  97%|█████████▋| 760/782 [03:23<00:06, 3.43it/s]
791
  97%|█████████▋| 761/782 [03:23<00:06, 3.40it/s]
792
  97%|█████████▋| 762/782 [03:23<00:05, 3.67it/s]
793
  98%|█████████▊| 763/782 [03:23<00:04, 3.81it/s]
794
  98%|█████████▊| 764/782 [03:24<00:04, 3.80it/s]
795
  98%|█████████▊| 765/782 [03:24<00:04, 3.87it/s]
796
  98%|█████████▊| 766/782 [03:24<00:04, 3.92it/s]
797
  98%|█████████▊| 767/782 [03:25<00:03, 3.87it/s]
798
  98%|█████████▊| 768/782 [03:25<00:03, 4.03it/s]
799
  98%|█████████▊| 769/782 [03:25<00:03, 3.53it/s]
800
  98%|█████████▊| 770/782 [03:25<00:03, 3.73it/s]
801
  99%|█████████▊| 771/782 [03:26<00:03, 3.61it/s]
802
  99%|█████████▊| 772/782 [03:26<00:02, 3.81it/s]
803
  99%|█████████▉| 773/782 [03:26<00:02, 3.93it/s]
804
  99%|█████████▉| 774/782 [03:26<00:02, 3.53it/s]
805
  99%|█████████▉| 775/782 [03:27<00:01, 3.68it/s]
806
  99%|█████████▉| 776/782 [03:27<00:01, 3.29it/s]
807
  99%|█████████▉| 777/782 [03:27<00:01, 3.52it/s]
808
  99%|█████████▉| 778/782 [03:28<00:01, 3.79it/s]
809
 
 
 
 
 
 
 
 
 
 
1
+ [2025-05-13 01:17:09] Created output directory: train_results/roberta-large_ds100_upsample1000
2
+ [2025-05-13 01:17:09] Chat mode disabled
3
+ [2025-05-13 01:17:09] Model size is 3B or smaller (0 B). Using full fine-tuning.
4
+ [2025-05-13 01:17:10] Adjusted parameters for roberta model:
5
+ [2025-05-13 01:17:10] - LEARNING_RATE: 1e-5
6
+ [2025-05-13 01:17:10] - BATCH_SIZE: 64
7
+ [2025-05-13 01:17:10] - GRADIENT_ACCUMULATION_STEPS: 1
8
+ [2025-05-13 01:17:10] No QA format data will be used
9
+ [2025-05-13 01:17:10] Limiting dataset size to: 100 samples
10
+ [2025-05-13 01:17:10] =======================================
11
+ [2025-05-13 01:17:10] Starting training for model: roberta-large
12
+ [2025-05-13 01:17:10] =======================================
13
+ [2025-05-13 01:17:10] CUDA_VISIBLE_DEVICES: 2,3
14
+ [2025-05-13 01:17:10] WANDB_PROJECT: wikidyk-ar
15
+ [2025-05-13 01:17:10] DATA_PATH: data/wikidyk2022-2025_01082025_gpt-4o_evalv2_pages_formatted_combined_v2.json
16
+ [2025-05-13 01:17:10] Global Batch Size: 128
17
+ [2025-05-13 01:17:10] Data Size: 100
18
+ [2025-05-13 01:17:10] Executing command: torchrun --nproc_per_node "2" --master-port 29501 src/train.py --model_name_or_path "roberta-large" --data_path "data/wikidyk2022-2025_01082025_gpt-4o_evalv2_pages_formatted_combined_v2.json" --output_dir "train_results/roberta-large_ds100_upsample1000" --num_upsample "1000" --per_device_train_batch_size "64" --gradient_accumulation_steps "1" --learning_rate "1e-5" --num_train_epochs "1" --model_max_length "32768" --report_to wandb --logging_steps 50 --save_strategy no --bf16 True --use_flash_attention_2 True --qa_data_ratio "-1" --predict_mask "false" --ds_size 100
19
+ [2025-05-13 01:17:10] Training started at Tue May 13 01:17:10 UTC 2025
20
+ W0513 01:17:11.276000 445420 site-packages/torch/distributed/run.py:792]
21
+ W0513 01:17:11.276000 445420 site-packages/torch/distributed/run.py:792] *****************************************
22
+ W0513 01:17:11.276000 445420 site-packages/torch/distributed/run.py:792] Setting OMP_NUM_THREADS environment variable for each process to be 1 in default, to avoid your system being overloaded, please further tune the variable for optimal performance in your application as needed.
23
+ W0513 01:17:11.276000 445420 site-packages/torch/distributed/run.py:792] *****************************************
24
+ WARNING:root:Output directory: train_results/roberta-large_ds100_upsample1000
25
+ WARNING:root:Loading data...
26
+ WARNING:root:Output directory: train_results/roberta-large_ds100_upsample1000
27
+ WARNING:root:Loading data...
28
+ WARNING:root:Dataset initialized with all QA data:
29
+ WARNING:root: - 0 QA examples
30
+ WARNING:root: - 100 fact examples with upsampling factor 1000
31
+ WARNING:root: - Total examples: 100000
32
+ /root/yuwei/WikiDYKEvalV2/src/train.py:119: FutureWarning: `tokenizer` is deprecated and will be removed in version 5.0.0 for `Trainer.__init__`. Use `processing_class` instead.
33
+ trainer = Trainer(model=model, tokenizer=tokenizer, args=training_args, **data_module)
34
+ WARNING:root:Dataset initialized with all QA data:
35
+ WARNING:root: - 0 QA examples
36
+ WARNING:root: - 100 fact examples with upsampling factor 1000
37
+ WARNING:root: - Total examples: 100000
38
+ /root/yuwei/WikiDYKEvalV2/src/train.py:119: FutureWarning: `tokenizer` is deprecated and will be removed in version 5.0.0 for `Trainer.__init__`. Use `processing_class` instead.
39
+ trainer = Trainer(model=model, tokenizer=tokenizer, args=training_args, **data_module)
40
+ wandb: WARNING The `run_name` is currently set to the same value as `TrainingArguments.output_dir`. If this was not intended, please specify a different run name by setting the `TrainingArguments.run_name` parameter.
41
+ wandb: Currently logged in as: yuweiz to https://api.wandb.ai. Use `wandb login --relogin` to force relogin
42
+ wandb: Tracking run with wandb version 0.19.11
43
+ wandb: Run data is saved locally in /root/yuwei/WikiDYKEvalV2/wandb/run-20250513_011722-r26z7i58
44
+ wandb: Run `wandb offline` to turn off syncing.
45
+ wandb: Syncing run train_results/roberta-large_ds100_upsample1000
46
+ wandb: ⭐️ View project at https://wandb.ai/yuweiz/wikidyk-ar
47
+ wandb: 🚀 View run at https://wandb.ai/yuweiz/wikidyk-ar/runs/r26z7i58
48
+
49
  0%| | 0/782 [00:00<?, ?it/s][rank1]:[W513 01:17:23.343224380 reducer.cpp:1400] Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unused parameters in the forward pass. This flag results in an extra traversal of the autograd graph every iteration, which can adversely affect performance. If your model indeed never has any unused parameters in the forward pass, consider turning this flag off. Note that this warning may be a false positive if your model has flow control causing later iterations to have unused parameters. (function operator())
50
+ [rank0]:[W513 01:17:23.361164336 reducer.cpp:1400] Warning: find_unused_parameters=True was specified in DDP constructor, but did not find any unused parameters in the forward pass. This flag results in an extra traversal of the autograd graph every iteration, which can adversely affect performance. If your model indeed never has any unused parameters in the forward pass, consider turning this flag off. Note that this warning may be a false positive if your model has flow control causing later iterations to have unused parameters. (function operator())
51
+
52
  0%| | 1/782 [00:00<08:54, 1.46it/s]
53
  0%| | 2/782 [00:00<05:27, 2.38it/s]
54
  0%| | 3/782 [00:01<04:19, 3.01it/s]
55
  1%| | 4/782 [00:01<04:34, 2.83it/s]
56
  1%| | 5/782 [00:01<04:01, 3.22it/s]
57
  1%| | 6/782 [00:02<03:52, 3.34it/s]
58
  1%| | 7/782 [00:02<03:36, 3.58it/s]
59
  1%| | 8/782 [00:02<03:23, 3.80it/s]
60
  1%| | 9/782 [00:02<03:38, 3.53it/s]
61
  1%|▏ | 10/782 [00:03<03:28, 3.71it/s]
62
  1%|▏ | 11/782 [00:03<03:52, 3.32it/s]
63
  2%|▏ | 12/782 [00:03<03:33, 3.60it/s]
64
  2%|▏ | 13/782 [00:04<03:51, 3.32it/s]
65
  2%|▏ | 14/782 [00:04<03:38, 3.51it/s]
66
  2%|▏ | 15/782 [00:04<03:34, 3.58it/s]
67
  2%|▏ | 16/782 [00:04<03:27, 3.69it/s]
68
  2%|▏ | 17/782 [00:05<03:16, 3.89it/s]
69
  2%|▏ | 18/782 [00:05<03:36, 3.52it/s]
70
  2%|▏ | 19/782 [00:05<03:31, 3.61it/s]
71
  3%|▎ | 20/782 [00:05<03:25, 3.71it/s]
72
  3%|▎ | 21/782 [00:06<03:30, 3.61it/s]
73
  3%|▎ | 22/782 [00:06<03:20, 3.80it/s]
74
  3%|▎ | 23/782 [00:06<03:14, 3.90it/s]
75
  3%|▎ | 24/782 [00:06<03:24, 3.71it/s]
76
  3%|▎ | 25/782 [00:07<03:17, 3.84it/s]
77
  3%|▎ | 26/782 [00:07<03:33, 3.55it/s]
78
  3%|▎ | 27/782 [00:07<03:19, 3.78it/s]
79
  4%|▎ | 28/782 [00:08<03:22, 3.72it/s]
80
  4%|▎ | 29/782 [00:08<03:21, 3.73it/s]
81
  4%|▍ | 30/782 [00:08<03:21, 3.74it/s]
82
  4%|▍ | 31/782 [00:08<03:32, 3.54it/s]
83
  4%|▍ | 32/782 [00:09<03:18, 3.78it/s]
84
  4%|▍ | 33/782 [00:09<03:15, 3.84it/s]
85
  4%|▍ | 34/782 [00:09<03:20, 3.73it/s]
86
  4%|▍ | 35/782 [00:09<03:17, 3.79it/s]
87
  5%|▍ | 36/782 [00:10<03:18, 3.75it/s]
88
  5%|▍ | 37/782 [00:10<03:27, 3.59it/s]
89
  5%|▍ | 38/782 [00:10<03:18, 3.75it/s]
90
  5%|▍ | 39/782 [00:10<03:15, 3.80it/s]
91
  5%|▌ | 40/782 [00:11<03:19, 3.72it/s]
92
  5%|▌ | 41/782 [00:11<03:16, 3.76it/s]
93
  5%|▌ | 42/782 [00:11<03:31, 3.50it/s]
94
  5%|▌ | 43/782 [00:12<03:20, 3.68it/s]
95
  6%|▌ | 44/782 [00:12<03:21, 3.67it/s]
96
  6%|▌ | 45/782 [00:12<03:23, 3.62it/s]
97
  6%|▌ | 46/782 [00:12<03:20, 3.68it/s]
98
  6%|▌ | 47/782 [00:13<03:19, 3.68it/s]
99
  6%|▌ | 48/782 [00:13<03:20, 3.67it/s]
100
  6%|▋ | 49/782 [00:13<03:06, 3.92it/s]
101
  6%|▋ | 50/782 [00:14<03:30, 3.48it/s]
102
 
103
  6%|▋ | 50/782 [00:14<03:30, 3.48it/s]
104
+
105
  7%|▋ | 51/782 [00:14<03:21, 3.63it/s]
106
  7%|▋ | 52/782 [00:14<03:38, 3.33it/s]
107
  7%|▋ | 53/782 [00:14<03:25, 3.55it/s]
108
  7%|▋ | 54/782 [00:15<03:16, 3.70it/s]
109
  7%|▋ | 55/782 [00:15<03:11, 3.79it/s]
110
  7%|▋ | 56/782 [00:15<03:02, 3.97it/s]
111
  7%|▋ | 57/782 [00:15<03:11, 3.79it/s]
112
  7%|▋ | 58/782 [00:16<03:14, 3.73it/s]
113
  8%|▊ | 59/782 [00:16<03:14, 3.72it/s]
114
  8%|▊ | 60/782 [00:16<03:06, 3.86it/s]
115
  8%|▊ | 61/782 [00:16<03:06, 3.88it/s]
116
  8%|▊ | 62/782 [00:17<03:03, 3.93it/s]
117
  8%|▊ | 63/782 [00:17<03:06, 3.86it/s]
118
  8%|▊ | 64/782 [00:17<03:06, 3.84it/s]
119
  8%|▊ | 65/782 [00:17<02:58, 4.01it/s]
120
  8%|▊ | 66/782 [00:18<03:03, 3.90it/s]
121
  9%|▊ | 67/782 [00:18<03:06, 3.84it/s]
122
  9%|▊ | 68/782 [00:18<03:08, 3.79it/s]
123
  9%|▉ | 69/782 [00:19<03:18, 3.58it/s]
124
  9%|▉ | 70/782 [00:19<03:07, 3.81it/s]
125
  9%|▉ | 71/782 [00:19<03:34, 3.32it/s]
126
  9%|▉ | 72/782 [00:19<03:19, 3.56it/s]
127
  9%|▉ | 73/782 [00:20<03:36, 3.28it/s]
128
  9%|▉ | 74/782 [00:20<03:18, 3.58it/s]
129
  10%|▉ | 75/782 [00:20<03:32, 3.33it/s]
130
  10%|▉ | 76/782 [00:21<03:27, 3.40it/s]
131
  10%|▉ | 77/782 [00:21<03:16, 3.60it/s]
132
  10%|▉ | 78/782 [00:21<03:24, 3.45it/s]
133
  10%|█ | 79/782 [00:21<03:08, 3.72it/s]
134
  10%|█ | 80/782 [00:22<03:03, 3.83it/s]
135
  10%|█ | 81/782 [00:22<03:05, 3.79it/s]
136
  10%|█ | 82/782 [00:22<03:00, 3.88it/s]
137
  11%|█ | 83/782 [00:22<03:23, 3.44it/s]
138
  11%|█ | 84/782 [00:23<03:10, 3.67it/s]
139
  11%|█ | 85/782 [00:23<03:08, 3.70it/s]
140
  11%|█ | 86/782 [00:23<03:09, 3.67it/s]
141
  11%|█ | 87/782 [00:24<03:05, 3.74it/s]
142
  11%|█▏ | 88/782 [00:24<03:12, 3.61it/s]
143
  11%|█▏ | 89/782 [00:24<03:03, 3.78it/s]
144
  12%|█▏ | 90/782 [00:24<03:02, 3.78it/s]
145
  12%|█��� | 91/782 [00:25<03:06, 3.70it/s]
146
  12%|█▏ | 92/782 [00:25<03:06, 3.71it/s]
147
  12%|█▏ | 93/782 [00:25<03:12, 3.57it/s]
148
  12%|█▏ | 94/782 [00:25<03:02, 3.77it/s]
149
  12%|█▏ | 95/782 [00:26<02:57, 3.86it/s]
150
  12%|█▏ | 96/782 [00:26<03:06, 3.68it/s]
151
  12%|█▏ | 97/782 [00:26<03:03, 3.73it/s]
152
  13%|█▎ | 98/782 [00:26<03:02, 3.75it/s]
153
  13%|█▎ | 99/782 [00:27<03:01, 3.77it/s]
154
  13%|█▎ | 100/782 [00:27<02:52, 3.96it/s]
155
 
156
+
157
  13%|█▎ | 100/782 [00:27<02:52, 3.96it/s]
158
  13%|█▎ | 101/782 [00:27<02:55, 3.88it/s]
159
  13%|█▎ | 102/782 [00:27<02:52, 3.95it/s]
160
  13%|█▎ | 103/782 [00:28<02:54, 3.89it/s]
161
  13%|█▎ | 104/782 [00:28<02:48, 4.03it/s]
162
  13%|█▎ | 105/782 [00:28<02:44, 4.12it/s]
163
  14%|█▎ | 106/782 [00:28<02:49, 3.98it/s]
164
  14%|█▎ | 107/782 [00:29<02:48, 4.00it/s]
165
  14%|█▍ | 108/782 [00:29<03:18, 3.40it/s]
166
  14%|█▍ | 109/782 [00:29<03:02, 3.68it/s]
167
  14%|█▍ | 110/782 [00:30<02:53, 3.86it/s]
168
  14%|█▍ | 111/782 [00:30<03:29, 3.20it/s]
169
  14%|█▍ | 112/782 [00:30<03:13, 3.47it/s]
170
  14%|█▍ | 113/782 [00:31<03:09, 3.53it/s]
171
  15%|█▍ | 114/782 [00:31<02:59, 3.73it/s]
172
  15%|█▍ | 115/782 [00:31<02:51, 3.90it/s]
173
  15%|█▍ | 116/782 [00:31<02:52, 3.86it/s]
174
  15%|█▍ | 117/782 [00:31<02:53, 3.83it/s]
175
  15%|█▌ | 118/782 [00:32<02:53, 3.82it/s]
176
  15%|█▌ | 119/782 [00:32<02:56, 3.75it/s]
177
  15%|█▌ | 120/782 [00:32<02:46, 3.97it/s]
178
  15%|█▌ | 121/782 [00:32<02:43, 4.04it/s]
179
  16%|█▌ | 122/782 [00:33<03:02, 3.62it/s]
180
  16%|█▌ | 123/782 [00:33<02:55, 3.76it/s]
181
  16%|█▌ | 124/782 [00:33<03:08, 3.49it/s]
182
  16%|█▌ | 125/782 [00:34<02:55, 3.75it/s]
183
  16%|█▌ | 126/782 [00:34<02:48, 3.90it/s]
184
  16%|█▌ | 127/782 [00:34<02:58, 3.66it/s]
185
  16%|█▋ | 128/782 [00:34<02:51, 3.82it/s]
186
  16%|█▋ | 129/782 [00:35<02:53, 3.75it/s]
187
  17%|█▋ | 130/782 [00:35<02:49, 3.85it/s]
188
  17%|█▋ | 131/782 [00:35<02:48, 3.87it/s]
189
  17%|█▋ | 132/782 [00:35<02:48, 3.85it/s]
190
  17%|█▋ | 133/782 [00:36<02:44, 3.95it/s]
191
  17%|█▋ | 134/782 [00:36<02:57, 3.65it/s]
192
  17%|█▋ | 135/782 [00:36<02:53, 3.73it/s]
193
  17%|█▋ | 136/782 [00:37<02:55, 3.68it/s]
194
  18%|█▊ | 137/782 [00:37<02:52, 3.73it/s]
195
  18%|█▊ | 138/782 [00:37<02:57, 3.62it/s]
196
  18%|█▊ | 139/782 [00:37<02:52, 3.72it/s]
197
  18%|█▊ | 140/782 [00:38<02:44, 3.90it/s]
198
  18%|█▊ | 141/782 [00:38<02:54, 3.68it/s]
199
  18%|█▊ | 142/782 [00:38<02:48, 3.80it/s]
200
  18%|█▊ | 143/782 [00:39<03:16, 3.26it/s]
201
  18%|█▊ | 144/782 [00:39<03:02, 3.50it/s]
202
  19%|█▊ | 145/782 [00:39<03:06, 3.42it/s]
203
  19%|█▊ | 146/782 [00:39<02:59, 3.54it/s]
204
  19%|█▉ | 147/782 [00:40<02:51, 3.69it/s]
205
  19%|█▉ | 148/782 [00:40<02:49, 3.75it/s]
206
  19%|█▉ | 149/782 [00:40<02:37, 4.01it/s]
207
  19%|█▉ | 150/782 [00:40<02:38, 3.98it/s]
208
 
209
+
210
  19%|█▉ | 150/782 [00:40<02:38, 3.98it/s]
211
  19%|█▉ | 151/782 [00:41<02:47, 3.77it/s]
212
  19%|█▉ | 152/782 [00:41<02:41, 3.91it/s]
213
  20%|█▉ | 153/782 [00:41<02:55, 3.57it/s]
214
  20%|█▉ | 154/782 [00:41<02:43, 3.83it/s]
215
  20%|█▉ | 155/782 [00:42<02:40, 3.90it/s]
216
  20%|█▉ | 156/782 [00:42<02:49, 3.70it/s]
217
  20%|██ | 157/782 [00:42<02:42, 3.85it/s]
218
  20%|██ | 158/782 [00:42<02:43, 3.82it/s]
219
  20%|██ | 159/782 [00:43<02:37, 3.96it/s]
220
  20%|██ | 160/782 [00:43<02:31, 4.10it/s]
221
  21%|██ | 161/782 [00:43<02:36, 3.98it/s]
222
  21%|██ | 162/782 [00:43<02:32, 4.06it/s]
223
  21%|██ | 163/782 [00:44<02:38, 3.89it/s]
224
  21%|██ | 164/782 [00:44<02:40, 3.85it/s]
225
  21%|██ | 165/782 [00:44<02:31, 4.07it/s]
226
  21%|██ | 166/782 [00:44<02:35, 3.97it/s]
227
  21%|██▏ | 167/782 [00:45<02:34, 3.98it/s]
228
  21%|██▏ | 168/782 [00:45<02:37, 3.90it/s]
229
  22%|██▏ | 169/782 [00:45<02:41, 3.79it/s]
230
  22%|██▏ | 170/782 [00:45<02:32, 4.02it/s]
231
  22%|██▏ | 171/782 [00:46<02:50, 3.59it/s]
232
  22%|██▏ | 172/782 [00:46<02:43, 3.73it/s]
233
  22%|██▏ | 173/782 [00:46<02:54, 3.49it/s]
234
  22%|██▏ | 174/782 [00:47<02:43, 3.72it/s]
235
  22%|██▏ | 175/782 [00:47<02:39, 3.80it/s]
236
  23%|██▎ | 176/782 [00:47<02:44, 3.68it/s]
237
  23%|██▎ | 177/782 [00:47<02:42, 3.73it/s]
238
  23%|██▎ | 178/782 [00:48<02:49, 3.56it/s]
239
  23%|██▎ | 179/782 [00:48<02:36, 3.86it/s]
240
  23%|██▎ | 180/782 [00:48<02:44, 3.65it/s]
241
  23%|██▎ | 181/782 [00:48<02:41, 3.72it/s]
242
  23%|██▎ | 182/782 [00:49<02:37, 3.81it/s]
243
  23%|██▎ | 183/782 [00:49<02:39, 3.75it/s]
244
  24%|██▎ | 184/782 [00:49<02:32, 3.93it/s]
245
  24%|██▎ | 185/782 [00:50<02:45, 3.62it/s]
246
  24%|██▍ | 186/782 [00:50<02:40, 3.71it/s]
247
  24%|██▍ | 187/782 [00:50<02:45, 3.60it/s]
248
  24%|██▍ | 188/782 [00:50<02:41, 3.67it/s]
249
  24%|██▍ | 189/782 [00:51<02:31, 3.91it/s]
250
  24%|██▍ | 190/782 [00:51<02:32, 3.87it/s]
251
  24%|██▍ | 191/782 [00:51<02:30, 3.92it/s]
252
  25%|██▍ | 192/782 [00:51<02:38, 3.71it/s]
253
  25%|██▍ | 193/782 [00:52<02:41, 3.66it/s]
254
  25%|██▍ | 194/782 [00:52<02:30, 3.90it/s]
255
  25%|██▍ | 195/782 [00:52<02:30, 3.89it/s]
256
  25%|██▌ | 196/782 [00:52<02:26, 3.99it/s]
257
  25%|██▌ | 197/782 [00:53<02:28, 3.94it/s]
258
  25%|██▌ | 198/782 [00:53<02:36, 3.72it/s]
259
  25%|██▌ | 199/782 [00:53<02:31, 3.85it/s]
260
  26%|██▌ | 200/782 [00:53<02:33, 3.79it/s]
261
 
262
+
263
  26%|██▌ | 200/782 [00:54<02:33, 3.79it/s]
264
  26%|██▌ | 201/782 [00:54<02:39, 3.65it/s]
265
  26%|██▌ | 202/782 [00:54<02:34, 3.76it/s]
266
  26%|██▌ | 203/782 [00:54<02:36, 3.71it/s]
267
  26%|██▌ | 204/782 [00:55<02:28, 3.90it/s]
268
  26%|██▌ | 205/782 [00:55<02:22, 4.04it/s]
269
  26%|██▋ | 206/782 [00:55<02:26, 3.94it/s]
270
  26%|██▋ | 207/782 [00:55<02:23, 4.00it/s]
271
  27%|██▋ | 208/782 [00:56<02:27, 3.90it/s]
272
  27%|██▋ | 209/782 [00:56<02:23, 4.00it/s]
273
  27%|██▋ | 210/782 [00:56<02:32, 3.74it/s]
274
  27%|██▋ | 211/782 [00:56<02:28, 3.86it/s]
275
  27%|██▋ | 212/782 [00:57<02:28, 3.85it/s]
276
  27%|██▋ | 213/782 [00:57<02:23, 3.96it/s]
277
  27%|██▋ | 214/782 [00:57<02:19, 4.08it/s]
278
  27%|██▋ | 215/782 [00:57<02:22, 3.98it/s]
279
  28%|██▊ | 216/782 [00:58<02:22, 3.96it/s]
280
  28%|██▊ | 217/782 [00:58<02:25, 3.89it/s]
281
  28%|██▊ | 218/782 [00:58<02:29, 3.78it/s]
282
  28%|██▊ | 219/782 [00:58<02:19, 4.03it/s]
283
  28%|██▊ | 220/782 [00:59<02:21, 3.96it/s]
284
  28%|██▊ | 221/782 [00:59<02:25, 3.86it/s]
285
  28%|██▊ | 222/782 [00:59<02:24, 3.88it/s]
286
  29%|██▊ | 223/782 [00:59<02:29, 3.75it/s]
287
  29%|██▊ | 224/782 [01:00<02:21, 3.95it/s]
288
  29%|██▉ | 225/782 [01:00<02:36, 3.55it/s]
289
  29%|██▉ | 226/782 [01:00<02:33, 3.62it/s]
290
  29%|██▉ | 227/782 [01:00<02:32, 3.64it/s]
291
  29%|██▉ | 228/782 [01:01<02:33, 3.61it/s]
292
  29%|██▉ | 229/782 [01:01<02:22, 3.89it/s]
293
  29%|██▉ | 230/782 [01:01<02:21, 3.91it/s]
294
  30%|██▉ | 231/782 [01:02<02:25, 3.80it/s]
295
  30%|██▉ | 232/782 [01:02<02:23, 3.82it/s]
296
  30%|██▉ | 233/782 [01:02<02:28, 3.69it/s]
297
  30%|██▉ | 234/782 [01:02<02:20, 3.89it/s]
298
  30%|███ | 235/782 [01:03<02:21, 3.85it/s]
299
  30%|███ | 236/782 [01:03<02:19, 3.92it/s]
300
  30%|███ | 237/782 [01:03<02:28, 3.68it/s]
301
  30%|███ | 238/782 [01:03<02:23, 3.79it/s]
302
  31%|███ | 239/782 [01:04<02:16, 3.96it/s]
303
  31%|███ | 240/782 [01:04<02:29, 3.61it/s]
304
  31%|███ | 241/782 [01:04<02:24, 3.75it/s]
305
  31%|███ | 242/782 [01:04<02:28, 3.63it/s]
306
  31%|███ | 243/782 [01:05<02:22, 3.79it/s]
307
  31%|███ | 244/782 [01:05<02:18, 3.88it/s]
308
  31%|███▏ | 245/782 [01:05<02:20, 3.83it/s]
309
  31%|███▏ | 246/782 [01:05<02:18, 3.86it/s]
310
  32%|███▏ | 247/782 [01:06<02:16, 3.91it/s]
311
  32%|███▏ | 248/782 [01:06<02:21, 3.77it/s]
312
  32%|███▏ | 249/782 [01:06<02:16, 3.90it/s]
313
  32%|███▏ | 250/782 [01:06<02:15, 3.93it/s]
314
 
315
+
316
  32%|███▏ | 250/782 [01:07<02:15, 3.93it/s]
317
  32%|███▏ | 251/782 [01:07<02:20, 3.77it/s]
318
  32%|███▏ | 252/782 [01:07<02:18, 3.82it/s]
319
  32%|███▏ | 253/782 [01:07<02:20, 3.76it/s]
320
  32%|███▏ | 254/782 [01:08<02:22, 3.70it/s]
321
  33%|███▎ | 255/782 [01:08<02:21, 3.72it/s]
322
  33%|███▎ | 256/782 [01:08<02:18, 3.80it/s]
323
  33%|███▎ | 257/782 [01:08<02:17, 3.83it/s]
324
  33%|███▎ | 258/782 [01:09<02:20, 3.73it/s]
325
  33%|███▎ | 259/782 [01:09<02:13, 3.92it/s]
326
  33%|███▎ | 260/782 [01:09<02:12, 3.95it/s]
327
  33%|███▎ | 261/782 [01:09<02:15, 3.83it/s]
328
  34%|███▎ | 262/782 [01:10<02:15, 3.85it/s]
329
  34%|███▎ | 263/782 [01:10<02:24, 3.60it/s]
330
  34%|███▍ | 264/782 [01:10<02:18, 3.73it/s]
331
  34%|███▍ | 265/782 [01:10<02:14, 3.85it/s]
332
  34%|███▍ | 266/782 [01:11<02:16, 3.78it/s]
333
  34%|███▍ | 267/782 [01:11<02:11, 3.93it/s]
334
  34%|███▍ | 268/782 [01:11<02:15, 3.80it/s]
335
  34%|███▍ | 269/782 [01:11<02:09, 3.95it/s]
336
  35%|███▍ | 270/782 [01:12<02:05, 4.07it/s]
337
  35%|███▍ | 271/782 [01:12<02:10, 3.92it/s]
338
  35%|███▍ | 272/782 [01:12<02:06, 4.04it/s]
339
  35%|███▍ | 273/782 [01:13<02:16, 3.72it/s]
340
  35%|███▌ | 274/782 [01:13<02:08, 3.94it/s]
341
  35%|███▌ | 275/782 [01:13<02:05, 4.03it/s]
342
  35%|███▌ | 276/782 [01:13<02:12, 3.80it/s]
343
  35%|███▌ | 277/782 [01:14<02:09, 3.89it/s]
344
  36%|███▌ | 278/782 [01:14<02:16, 3.70it/s]
345
  36%|███▌ | 279/782 [01:14<02:25, 3.46it/s]
346
  36%|███▌ | 280/782 [01:14<02:13, 3.75it/s]
347
  36%|███▌ | 281/782 [01:15<02:14, 3.73it/s]
348
  36%|███▌ | 282/782 [01:15<02:13, 3.74it/s]
349
  36%|███▌ | 283/782 [01:15<02:12, 3.78it/s]
350
  36%|███▋ | 284/782 [01:16<02:25, 3.41it/s]
351
  36%|███▋ | 285/782 [01:16<02:16, 3.64it/s]
352
  37%|███▋ | 286/782 [01:16<02:12, 3.75it/s]
353
  37%|███▋ | 287/782 [01:16<02:08, 3.84it/s]
354
  37%|███▋ | 288/782 [01:17<02:15, 3.64it/s]
355
  37%|███▋ | 289/782 [01:17<02:11, 3.74it/s]
356
  37%|███▋ | 290/782 [01:17<02:06, 3.87it/s]
357
  37%|███▋ | 291/782 [01:17<02:08, 3.82it/s]
358
  37%|███▋ | 292/782 [01:18<02:05, 3.89it/s]
359
  37%|███▋ | 293/782 [01:18<02:18, 3.54it/s]
360
  38%|███▊ | 294/782 [01:18<02:09, 3.77it/s]
361
  38%|███▊ | 295/782 [01:18<02:04, 3.90it/s]
362
  38%|███▊ | 296/782 [01:19<02:06, 3.85it/s]
363
  38%|███▊ | 297/782 [01:19<02:04, 3.88it/s]
364
  38%|███▊ | 298/782 [01:19<02:20, 3.44it/s]
365
  38%|███▊ | 299/782 [01:19<02:08, 3.75it/s]
366
  38%|███▊ | 300/782 [01:20<02:09, 3.71it/s]
367
 
368
+
369
  38%|███▊ | 300/782 [01:20<02:09, 3.71it/s]
370
  38%|███▊ | 301/782 [01:20<02:09, 3.72it/s]
371
  39%|███▊ | 302/782 [01:20<02:05, 3.84it/s]
372
  39%|███▊ | 303/782 [01:21<02:27, 3.26it/s]
373
  39%|███▉ | 304/782 [01:21<02:13, 3.58it/s]
374
  39%|███▉ | 305/782 [01:21<02:11, 3.63it/s]
375
  39%|███▉ | 306/782 [01:21<02:12, 3.60it/s]
376
  39%|███▉ | 307/782 [01:22<02:09, 3.67it/s]
377
  39%|███▉ | 308/782 [01:22<02:13, 3.56it/s]
378
  40%|███▉ | 309/782 [01:22<02:06, 3.74it/s]
379
  40%|███▉ | 310/782 [01:22<02:05, 3.75it/s]
380
  40%|███▉ | 311/782 [01:23<02:01, 3.87it/s]
381
  40%|███▉ | 312/782 [01:23<01:59, 3.95it/s]
382
  40%|████ | 313/782 [01:23<02:12, 3.54it/s]
383
  40%|████ | 314/782 [01:24<02:04, 3.75it/s]
384
  40%|████ | 315/782 [01:24<02:11, 3.54it/s]
385
  40%|████ | 316/782 [01:24<02:06, 3.68it/s]
386
  41%|████ | 317/782 [01:24<02:06, 3.67it/s]
387
  41%|████ | 318/782 [01:25<02:07, 3.63it/s]
388
  41%|████ | 319/782 [01:25<02:02, 3.78it/s]
389
  41%|████ | 320/782 [01:25<02:01, 3.81it/s]
390
  41%|████ | 321/782 [01:25<01:59, 3.87it/s]
391
  41%|████ | 322/782 [01:26<02:08, 3.57it/s]
392
  41%|████▏ | 323/782 [01:26<02:01, 3.79it/s]
393
  41%|████▏ | 324/782 [01:26<01:58, 3.85it/s]
394
  42%|████▏ | 325/782 [01:26<01:59, 3.84it/s]
395
  42%|████▏ | 326/782 [01:27<01:55, 3.96it/s]
396
  42%|████▏ | 327/782 [01:27<01:59, 3.82it/s]
397
  42%|████▏ | 328/782 [01:27<01:54, 3.96it/s]
398
  42%|████▏ | 329/782 [01:27<01:52, 4.04it/s]
399
  42%|████▏ | 330/782 [01:28<01:56, 3.87it/s]
400
  42%|████▏ | 331/782 [01:28<01:52, 4.00it/s]
401
  42%|████▏ | 332/782 [01:28<02:07, 3.54it/s]
402
  43%|████▎ | 333/782 [01:29<02:01, 3.71it/s]
403
  43%|████▎ | 334/782 [01:29<02:01, 3.68it/s]
404
  43%|████▎ | 335/782 [01:29<02:01, 3.69it/s]
405
  43%|████▎ | 336/782 [01:29<02:01, 3.69it/s]
406
  43%|████▎ | 337/782 [01:30<02:06, 3.52it/s]
407
  43%|████▎ | 338/782 [01:30<01:58, 3.76it/s]
408
  43%|████▎ | 339/782 [01:30<01:54, 3.88it/s]
409
  43%|████▎ | 340/782 [01:30<01:57, 3.77it/s]
410
  44%|████▎ | 341/782 [01:31<01:58, 3.74it/s]
411
  44%|████▎ | 342/782 [01:31<01:56, 3.77it/s]
412
  44%|████▍ | 343/782 [01:31<01:59, 3.67it/s]
413
  44%|████▍ | 344/782 [01:32<01:52, 3.88it/s]
414
  44%|████▍ | 345/782 [01:32<02:04, 3.51it/s]
415
  44%|████▍ | 346/782 [01:32<02:00, 3.60it/s]
416
  44%|████▍ | 347/782 [01:33<02:14, 3.24it/s]
417
  45%|████▍ | 348/782 [01:33<02:01, 3.56it/s]
418
  45%|████▍ | 349/782 [01:33<01:55, 3.76it/s]
419
  45%|████▍ | 350/782 [01:33<01:58, 3.64it/s]
420
 
421
+
422
  45%|████▍ | 350/782 [01:33<01:58, 3.64it/s]
423
  45%|████▍ | 351/782 [01:34<01:56, 3.71it/s]
424
  45%|████▌ | 352/782 [01:34<01:57, 3.67it/s]
425
  45%|████▌ | 353/782 [01:34<02:00, 3.56it/s]
426
  45%|████▌ | 354/782 [01:34<01:52, 3.81it/s]
427
  45%|████▌ | 355/782 [01:35<01:54, 3.73it/s]
428
  46%|████▌ | 356/782 [01:35<01:50, 3.85it/s]
429
  46%|████▌ | 357/782 [01:35<01:51, 3.83it/s]
430
  46%|████▌ | 358/782 [01:35<01:52, 3.77it/s]
431
  46%|████▌ | 359/782 [01:36<01:45, 4.02it/s]
432
  46%|████▌ | 360/782 [01:36<01:47, 3.94it/s]
433
  46%|████▌ | 361/782 [01:36<01:48, 3.88it/s]
434
  46%|████▋ | 362/782 [01:36<01:46, 3.94it/s]
435
  46%|████▋ | 363/782 [01:37<02:03, 3.39it/s]
436
  47%|████▋ | 364/782 [01:37<01:57, 3.55it/s]
437
  47%|████▋ | 365/782 [01:37<01:52, 3.69it/s]
438
  47%|████▋ | 366/782 [01:38<02:06, 3.30it/s]
439
  47%|████▋ | 367/782 [01:38<01:57, 3.54it/s]
440
  47%|████▋ | 368/782 [01:38<01:55, 3.57it/s]
441
  47%|████▋ | 369/782 [01:38<01:51, 3.70it/s]
442
  47%|████▋ | 370/782 [01:39<01:46, 3.88it/s]
443
  47%|████▋ | 371/782 [01:39<01:56, 3.52it/s]
444
  48%|████▊ | 372/782 [01:39<01:52, 3.64it/s]
445
  48%|████▊ | 373/782 [01:39<01:51, 3.68it/s]
446
  48%|████▊ | 374/782 [01:40<01:47, 3.80it/s]
447
  48%|████▊ | 375/782 [01:40<01:46, 3.84it/s]
448
  48%|████▊ | 376/782 [01:40<01:58, 3.42it/s]
449
  48%|████▊ | 377/782 [01:41<01:50, 3.65it/s]
450
  48%|████▊ | 378/782 [01:41<01:54, 3.53it/s]
451
  48%|████▊ | 379/782 [01:41<01:48, 3.72it/s]
452
  49%|████▊ | 380/782 [01:42<02:07, 3.15it/s]
453
  49%|████▊ | 381/782 [01:42<01:57, 3.41it/s]
454
  49%|████▉ | 382/782 [01:42<02:05, 3.20it/s]
455
  49%|████▉ | 383/782 [01:42<01:54, 3.50it/s]
456
  49%|████▉ | 384/782 [01:43<01:50, 3.62it/s]
457
  49%|████▉ | 385/782 [01:43<01:48, 3.65it/s]
458
  49%|████▉ | 386/782 [01:43<01:43, 3.82it/s]
459
  49%|████▉ | 387/782 [01:43<01:46, 3.70it/s]
460
  50%|████▉ | 388/782 [01:44<01:43, 3.82it/s]
461
  50%|████▉ | 389/782 [01:44<01:41, 3.87it/s]
462
  50%|████▉ | 390/782 [01:44<01:44, 3.73it/s]
463
  50%|█████ | 391/782 [01:44<01:41, 3.83it/s]
464
  50%|█████ | 392/782 [01:45<01:54, 3.42it/s]
465
  50%|█████ | 393/782 [01:45<01:44, 3.71it/s]
466
  50%|█████ | 394/782 [01:45<01:44, 3.70it/s]
467
  51%|█████ | 395/782 [01:46<01:43, 3.74it/s]
468
  51%|█████ | 396/782 [01:46<01:38, 3.90it/s]
469
  51%|█████ | 397/782 [01:46<01:41, 3.79it/s]
470
  51%|█████ | 398/782 [01:46<01:35, 4.01it/s]
471
  51%|█████ | 399/782 [01:46<01:32, 4.14it/s]
472
  51%|█████ | 400/782 [01:47<01:36, 3.97it/s]
473
 
474
+
475
  51%|█████ | 400/782 [01:47<01:36, 3.97it/s]
476
  51%|█████▏ | 401/782 [01:47<01:34, 4.04it/s]
477
  51%|█████▏ | 402/782 [01:47<01:37, 3.89it/s]
478
  52%|█████▏ | 403/782 [01:48<01:33, 4.05it/s]
479
  52%|█████▏ | 404/782 [01:48<01:32, 4.07it/s]
480
  52%|█████▏ | 405/782 [01:48<01:37, 3.89it/s]
481
  52%|█████▏ | 406/782 [01:48<01:37, 3.87it/s]
482
  52%|█████▏ | 407/782 [01:49<01:38, 3.80it/s]
483
  52%|█████▏ | 408/782 [01:49<01:34, 3.96it/s]
484
  52%|█████▏ | 409/782 [01:49<01:32, 4.05it/s]
485
  52%|█████▏ | 410/782 [01:49<01:42, 3.62it/s]
486
  53%|█████▎ | 411/782 [01:50<01:39, 3.72it/s]
487
  53%|█████▎ | 412/782 [01:50<01:40, 3.67it/s]
488
  53%|█████▎ | 413/782 [01:50<01:44, 3.51it/s]
489
  53%|█████▎ | 414/782 [01:50<01:40, 3.67it/s]
490
  53%|█████▎ | 415/782 [01:51<01:38, 3.71it/s]
491
  53%|█████▎ | 416/782 [01:51<01:40, 3.66it/s]
492
  53%|█████▎ | 417/782 [01:51<01:38, 3.72it/s]
493
  53%|█████▎ | 418/782 [01:52<01:39, 3.68it/s]
494
  54%|█████▎ | 419/782 [01:52<01:39, 3.65it/s]
495
  54%|█████▎ | 420/782 [01:52<01:33, 3.89it/s]
496
  54%|█████▍ | 421/782 [01:52<01:45, 3.43it/s]
497
  54%|█████▍ | 422/782 [01:53<01:40, 3.60it/s]
498
  54%|█████▍ | 423/782 [01:53<01:39, 3.62it/s]
499
  54%|█████▍ | 424/782 [01:53<01:34, 3.80it/s]
500
  54%|█████▍ | 425/782 [01:53<01:31, 3.92it/s]
501
  54%|█████▍ | 426/782 [01:54<01:39, 3.59it/s]
502
  55%|█████▍ | 427/782 [01:54<01:34, 3.76it/s]
503
  55%|█████▍ | 428/782 [01:54<01:35, 3.72it/s]
504
  55%|█████▍ | 429/782 [01:54<01:32, 3.82it/s]
505
  55%|█████▍ | 430/782 [01:55<01:34, 3.73it/s]
506
  55%|█████▌ | 431/782 [01:55<01:33, 3.77it/s]
507
  55%|█████▌ | 432/782 [01:55<01:31, 3.83it/s]
508
  55%|█████▌ | 433/782 [01:56<01:34, 3.68it/s]
509
  55%|█████▌ | 434/782 [01:56<01:28, 3.92it/s]
510
  56%|█████▌ | 435/782 [01:56<01:30, 3.85it/s]
511
  56%|█████▌ | 436/782 [01:56<01:28, 3.91it/s]
512
  56%|█████▌ | 437/782 [01:57<01:29, 3.85it/s]
513
  56%|█████▌ | 438/782 [01:57<01:26, 3.99it/s]
514
  56%|█████▌ | 439/782 [01:57<01:24, 4.07it/s]
515
  56%|█████▋ | 440/782 [01:57<01:30, 3.76it/s]
516
  56%|█████▋ | 441/782 [01:58<01:28, 3.84it/s]
517
  57%|█████▋ | 442/782 [01:58<01:31, 3.73it/s]
518
  57%|█████▋ | 443/782 [01:58<01:26, 3.93it/s]
519
  57%|█████▋ | 444/782 [01:58<01:24, 3.99it/s]
520
  57%|█████▋ | 445/782 [01:59<01:29, 3.78it/s]
521
  57%|█████▋ | 446/782 [01:59<01:26, 3.88it/s]
522
  57%|█████▋ | 447/782 [01:59<01:30, 3.69it/s]
523
  57%|█████▋ | 448/782 [01:59<01:27, 3.83it/s]
524
  57%|█████▋ | 449/782 [02:00<01:24, 3.93it/s]
525
  58%|█████▊ | 450/782 [02:00<01:26, 3.85it/s]
526
 
527
+
528
  58%|█████▊ | 450/782 [02:00<01:26, 3.85it/s]
529
  58%|█████▊ | 451/782 [02:00<01:24, 3.92it/s]
530
  58%|█████▊ | 452/782 [02:01<01:30, 3.65it/s]
531
  58%|█████▊ | 453/782 [02:01<01:26, 3.81it/s]
532
  58%|█████▊ | 454/782 [02:01<01:23, 3.91it/s]
533
  58%|█████▊ | 455/782 [02:01<01:25, 3.84it/s]
534
  58%|█████▊ | 456/782 [02:02<01:24, 3.86it/s]
535
  58%|█████▊ | 457/782 [02:02<01:25, 3.80it/s]
536
  59%|█████▊ | 458/782 [02:02<01:25, 3.78it/s]
537
  59%|█████▊ | 459/782 [02:02<01:20, 4.00it/s]
538
  59%|█████▉ | 460/782 [02:03<01:21, 3.96it/s]
539
  59%|█████▉ | 461/782 [02:03<01:25, 3.77it/s]
540
  59%|█████▉ | 462/782 [02:03<01:21, 3.92it/s]
541
  59%|█████▉ | 463/782 [02:03<01:22, 3.88it/s]
542
  59%|█████▉ | 464/782 [02:04<01:19, 3.99it/s]
543
  59%|█████▉ | 465/782 [02:04<01:18, 4.06it/s]
544
  60%|█████▉ | 466/782 [02:04<01:20, 3.91it/s]
545
  60%|█████▉ | 467/782 [02:04<01:19, 3.98it/s]
546
  60%|█████▉ | 468/782 [02:05<01:27, 3.59it/s]
547
  60%|█████▉ | 469/782 [02:05<01:21, 3.84it/s]
548
  60%|██████ | 470/782 [02:05<01:18, 3.98it/s]
549
  60%|██████ | 471/782 [02:05<01:21, 3.80it/s]
550
  60%|██████ | 472/782 [02:06<01:19, 3.90it/s]
551
  60%|██████ | 473/782 [02:06<01:21, 3.79it/s]
552
  61%|██████ | 474/782 [02:06<01:28, 3.47it/s]
553
  61%|██████ | 475/782 [02:06<01:22, 3.73it/s]
554
  61%|██████ | 476/782 [02:07<01:21, 3.74it/s]
555
  61%|██████ | 477/782 [02:07<01:21, 3.75it/s]
556
  61%|██████ | 478/782 [02:07<01:20, 3.76it/s]
557
  61%|██████▏ | 479/782 [02:08<01:27, 3.48it/s]
558
  61%|██████▏ | 480/782 [02:08<01:20, 3.77it/s]
559
  62%|██████▏ | 481/782 [02:08<01:20, 3.76it/s]
560
  62%|██████▏ | 482/782 [02:08<01:19, 3.75it/s]
561
  62%|██████▏ | 483/782 [02:09<01:20, 3.72it/s]
562
  62%|██████▏ | 484/782 [02:09<01:20, 3.68it/s]
563
  62%|██████▏ | 485/782 [02:09<01:15, 3.93it/s]
564
  62%|██████▏ | 486/782 [02:09<01:22, 3.61it/s]
565
  62%|██████▏ | 487/782 [02:10<01:19, 3.70it/s]
566
  62%|██████▏ | 488/782 [02:10<01:18, 3.73it/s]
567
  63%|██████▎ | 489/782 [02:10<01:19, 3.69it/s]
568
  63%|██████▎ | 490/782 [02:10<01:14, 3.90it/s]
569
  63%|██████▎ | 491/782 [02:11<01:16, 3.80it/s]
570
  63%|██████▎ | 492/782 [02:11<01:14, 3.89it/s]
571
  63%|██████▎ | 493/782 [02:11<01:25, 3.39it/s]
572
  63%|██████▎ | 494/782 [02:12<01:19, 3.64it/s]
573
  63%|██████▎ | 495/782 [02:12<01:15, 3.80it/s]
574
  63%|██████▎ | 496/782 [02:12<01:18, 3.63it/s]
575
  64%|██████▎ | 497/782 [02:12<01:15, 3.78it/s]
576
  64%|██████▎ | 498/782 [02:13<01:21, 3.49it/s]
577
  64%|██████▍ | 499/782 [02:13<01:15, 3.76it/s]
578
  64%|██████▍ | 500/782 [02:13<01:15, 3.74it/s]
579
 
580
+
581
  64%|██████▍ | 500/782 [02:13<01:15, 3.74it/s]
582
  64%|██████▍ | 501/782 [02:13<01:14, 3.76it/s]
583
  64%|██████▍ | 502/782 [02:14<01:15, 3.70it/s]
584
  64%|██████▍ | 503/782 [02:14<01:13, 3.80it/s]
585
  64%|██████▍ | 504/782 [02:14<01:12, 3.85it/s]
586
  65%|██████▍ | 505/782 [02:15<01:11, 3.85it/s]
587
  65%|██████▍ | 506/782 [02:15<01:10, 3.90it/s]
588
  65%|██████▍ | 507/782 [02:15<01:11, 3.85it/s]
589
  65%|██████▍ | 508/782 [02:15<01:07, 4.04it/s]
590
  65%|██████▌ | 509/782 [02:16<01:17, 3.53it/s]
591
  65%|██████▌ | 510/782 [02:16<01:13, 3.72it/s]
592
  65%|██████▌ | 511/782 [02:16<01:18, 3.44it/s]
593
  65%|██████▌ | 512/782 [02:16<01:12, 3.73it/s]
594
  66%|██████▌ | 513/782 [02:17<01:11, 3.74it/s]
595
  66%|██████▌ | 514/782 [02:17<01:13, 3.66it/s]
596
  66%|██████▌ | 515/782 [02:17<01:12, 3.70it/s]
597
  66%|██████▌ | 516/782 [02:18<01:14, 3.58it/s]
598
  66%|██████▌ | 517/782 [02:18<01:09, 3.82it/s]
599
  66%|██████▌ | 518/782 [02:18<01:09, 3.79it/s]
600
  66%|██████▋ | 519/782 [02:18<01:07, 3.91it/s]
601
  66%|██████▋ | 520/782 [02:19<01:08, 3.83it/s]
602
  67%|██████▋ | 521/782 [02:19<01:04, 4.02it/s]
603
  67%|██████▋ | 522/782 [02:19<01:03, 4.09it/s]
604
  67%|██████▋ | 523/782 [02:19<01:06, 3.91it/s]
605
  67%|██████▋ | 524/782 [02:20<01:06, 3.86it/s]
606
  67%|██████▋ | 525/782 [02:20<01:10, 3.66it/s]
607
  67%|██████▋ | 526/782 [02:20<01:06, 3.86it/s]
608
  67%|██████▋ | 527/782 [02:20<01:04, 3.94it/s]
609
  68%|██████▊ | 528/782 [02:21<01:06, 3.80it/s]
610
  68%|██████▊ | 529/782 [02:21<01:04, 3.89it/s]
611
  68%|██████▊ | 530/782 [02:21<01:05, 3.86it/s]
612
  68%|██████▊ | 531/782 [02:21<01:01, 4.06it/s]
613
  68%|██████▊ | 532/782 [02:22<01:04, 3.89it/s]
614
  68%|██████▊ | 533/782 [02:22<01:04, 3.84it/s]
615
  68%|██████▊ | 534/782 [02:22<01:02, 3.99it/s]
616
  68%|██████▊ | 535/782 [02:22<01:03, 3.86it/s]
617
  69%|██████▊ | 536/782 [02:23<01:01, 4.00it/s]
618
  69%|██████▊ | 537/782 [02:23<00:59, 4.09it/s]
619
  69%|██████▉ | 538/782 [02:23<01:02, 3.92it/s]
620
  69%|██████▉ | 539/782 [02:23<01:01, 3.94it/s]
621
  69%|██████▉ | 540/782 [02:24<01:03, 3.79it/s]
622
  69%|██████▉ | 541/782 [02:24<01:02, 3.88it/s]
623
  69%|██████▉ | 542/782 [02:24<01:01, 3.92it/s]
624
  69%|██████▉ | 543/782 [02:24<01:02, 3.83it/s]
625
  70%|██████▉ | 544/782 [02:25<01:01, 3.87it/s]
626
  70%|██████▉ | 545/782 [02:25<01:05, 3.64it/s]
627
  70%|██████▉ | 546/782 [02:25<01:01, 3.82it/s]
628
  70%|██████▉ | 547/782 [02:26<01:04, 3.66it/s]
629
  70%|███████ | 548/782 [02:26<01:02, 3.73it/s]
630
  70%|███████ | 549/782 [02:26<00:59, 3.89it/s]
631
  70%|███████ | 550/782 [02:26<01:08, 3.38it/s]
632
 
633
+
634
  70%|███████ | 550/782 [02:26<01:08, 3.38it/s]
635
  70%|███████ | 551/782 [02:27<01:05, 3.52it/s]
636
  71%|███████ | 552/782 [02:27<01:06, 3.45it/s]
637
  71%|███████ | 553/782 [02:27<01:05, 3.48it/s]
638
  71%|███████ | 554/782 [02:27<01:01, 3.69it/s]
639
  71%|███████ | 555/782 [02:28<01:02, 3.66it/s]
640
  71%|███████ | 556/782 [02:28<00:59, 3.77it/s]
641
  71%|███████ | 557/782 [02:28<00:59, 3.79it/s]
642
  71%|███████▏ | 558/782 [02:28<00:58, 3.82it/s]
643
  71%|███████▏ | 559/782 [02:29<00:57, 3.88it/s]
644
  72%|███████▏ | 560/782 [02:29<01:00, 3.68it/s]
645
  72%|███████▏ | 561/782 [02:29<00:57, 3.86it/s]
646
  72%|███████▏ | 562/782 [02:30<00:58, 3.76it/s]
647
  72%|███████▏ | 563/782 [02:30<00:57, 3.81it/s]
648
  72%|███████▏ | 564/782 [02:30<00:56, 3.89it/s]
649
  72%|███████▏ | 565/782 [02:30<01:01, 3.51it/s]
650
  72%|███████▏ | 566/782 [02:31<00:58, 3.71it/s]
651
  73%|███████▎ | 567/782 [02:31<00:58, 3.65it/s]
652
  73%|███████▎ | 568/782 [02:31<00:56, 3.76it/s]
653
  73%|███████▎ | 569/782 [02:31<00:57, 3.68it/s]
654
  73%|███████▎ | 570/782 [02:32<00:57, 3.66it/s]
655
  73%|███████▎ | 571/782 [02:32<00:54, 3.86it/s]
656
  73%|███████▎ | 572/782 [02:32<00:57, 3.62it/s]
657
  73%|██████��▎ | 573/782 [02:33<00:55, 3.75it/s]
658
  73%|███████▎ | 574/782 [02:33<00:56, 3.69it/s]
659
  74%|███████▎ | 575/782 [02:33<00:56, 3.68it/s]
660
  74%|███████▎ | 576/782 [02:33<00:52, 3.94it/s]
661
  74%|███████▍ | 577/782 [02:34<00:56, 3.66it/s]
662
  74%|███████▍ | 578/782 [02:34<00:53, 3.78it/s]
663
  74%|███████▍ | 579/782 [02:34<00:53, 3.77it/s]
664
  74%|███████▍ | 580/782 [02:34<00:50, 3.97it/s]
665
  74%|███████▍ | 581/782 [02:35<00:49, 4.09it/s]
666
  74%|███████▍ | 582/782 [02:35<00:51, 3.87it/s]
667
  75%|███████▍ | 583/782 [02:35<00:50, 3.93it/s]
668
  75%|███████▍ | 584/782 [02:35<00:49, 3.96it/s]
669
  75%|███████▍ | 585/782 [02:36<00:53, 3.66it/s]
670
  75%|███████▍ | 586/782 [02:36<00:52, 3.75it/s]
671
  75%|███████▌ | 587/782 [02:36<00:53, 3.65it/s]
672
  75%|███████▌ | 588/782 [02:36<00:50, 3.81it/s]
673
  75%|███████▌ | 589/782 [02:37<00:49, 3.87it/s]
674
  75%|███████▌ | 590/782 [02:37<00:48, 3.93it/s]
675
  76%|███████▌ | 591/782 [02:37<00:46, 4.10it/s]
676
  76%|███████▌ | 592/782 [02:38<00:53, 3.52it/s]
677
  76%|███████▌ | 593/782 [02:38<00:51, 3.70it/s]
678
  76%|███████▌ | 594/782 [02:38<00:51, 3.66it/s]
679
  76%|███████▌ | 595/782 [02:38<00:49, 3.76it/s]
680
  76%|███████▌ | 596/782 [02:39<00:48, 3.80it/s]
681
  76%|███████▋ | 597/782 [02:39<00:47, 3.86it/s]
682
  76%|███████▋ | 598/782 [02:39<00:47, 3.89it/s]
683
  77%|███████▋ | 599/782 [02:39<00:46, 3.97it/s]
684
  77%|███████▋ | 600/782 [02:40<00:43, 4.14it/s]
685
 
686
+
687
  77%|███████▋ | 600/782 [02:40<00:43, 4.14it/s]
688
  77%|███████▋ | 601/782 [02:40<00:45, 3.93it/s]
689
  77%|███████▋ | 602/782 [02:40<00:45, 3.96it/s]
690
  77%|███████▋ | 603/782 [02:40<00:46, 3.84it/s]
691
  77%|███████▋ | 604/782 [02:41<00:51, 3.44it/s]
692
  77%|███████▋ | 605/782 [02:41<00:48, 3.65it/s]
693
  77%|███████▋ | 606/782 [02:41<00:47, 3.71it/s]
694
  78%|███████▊ | 607/782 [02:41<00:47, 3.68it/s]
695
  78%|███████▊ | 608/782 [02:42<00:46, 3.77it/s]
696
  78%|███████▊ | 609/782 [02:42<00:49, 3.48it/s]
697
  78%|███████▊ | 610/782 [02:42<00:46, 3.67it/s]
698
  78%|███████▊ | 611/782 [02:43<00:46, 3.70it/s]
699
  78%|███████▊ | 612/782 [02:43<00:45, 3.73it/s]
700
  78%|███████▊ | 613/782 [02:43<00:44, 3.78it/s]
701
  79%|███████▊ | 614/782 [02:43<00:44, 3.78it/s]
702
  79%|███████▊ | 615/782 [02:44<00:41, 3.98it/s]
703
  79%|███████▉ | 616/782 [02:44<00:42, 3.89it/s]
704
  79%|███████▉ | 617/782 [02:44<00:42, 3.92it/s]
705
  79%|███████▉ | 618/782 [02:44<00:41, 3.97it/s]
706
  79%|███████▉ | 619/782 [02:45<00:42, 3.84it/s]
707
  79%|███████▉ | 620/782 [02:45<00:41, 3.93it/s]
708
  79%|███████▉ | 621/782 [02:45<00:41, 3.84it/s]
709
  80%|███████▉ | 622/782 [02:45<00:41, 3.86it/s]
710
  80%|███████▉ | 623/782 [02:46<00:39, 4.03it/s]
711
  80%|███████▉ | 624/782 [02:46<00:42, 3.73it/s]
712
  80%|███████▉ | 625/782 [02:46<00:39, 3.97it/s]
713
  80%|████████ | 626/782 [02:46<00:38, 4.05it/s]
714
  80%|████████ | 627/782 [02:47<00:46, 3.31it/s]
715
  80%|████████ | 628/782 [02:47<00:43, 3.54it/s]
716
  80%|████████ | 629/782 [02:47<00:45, 3.36it/s]
717
  81%|████████ | 630/782 [02:48<00:41, 3.68it/s]
718
  81%|████████ | 631/782 [02:48<00:40, 3.72it/s]
719
  81%|████████ | 632/782 [02:48<00:40, 3.74it/s]
720
  81%|████████ | 633/782 [02:48<00:42, 3.53it/s]
721
  81%|████████ | 634/782 [02:49<00:39, 3.74it/s]
722
  81%|████████ | 635/782 [02:49<00:38, 3.82it/s]
723
  81%|████████▏ | 636/782 [02:49<00:39, 3.74it/s]
724
  81%|████████▏ | 637/782 [02:49<00:37, 3.86it/s]
725
  82%|████████▏ | 638/782 [02:50<00:45, 3.18it/s]
726
  82%|████████▏ | 639/782 [02:50<00:42, 3.40it/s]
727
  82%|████████▏ | 640/782 [02:50<00:39, 3.57it/s]
728
  82%|████████▏ | 641/782 [02:51<00:39, 3.58it/s]
729
  82%|████████▏ | 642/782 [02:51<00:37, 3.70it/s]
730
  82%|████████▏ | 643/782 [02:51<00:39, 3.51it/s]
731
  82%|████████▏ | 644/782 [02:51<00:37, 3.68it/s]
732
  82%|████████▏ | 645/782 [02:52<00:37, 3.69it/s]
733
  83%|████████▎ | 646/782 [02:52<00:35, 3.81it/s]
734
  83%|███��████▎ | 647/782 [02:52<00:35, 3.80it/s]
735
  83%|████████▎ | 648/782 [02:52<00:34, 3.86it/s]
736
  83%|████████▎ | 649/782 [02:53<00:33, 4.02it/s]
737
  83%|████████▎ | 650/782 [02:53<00:33, 3.95it/s]
738
 
739
+
740
  83%|████████▎ | 650/782 [02:53<00:33, 3.95it/s]
741
  83%|████████▎ | 651/782 [02:53<00:34, 3.80it/s]
742
  83%|████████▎ | 652/782 [02:54<00:34, 3.71it/s]
743
  84%|████████▎ | 653/782 [02:54<00:35, 3.61it/s]
744
  84%|████████▎ | 654/782 [02:54<00:33, 3.80it/s]
745
  84%|████████▍ | 655/782 [02:54<00:35, 3.55it/s]
746
  84%|████████▍ | 656/782 [02:55<00:34, 3.67it/s]
747
  84%|████████▍ | 657/782 [02:55<00:34, 3.66it/s]
748
  84%|████████▍ | 658/782 [02:55<00:36, 3.36it/s]
749
  84%|████████▍ | 659/782 [02:55<00:33, 3.64it/s]
750
  84%|████████▍ | 660/782 [02:56<00:33, 3.68it/s]
751
  85%|████████▍ | 661/782 [02:56<00:33, 3.66it/s]
752
  85%|████████▍ | 662/782 [02:56<00:32, 3.73it/s]
753
  85%|████████▍ | 663/782 [02:57<00:34, 3.49it/s]
754
  85%|████████▍ | 664/782 [02:57<00:31, 3.79it/s]
755
  85%|████████▌ | 665/782 [02:57<00:29, 3.91it/s]
756
  85%|████████▌ | 666/782 [02:57<00:30, 3.74it/s]
757
  85%|████████▌ | 667/782 [02:58<00:30, 3.81it/s]
758
  85%|████████▌ | 668/782 [02:58<00:30, 3.76it/s]
759
  86%|████████▌ | 669/782 [02:58<00:28, 3.93it/s]
760
  86%|████████▌ | 670/782 [02:58<00:28, 3.98it/s]
761
  86%|████████▌ | 671/782 [02:59<00:30, 3.63it/s]
762
  86%|████████▌ | 672/782 [02:59<00:29, 3.73it/s]
763
  86%|████████▌ | 673/782 [02:59<00:29, 3.74it/s]
764
  86%|████████▌ | 674/782 [02:59<00:27, 3.90it/s]
765
  86%|████████▋ | 675/782 [03:00<00:26, 4.00it/s]
766
  86%|████████▋ | 676/782 [03:00<00:29, 3.59it/s]
767
  87%|████████▋ | 677/782 [03:00<00:28, 3.74it/s]
768
  87%|████████▋ | 678/782 [03:01<00:27, 3.73it/s]
769
  87%|████████▋ | 679/782 [03:01<00:28, 3.56it/s]
770
  87%|████████▋ | 680/782 [03:01<00:27, 3.70it/s]
771
  87%|████████▋ | 681/782 [03:01<00:27, 3.72it/s]
772
  87%|████████▋ | 682/782 [03:02<00:26, 3.75it/s]
773
  87%|████████▋ | 683/782 [03:02<00:25, 3.85it/s]
774
  87%|████████▋ | 684/782 [03:02<00:24, 3.96it/s]
775
  88%|████████▊ | 685/782 [03:02<00:23, 4.08it/s]
776
  88%|████████▊ | 686/782 [03:03<00:26, 3.65it/s]
777
  88%|████████▊ | 687/782 [03:03<00:24, 3.84it/s]
778
  88%|████████▊ | 688/782 [03:03<00:24, 3.78it/s]
779
  88%|████████▊ | 689/782 [03:03<00:24, 3.87it/s]
780
  88%|████████▊ | 690/782 [03:04<00:23, 3.97it/s]
781
  88%|████████▊ | 691/782 [03:04<00:24, 3.65it/s]
782
  88%|████████▊ | 692/782 [03:04<00:23, 3.76it/s]
783
  89%|████████▊ | 693/782 [03:04<00:23, 3.82it/s]
784
  89%|████████▊ | 694/782 [03:05<00:23, 3.73it/s]
785
  89%|████████▉ | 695/782 [03:05<00:21, 4.00it/s]
786
  89%|████████▉ | 696/782 [03:05<00:23, 3.66it/s]
787
  89%|████████▉ | 697/782 [03:06<00:22, 3.77it/s]
788
  89%|████████▉ | 698/782 [03:06<00:23, 3.53it/s]
789
  89%|████████▉ | 699/782 [03:06<00:22, 3.72it/s]
790
  90%|████████▉ | 700/782 [03:06<00:21, 3.73it/s]
791
 
792
+
793
  90%|████████▉ | 700/782 [03:06<00:21, 3.73it/s]
794
  90%|████████▉ | 701/782 [03:07<00:21, 3.81it/s]
795
  90%|████████▉ | 702/782 [03:07<00:20, 3.88it/s]
796
  90%|████████▉ | 703/782 [03:07<00:20, 3.90it/s]
797
  90%|█████████ | 704/782 [03:07<00:19, 4.09it/s]
798
  90%|█████████ | 705/782 [03:08<00:19, 3.97it/s]
799
  90%|█████████ | 706/782 [03:08<00:19, 3.98it/s]
800
  90%|█████████ | 707/782 [03:08<00:19, 3.83it/s]
801
  91%|█████████ | 708/782 [03:08<00:20, 3.67it/s]
802
  91%|█████████ | 709/782 [03:09<00:18, 3.92it/s]
803
  91%|█████████ | 710/782 [03:09<00:18, 3.89it/s]
804
  91%|█████████ | 711/782 [03:09<00:18, 3.82it/s]
805
  91%|█████████ | 712/782 [03:09<00:17, 3.98it/s]
806
  91%|█████████ | 713/782 [03:10<00:20, 3.44it/s]
807
  91%|█████████▏| 714/782 [03:10<00:18, 3.69it/s]
808
  91%|█████████▏| 715/782 [03:10<00:17, 3.77it/s]
809
  92%|█████████▏| 716/782 [03:11<00:17, 3.76it/s]
810
  92%|█████████▏| 717/782 [03:11<00:17, 3.81it/s]
811
  92%|█████████▏| 718/782 [03:11<00:17, 3.58it/s]
812
  92%|█████████▏| 719/782 [03:11<00:16, 3.73it/s]
813
  92%|█████████▏| 720/782 [03:12<00:16, 3.70it/s]
814
  92%|█████████▏| 721/782 [03:12<00:16, 3.75it/s]
815
  92%|█████████▏| 722/782 [03:12<00:15, 3.87it/s]
816
  92%|█████████▏| 723/782 [03:12<00:15, 3.72it/s]
817
  93%|█████████▎| 724/782 [03:13<00:14, 3.94it/s]
818
  93%|█████████▎| 725/782 [03:13<00:17, 3.34it/s]
819
  93%|█████████▎| 726/782 [03:13<00:15, 3.53it/s]
820
  93%|█████████▎| 727/782 [03:14<00:17, 3.23it/s]
821
  93%|█████████▎| 728/782 [03:14<00:15, 3.48it/s]
822
  93%|█████████▎| 729/782 [03:14<00:14, 3.68it/s]
823
  93%|█████████▎| 730/782 [03:14<00:14, 3.70it/s]
824
  93%|█████████▎| 731/782 [03:15<00:13, 3.77it/s]
825
  94%|█████████▎| 732/782 [03:15<00:12, 3.93it/s]
826
  94%|█████████▎| 733/782 [03:15<00:13, 3.58it/s]
827
  94%|█████████▍| 734/782 [03:15<00:12, 3.71it/s]
828
  94%|█████████▍| 735/782 [03:16<00:12, 3.84it/s]
829
  94%|█████████▍| 736/782 [03:16<00:12, 3.78it/s]
830
  94%|█████████▍| 737/782 [03:16<00:11, 3.76it/s]
831
  94%|█████████▍| 738/782 [03:17<00:11, 3.69it/s]
832
  95%|█████████▍| 739/782 [03:17<00:11, 3.87it/s]
833
  95%|█████████▍| 740/782 [03:17<00:10, 3.97it/s]
834
  95%|█████████▍| 741/782 [03:17<00:10, 3.91it/s]
835
  95%|█████████▍| 742/782 [03:18<00:10, 3.81it/s]
836
  95%|█████████▌| 743/782 [03:18<00:10, 3.57it/s]
837
  95%|█████████▌| 744/782 [03:18<00:10, 3.77it/s]
838
  95%|█████████▌| 745/782 [03:18<00:09, 3.91it/s]
839
  95%|█████████▌| 746/782 [03:19<00:09, 3.82it/s]
840
  96%|█████████▌| 747/782 [03:19<00:09, 3.77it/s]
841
  96%|█████████▌| 748/782 [03:19<00:10, 3.30it/s]
842
  96%|█████████▌| 749/782 [03:19<00:09, 3.55it/s]
843
  96%|█████████▌| 750/782 [03:20<00:10, 3.11it/s]
844
 
845
+
846
  96%|█████████▌| 750/782 [03:20<00:10, 3.11it/s]
847
  96%|█████████▌| 751/782 [03:20<00:09, 3.26it/s]
848
  96%|█████████▌| 752/782 [03:20<00:09, 3.25it/s]
849
  96%|█████████▋| 753/782 [03:21<00:08, 3.54it/s]
850
  96%|█████████▋| 754/782 [03:21<00:07, 3.66it/s]
851
  97%|█████████▋| 755/782 [03:21<00:07, 3.51it/s]
852
  97%|█████████▋| 756/782 [03:22<00:07, 3.64it/s]
853
  97%|█████████▋| 757/782 [03:22<00:07, 3.44it/s]
854
  97%|█████████▋| 758/782 [03:22<00:06, 3.72it/s]
855
  97%|█████████▋| 759/782 [03:22<00:07, 3.19it/s]
856
  97%|█████████▋| 760/782 [03:23<00:06, 3.43it/s]
857
  97%|█████████▋| 761/782 [03:23<00:06, 3.40it/s]
858
  97%|█████████▋| 762/782 [03:23<00:05, 3.67it/s]
859
  98%|█████████▊| 763/782 [03:23<00:04, 3.81it/s]
860
  98%|█████████▊| 764/782 [03:24<00:04, 3.80it/s]
861
  98%|█████████▊| 765/782 [03:24<00:04, 3.87it/s]
862
  98%|█████████▊| 766/782 [03:24<00:04, 3.92it/s]
863
  98%|█████████▊| 767/782 [03:25<00:03, 3.87it/s]
864
  98%|█████████▊| 768/782 [03:25<00:03, 4.03it/s]
865
  98%|█████████▊| 769/782 [03:25<00:03, 3.53it/s]
866
  98%|█████████▊| 770/782 [03:25<00:03, 3.73it/s]
867
  99%|█████████▊| 771/782 [03:26<00:03, 3.61it/s]
868
  99%|█████████▊| 772/782 [03:26<00:02, 3.81it/s]
869
  99%|█████████▉| 773/782 [03:26<00:02, 3.93it/s]
870
  99%|█████████▉| 774/782 [03:26<00:02, 3.53it/s]
871
  99%|█████████▉| 775/782 [03:27<00:01, 3.68it/s]
872
  99%|█████████▉| 776/782 [03:27<00:01, 3.29it/s]
873
  99%|█████████▉| 777/782 [03:27<00:01, 3.52it/s]
874
  99%|█████████▉| 778/782 [03:28<00:01, 3.79it/s]
875
 
876
+
877
+
878
+
879
+
880
+
881
+
882
+
883
+
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: roberta-large
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: roberta-large_ds100_upsample1000
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # roberta-large_ds100_upsample1000
16
+
17
+ This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 1e-05
37
+ - train_batch_size: 64
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - distributed_type: multi-GPU
41
+ - num_devices: 2
42
+ - total_train_batch_size: 128
43
+ - total_eval_batch_size: 16
44
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 1.0
47
+
48
+ ### Training results
49
+
50
+
51
+
52
+ ### Framework versions
53
+
54
+ - Transformers 4.51.3
55
+ - Pytorch 2.6.0+cu124
56
+ - Datasets 3.6.0
57
+ - Tokenizers 0.21.1
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "roberta",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 1,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.51.3",
23
+ "type_vocab_size": 1,
24
+ "use_cache": true,
25
+ "vocab_size": 50265
26
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:057fca4f594a76a33c8fd9118dc04a2ae8fc0f79eec0f093cd4c959b77425e6f
3
+ size 1421696540
special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": false,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "extra_special_tokens": {},
51
+ "mask_token": "<mask>",
52
+ "model_max_length": 32768,
53
+ "pad_token": "<pad>",
54
+ "padding_side": "right",
55
+ "sep_token": "</s>",
56
+ "tokenizer_class": "RobertaTokenizer",
57
+ "unk_token": "<unk>"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b4ff6701ec0170d3ecf8638a70ccb9df6f9ff3db37ed3c06ee3ad1f17c92f02
3
+ size 5368
vocab.json ADDED
The diff for this file is too large to render. See raw diff