Rodrigo1771
commited on
Commit
•
dd16367
1
Parent(s):
bdbf679
Training in progress, epoch 1
Browse files- README.md +103 -0
- all_results.json +26 -0
- config.json +51 -0
- eval_results.json +12 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- predict_results.json +10 -0
- predictions.txt +0 -0
- special_tokens_map.json +51 -0
- tb/events.out.tfevents.1725576279.2a66098fac87.2185.0 +3 -0
- tb/events.out.tfevents.1725577702.2a66098fac87.2185.1 +3 -0
- tb/events.out.tfevents.1725577909.2a66098fac87.9264.0 +3 -0
- tb/events.out.tfevents.1725579302.2a66098fac87.9264.1 +3 -0
- tb/events.out.tfevents.1725579443.2a66098fac87.15776.0 +3 -0
- tb/events.out.tfevents.1725581040.2a66098fac87.15776.1 +3 -0
- tb/events.out.tfevents.1725581348.2a66098fac87.23851.0 +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +58 -0
- train.log +430 -0
- train_results.json +9 -0
- trainer_state.json +232 -0
- training_args.bin +3 -0
- vocab.json +0 -0
README.md
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: PlanTL-GOB-ES/bsc-bio-ehr-es
|
5 |
+
tags:
|
6 |
+
- token-classification
|
7 |
+
- generated_from_trainer
|
8 |
+
datasets:
|
9 |
+
- Rodrigo1771/combined-train-distemist-dev-85-ner
|
10 |
+
metrics:
|
11 |
+
- precision
|
12 |
+
- recall
|
13 |
+
- f1
|
14 |
+
- accuracy
|
15 |
+
model-index:
|
16 |
+
- name: output
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Token Classification
|
20 |
+
type: token-classification
|
21 |
+
dataset:
|
22 |
+
name: Rodrigo1771/combined-train-distemist-dev-85-ner
|
23 |
+
type: Rodrigo1771/combined-train-distemist-dev-85-ner
|
24 |
+
config: CombinedTrainDisTEMISTDevNER
|
25 |
+
split: validation
|
26 |
+
args: CombinedTrainDisTEMISTDevNER
|
27 |
+
metrics:
|
28 |
+
- name: Precision
|
29 |
+
type: precision
|
30 |
+
value: 0.3152508603513856
|
31 |
+
- name: Recall
|
32 |
+
type: recall
|
33 |
+
value: 0.8144595226953674
|
34 |
+
- name: F1
|
35 |
+
type: f1
|
36 |
+
value: 0.45455732567249935
|
37 |
+
- name: Accuracy
|
38 |
+
type: accuracy
|
39 |
+
value: 0.8564886649182308
|
40 |
+
---
|
41 |
+
|
42 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
43 |
+
should probably proofread and complete it, then remove this comment. -->
|
44 |
+
|
45 |
+
# output
|
46 |
+
|
47 |
+
This model is a fine-tuned version of [PlanTL-GOB-ES/bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) on the Rodrigo1771/combined-train-distemist-dev-85-ner dataset.
|
48 |
+
It achieves the following results on the evaluation set:
|
49 |
+
- Loss: 0.7006
|
50 |
+
- Precision: 0.3153
|
51 |
+
- Recall: 0.8145
|
52 |
+
- F1: 0.4546
|
53 |
+
- Accuracy: 0.8565
|
54 |
+
|
55 |
+
## Model description
|
56 |
+
|
57 |
+
More information needed
|
58 |
+
|
59 |
+
## Intended uses & limitations
|
60 |
+
|
61 |
+
More information needed
|
62 |
+
|
63 |
+
## Training and evaluation data
|
64 |
+
|
65 |
+
More information needed
|
66 |
+
|
67 |
+
## Training procedure
|
68 |
+
|
69 |
+
### Training hyperparameters
|
70 |
+
|
71 |
+
The following hyperparameters were used during training:
|
72 |
+
- learning_rate: 5e-05
|
73 |
+
- train_batch_size: 32
|
74 |
+
- eval_batch_size: 8
|
75 |
+
- seed: 42
|
76 |
+
- gradient_accumulation_steps: 2
|
77 |
+
- total_train_batch_size: 64
|
78 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
79 |
+
- lr_scheduler_type: linear
|
80 |
+
- num_epochs: 10.0
|
81 |
+
|
82 |
+
### Training results
|
83 |
+
|
84 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
85 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
86 |
+
| 0.3191 | 1.0 | 541 | 0.4772 | 0.2725 | 0.8074 | 0.4075 | 0.8443 |
|
87 |
+
| 0.1619 | 2.0 | 1082 | 0.4584 | 0.3041 | 0.7941 | 0.4398 | 0.8553 |
|
88 |
+
| 0.11 | 3.0 | 1623 | 0.6447 | 0.2976 | 0.8000 | 0.4338 | 0.8435 |
|
89 |
+
| 0.0764 | 4.0 | 2164 | 0.7413 | 0.2896 | 0.7871 | 0.4234 | 0.8399 |
|
90 |
+
| 0.0567 | 5.0 | 2705 | 0.7006 | 0.3153 | 0.8145 | 0.4546 | 0.8565 |
|
91 |
+
| 0.0428 | 6.0 | 3246 | 0.8112 | 0.3071 | 0.8210 | 0.4470 | 0.8504 |
|
92 |
+
| 0.0332 | 7.0 | 3787 | 0.9046 | 0.3114 | 0.8070 | 0.4494 | 0.8533 |
|
93 |
+
| 0.0257 | 8.0 | 4328 | 0.9723 | 0.3060 | 0.8109 | 0.4444 | 0.8482 |
|
94 |
+
| 0.022 | 9.0 | 4869 | 1.0028 | 0.3087 | 0.8077 | 0.4467 | 0.8502 |
|
95 |
+
| 0.0181 | 10.0 | 5410 | 1.0023 | 0.3116 | 0.8119 | 0.4504 | 0.8533 |
|
96 |
+
|
97 |
+
|
98 |
+
### Framework versions
|
99 |
+
|
100 |
+
- Transformers 4.44.2
|
101 |
+
- Pytorch 2.4.0+cu121
|
102 |
+
- Datasets 2.21.0
|
103 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8564886649182308,
|
4 |
+
"eval_f1": 0.45455732567249935,
|
5 |
+
"eval_loss": 0.7005925178527832,
|
6 |
+
"eval_precision": 0.3152508603513856,
|
7 |
+
"eval_recall": 0.8144595226953674,
|
8 |
+
"eval_runtime": 14.2934,
|
9 |
+
"eval_samples": 6810,
|
10 |
+
"eval_samples_per_second": 476.445,
|
11 |
+
"eval_steps_per_second": 59.608,
|
12 |
+
"predict_accuracy": 0.9437946603149774,
|
13 |
+
"predict_f1": 0.6365870441364396,
|
14 |
+
"predict_loss": 0.22766011953353882,
|
15 |
+
"predict_precision": 0.519576379974326,
|
16 |
+
"predict_recall": 0.8216188784572444,
|
17 |
+
"predict_runtime": 29.1056,
|
18 |
+
"predict_samples_per_second": 502.103,
|
19 |
+
"predict_steps_per_second": 62.771,
|
20 |
+
"total_flos": 1.7176580067661056e+16,
|
21 |
+
"train_loss": 0.0812657987344287,
|
22 |
+
"train_runtime": 1549.44,
|
23 |
+
"train_samples": 34604,
|
24 |
+
"train_samples_per_second": 223.332,
|
25 |
+
"train_steps_per_second": 3.492
|
26 |
+
}
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"finetuning_task": "ner",
|
11 |
+
"gradient_checkpointing": false,
|
12 |
+
"hidden_act": "gelu",
|
13 |
+
"hidden_dropout_prob": 0.1,
|
14 |
+
"hidden_size": 768,
|
15 |
+
"id2label": {
|
16 |
+
"0": "O",
|
17 |
+
"1": "B-ENFERMEDAD",
|
18 |
+
"2": "I-ENFERMEDAD",
|
19 |
+
"3": "B-PROCEDIMIENTO",
|
20 |
+
"4": "I-PROCEDIMIENTO",
|
21 |
+
"5": "B-SINTOMA",
|
22 |
+
"6": "I-SINTOMA",
|
23 |
+
"7": "B-FARMACO",
|
24 |
+
"8": "I-FARMACO"
|
25 |
+
},
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 3072,
|
28 |
+
"label2id": {
|
29 |
+
"B-ENFERMEDAD": 1,
|
30 |
+
"B-FARMACO": 7,
|
31 |
+
"B-PROCEDIMIENTO": 3,
|
32 |
+
"B-SINTOMA": 5,
|
33 |
+
"I-ENFERMEDAD": 2,
|
34 |
+
"I-FARMACO": 8,
|
35 |
+
"I-PROCEDIMIENTO": 4,
|
36 |
+
"I-SINTOMA": 6,
|
37 |
+
"O": 0
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-05,
|
40 |
+
"max_position_embeddings": 514,
|
41 |
+
"model_type": "roberta",
|
42 |
+
"num_attention_heads": 12,
|
43 |
+
"num_hidden_layers": 12,
|
44 |
+
"pad_token_id": 1,
|
45 |
+
"position_embedding_type": "absolute",
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.44.2",
|
48 |
+
"type_vocab_size": 1,
|
49 |
+
"use_cache": true,
|
50 |
+
"vocab_size": 50262
|
51 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_accuracy": 0.8564886649182308,
|
4 |
+
"eval_f1": 0.45455732567249935,
|
5 |
+
"eval_loss": 0.7005925178527832,
|
6 |
+
"eval_precision": 0.3152508603513856,
|
7 |
+
"eval_recall": 0.8144595226953674,
|
8 |
+
"eval_runtime": 14.2934,
|
9 |
+
"eval_samples": 6810,
|
10 |
+
"eval_samples_per_second": 476.445,
|
11 |
+
"eval_steps_per_second": 59.608
|
12 |
+
}
|
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:a21a07cf22f5106fcfdb29d50447d952a26e139f2f64fcb6717e631952f598d5
|
3 |
+
size 496262556
|
predict_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"predict_accuracy": 0.9437946603149774,
|
3 |
+
"predict_f1": 0.6365870441364396,
|
4 |
+
"predict_loss": 0.22766011953353882,
|
5 |
+
"predict_precision": 0.519576379974326,
|
6 |
+
"predict_recall": 0.8216188784572444,
|
7 |
+
"predict_runtime": 29.1056,
|
8 |
+
"predict_samples_per_second": 502.103,
|
9 |
+
"predict_steps_per_second": 62.771
|
10 |
+
}
|
predictions.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
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": true,
|
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 |
+
}
|
tb/events.out.tfevents.1725576279.2a66098fac87.2185.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26ae516745ddff30692f4c665463f21acb32fb831f7fd631ed58c86455b7b8df
|
3 |
+
size 12158
|
tb/events.out.tfevents.1725577702.2a66098fac87.2185.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99c4e72fbff46ff4f2f01e01ca635b888064333c67fbc1e31ea417bc542ae659
|
3 |
+
size 560
|
tb/events.out.tfevents.1725577909.2a66098fac87.9264.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78b123fe2690b4ef8daee19df1596f88d3d9902ee0a7e2e67195ebf39fc38893
|
3 |
+
size 12146
|
tb/events.out.tfevents.1725579302.2a66098fac87.9264.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ddb06f8e19acc3cfe83ba96582312f0eda7c54cb22293014a850cd5aff12d3d
|
3 |
+
size 560
|
tb/events.out.tfevents.1725579443.2a66098fac87.15776.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c35cf63ce2a6e730611e5daee2288691541b634908c8c8e2a1a19a4eb706abe0
|
3 |
+
size 12645
|
tb/events.out.tfevents.1725581040.2a66098fac87.15776.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35dfb83cada8fb681a65313600c2857481bd7212900b1573ca8d6ce9b64470bb
|
3 |
+
size 560
|
tb/events.out.tfevents.1725581348.2a66098fac87.23851.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6677cd4d016bc7985db6c5208ed18accfe0e63ff244a077c77afa15603927ea2
|
3 |
+
size 6144
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": true,
|
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 |
+
"50261": {
|
37 |
+
"content": "<mask>",
|
38 |
+
"lstrip": true,
|
39 |
+
"normalized": true,
|
40 |
+
"rstrip": false,
|
41 |
+
"single_word": false,
|
42 |
+
"special": true
|
43 |
+
}
|
44 |
+
},
|
45 |
+
"bos_token": "<s>",
|
46 |
+
"clean_up_tokenization_spaces": true,
|
47 |
+
"cls_token": "<s>",
|
48 |
+
"eos_token": "</s>",
|
49 |
+
"errors": "replace",
|
50 |
+
"mask_token": "<mask>",
|
51 |
+
"max_len": 512,
|
52 |
+
"model_max_length": 512,
|
53 |
+
"pad_token": "<pad>",
|
54 |
+
"sep_token": "</s>",
|
55 |
+
"tokenizer_class": "RobertaTokenizer",
|
56 |
+
"trim_offsets": true,
|
57 |
+
"unk_token": "<unk>"
|
58 |
+
}
|
train.log
ADDED
@@ -0,0 +1,430 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0 |
0%| | 0/5410 [00:00<?, ?it/s]
|
1 |
0%| | 1/5410 [00:01<1:40:31, 1.12s/it]
|
2 |
0%| | 2/5410 [00:01<58:59, 1.53it/s]
|
3 |
0%| | 3/5410 [00:01<43:24, 2.08it/s]
|
4 |
0%| | 4/5410 [00:01<34:13, 2.63it/s]
|
5 |
0%| | 5/5410 [00:02<29:11, 3.09it/s]
|
6 |
0%| | 6/5410 [00:02<25:31, 3.53it/s]
|
7 |
0%| | 7/5410 [00:02<23:30, 3.83it/s]
|
8 |
0%| | 8/5410 [00:02<25:15, 3.57it/s]
|
9 |
0%| | 9/5410 [00:03<22:25, 4.02it/s]
|
10 |
0%| | 10/5410 [00:03<21:21, 4.22it/s]
|
11 |
0%| | 11/5410 [00:03<20:43, 4.34it/s]
|
12 |
0%| | 12/5410 [00:03<19:48, 4.54it/s]
|
13 |
0%| | 13/5410 [00:03<20:51, 4.31it/s]
|
14 |
0%| | 14/5410 [00:04<22:33, 3.99it/s]
|
15 |
0%| | 15/5410 [00:04<22:51, 3.93it/s]
|
16 |
0%| | 16/5410 [00:04<22:45, 3.95it/s]
|
17 |
0%| | 17/5410 [00:04<21:37, 4.16it/s]
|
18 |
0%| | 18/5410 [00:05<21:15, 4.23it/s]
|
19 |
0%| | 19/5410 [00:05<21:17, 4.22it/s]
|
20 |
0%| | 20/5410 [00:05<22:33, 3.98it/s]
|
21 |
0%| | 21/5410 [00:05<21:27, 4.19it/s]
|
22 |
0%| | 22/5410 [00:06<19:54, 4.51it/s]
|
23 |
0%| | 23/5410 [00:06<21:05, 4.26it/s]
|
24 |
0%| | 24/5410 [00:06<22:13, 4.04it/s]
|
25 |
0%| | 25/5410 [00:06<22:20, 4.02it/s]
|
26 |
0%| | 26/5410 [00:07<22:12, 4.04it/s]
|
27 |
0%| | 27/5410 [00:07<22:20, 4.02it/s]
|
28 |
1%| | 28/5410 [00:07<27:25, 3.27it/s]
|
29 |
1%| | 29/5410 [00:08<28:15, 3.17it/s]
|
30 |
1%| | 30/5410 [00:08<29:25, 3.05it/s]
|
31 |
1%| | 31/5410 [00:08<28:51, 3.11it/s]
|
32 |
1%| | 32/5410 [00:09<26:54, 3.33it/s]
|
33 |
1%| | 33/5410 [00:09<29:44, 3.01it/s]
|
34 |
1%| | 34/5410 [00:09<26:00, 3.45it/s]
|
35 |
1%| | 35/5410 [00:09<24:56, 3.59it/s]
|
36 |
1%| | 36/5410 [00:10<22:37, 3.96it/s]
|
37 |
1%| | 37/5410 [00:10<23:34, 3.80it/s]
|
38 |
1%| | 38/5410 [00:10<21:40, 4.13it/s]
|
39 |
1%| | 39/5410 [00:10<23:12, 3.86it/s]
|
40 |
1%| | 40/5410 [00:11<23:32, 3.80it/s]
|
41 |
1%| | 41/5410 [00:11<22:26, 3.99it/s]
|
42 |
1%| | 42/5410 [00:11<22:45, 3.93it/s]
|
43 |
1%| | 43/5410 [00:11<23:43, 3.77it/s]
|
44 |
1%| | 44/5410 [00:12<22:05, 4.05it/s]
|
45 |
1%| | 45/5410 [00:12<20:37, 4.34it/s]
|
46 |
1%| | 46/5410 [00:12<20:31, 4.36it/s]
|
47 |
1%| | 47/5410 [00:13<25:28, 3.51it/s]
|
48 |
1%| | 48/5410 [00:13<25:50, 3.46it/s]
|
49 |
1%| | 49/5410 [00:13<23:45, 3.76it/s]
|
50 |
1%| | 50/5410 [00:13<22:52, 3.91it/s]
|
51 |
1%| | 51/5410 [00:14<24:47, 3.60it/s]
|
52 |
1%| | 52/5410 [00:14<23:28, 3.80it/s]
|
53 |
1%| | 53/5410 [00:14<23:00, 3.88it/s]
|
54 |
1%| | 54/5410 [00:14<24:12, 3.69it/s]
|
55 |
1%| | 55/5410 [00:15<23:36, 3.78it/s]
|
56 |
1%| | 56/5410 [00:15<21:37, 4.13it/s]
|
57 |
1%| | 57/5410 [00:15<21:49, 4.09it/s]
|
58 |
1%| | 58/5410 [00:15<20:27, 4.36it/s]
|
59 |
1%| | 59/5410 [00:16<21:47, 4.09it/s]
|
60 |
1%| | 60/5410 [00:16<20:40, 4.31it/s]
|
61 |
1%| | 61/5410 [00:16<21:26, 4.16it/s]
|
62 |
1%| | 62/5410 [00:16<20:04, 4.44it/s]
|
63 |
1%| | 63/5410 [00:16<20:16, 4.40it/s]
|
64 |
1%| | 64/5410 [00:17<22:58, 3.88it/s]
|
65 |
1%| | 65/5410 [00:17<27:23, 3.25it/s]
|
66 |
1%| | 66/5410 [00:17<27:00, 3.30it/s]
|
67 |
1%| | 67/5410 [00:18<25:55, 3.43it/s]
|
68 |
1%|▏ | 68/5410 [00:18<23:46, 3.74it/s]
|
69 |
1%|▏ | 69/5410 [00:18<22:40, 3.93it/s]
|
70 |
1%|▏ | 70/5410 [00:18<21:51, 4.07it/s]
|
71 |
1%|▏ | 71/5410 [00:19<33:07, 2.69it/s]
|
72 |
1%|▏ | 72/5410 [00:19<28:19, 3.14it/s]
|
73 |
1%|▏ | 73/5410 [00:20<28:30, 3.12it/s]
|
74 |
1%|▏ | 74/5410 [00:20<26:17, 3.38it/s]
|
75 |
1%|▏ | 75/5410 [00:20<23:47, 3.74it/s]
|
76 |
1%|▏ | 76/5410 [00:20<21:30, 4.13it/s]
|
77 |
1%|▏ | 77/5410 [00:20<23:01, 3.86it/s]
|
78 |
1%|▏ | 78/5410 [00:21<21:45, 4.08it/s]
|
79 |
1%|▏ | 79/5410 [00:21<22:11, 4.00it/s]
|
80 |
1%|▏ | 80/5410 [00:21<23:38, 3.76it/s]
|
81 |
1%|▏ | 81/5410 [00:21<22:22, 3.97it/s]
|
82 |
2%|▏ | 82/5410 [00:22<21:28, 4.14it/s]
|
83 |
2%|▏ | 83/5410 [00:22<21:06, 4.21it/s]
|
84 |
2%|▏ | 84/5410 [00:22<22:05, 4.02it/s]
|
85 |
2%|▏ | 85/5410 [00:23<23:22, 3.80it/s]
|
86 |
2%|▏ | 86/5410 [00:23<20:59, 4.23it/s]
|
87 |
2%|▏ | 87/5410 [00:23<19:42, 4.50it/s]
|
88 |
2%|▏ | 88/5410 [00:23<21:51, 4.06it/s]
|
89 |
2%|▏ | 89/5410 [00:23<20:32, 4.32it/s]
|
90 |
2%|▏ | 90/5410 [00:24<20:06, 4.41it/s]
|
91 |
2%|▏ | 91/5410 [00:24<24:33, 3.61it/s]
|
92 |
2%|▏ | 92/5410 [00:24<22:44, 3.90it/s]
|
93 |
2%|▏ | 93/5410 [00:24<21:26, 4.13it/s]
|
94 |
2%|▏ | 94/5410 [00:25<22:10, 4.00it/s]
|
95 |
2%|▏ | 95/5410 [00:25<21:57, 4.03it/s]
|
96 |
2%|▏ | 96/5410 [00:25<21:22, 4.14it/s]
|
97 |
2%|▏ | 97/5410 [00:25<21:05, 4.20it/s]
|
98 |
2%|▏ | 98/5410 [00:26<20:12, 4.38it/s]
|
99 |
2%|▏ | 99/5410 [00:26<22:49, 3.88it/s]
|
100 |
2%|▏ | 100/5410 [00:26<23:27, 3.77it/s]
|
101 |
2%|▏ | 101/5410 [00:26<22:45, 3.89it/s]
|
102 |
2%|▏ | 102/5410 [00:27<20:54, 4.23it/s]
|
103 |
2%|▏ | 103/5410 [00:27<19:02, 4.65it/s]
|
104 |
2%|▏ | 104/5410 [00:27<17:33, 5.04it/s]
|
105 |
2%|▏ | 105/5410 [00:27<16:34, 5.33it/s]
|
106 |
2%|▏ | 106/5410 [00:27<18:00, 4.91it/s]
|
107 |
2%|▏ | 107/5410 [00:28<18:40, 4.73it/s]
|
108 |
2%|▏ | 108/5410 [00:28<20:57, 4.22it/s]
|
109 |
2%|▏ | 109/5410 [00:28<19:29, 4.53it/s]
|
110 |
2%|▏ | 110/5410 [00:28<22:31, 3.92it/s]
|
111 |
2%|▏ | 111/5410 [00:29<22:22, 3.95it/s]
|
112 |
2%|▏ | 112/5410 [00:29<20:19, 4.34it/s]
|
113 |
2%|▏ | 113/5410 [00:29<22:55, 3.85it/s]
|
114 |
2%|▏ | 114/5410 [00:29<21:57, 4.02it/s]
|
115 |
2%|▏ | 115/5410 [00:30<21:22, 4.13it/s]
|
116 |
2%|▏ | 116/5410 [00:30<28:02, 3.15it/s]
|
117 |
2%|▏ | 117/5410 [00:30<25:04, 3.52it/s]
|
118 |
2%|▏ | 118/5410 [00:31<23:46, 3.71it/s]
|
119 |
2%|▏ | 119/5410 [00:31<22:11, 3.97it/s]
|
120 |
2%|▏ | 120/5410 [00:31<21:54, 4.02it/s]
|
121 |
2%|▏ | 121/5410 [00:31<20:23, 4.32it/s]
|
122 |
2%|▏ | 122/5410 [00:32<23:15, 3.79it/s]
|
123 |
2%|▏ | 123/5410 [00:32<21:18, 4.13it/s]
|
124 |
2%|▏ | 124/5410 [00:32<21:21, 4.13it/s]
|
125 |
2%|▏ | 125/5410 [00:32<21:33, 4.08it/s]
|
126 |
2%|▏ | 126/5410 [00:32<20:09, 4.37it/s]
|
127 |
2%|▏ | 127/5410 [00:33<20:09, 4.37it/s]
|
128 |
2%|▏ | 128/5410 [00:33<24:00, 3.67it/s]
|
129 |
2%|▏ | 129/5410 [00:33<23:09, 3.80it/s]
|
130 |
2%|▏ | 130/5410 [00:33<21:16, 4.14it/s]
|
131 |
2%|▏ | 131/5410 [00:34<20:26, 4.31it/s]
|
132 |
2%|▏ | 132/5410 [00:34<23:28, 3.75it/s]
|
133 |
2%|▏ | 133/5410 [00:34<21:11, 4.15it/s]
|
134 |
2%|▏ | 134/5410 [00:34<20:25, 4.31it/s]
|
135 |
2%|▏ | 135/5410 [00:35<19:41, 4.46it/s]
|
136 |
3%|▎ | 136/5410 [00:35<26:01, 3.38it/s]
|
137 |
3%|▎ | 137/5410 [00:35<26:07, 3.36it/s]
|
138 |
3%|▎ | 138/5410 [00:36<23:27, 3.75it/s]
|
139 |
3%|▎ | 139/5410 [00:36<24:01, 3.66it/s]
|
140 |
3%|▎ | 140/5410 [00:36<23:02, 3.81it/s]
|
141 |
3%|▎ | 141/5410 [00:36<20:31, 4.28it/s]
|
142 |
3%|▎ | 142/5410 [00:36<20:58, 4.19it/s]
|
143 |
3%|▎ | 143/5410 [00:37<21:31, 4.08it/s]
|
144 |
3%|▎ | 144/5410 [00:37<21:51, 4.02it/s]
|
145 |
3%|▎ | 145/5410 [00:37<20:44, 4.23it/s]
|
146 |
3%|▎ | 146/5410 [00:37<20:40, 4.24it/s]
|
147 |
3%|▎ | 147/5410 [00:38<19:45, 4.44it/s]
|
148 |
3%|▎ | 148/5410 [00:38<19:53, 4.41it/s]
|
149 |
3%|▎ | 149/5410 [00:38<21:47, 4.02it/s]
|
150 |
3%|▎ | 150/5410 [00:38<20:19, 4.31it/s]
|
151 |
3%|▎ | 151/5410 [00:39<19:15, 4.55it/s]
|
152 |
3%|▎ | 152/5410 [00:39<19:58, 4.39it/s]
|
153 |
3%|▎ | 153/5410 [00:39<20:11, 4.34it/s]
|
154 |
3%|▎ | 154/5410 [00:39<20:53, 4.19it/s]
|
155 |
3%|▎ | 155/5410 [00:40<20:22, 4.30it/s]
|
156 |
3%|▎ | 156/5410 [00:40<21:26, 4.08it/s]
|
157 |
3%|▎ | 157/5410 [00:40<21:19, 4.10it/s]
|
158 |
3%|▎ | 158/5410 [00:40<21:22, 4.10it/s]
|
159 |
3%|▎ | 159/5410 [00:40<20:22, 4.29it/s]
|
160 |
3%|▎ | 160/5410 [00:41<20:28, 4.27it/s]
|
161 |
3%|▎ | 161/5410 [00:41<20:38, 4.24it/s]
|
162 |
3%|▎ | 162/5410 [00:41<21:29, 4.07it/s]
|
163 |
3%|▎ | 163/5410 [00:41<21:16, 4.11it/s]
|
164 |
3%|▎ | 164/5410 [00:42<25:12, 3.47it/s]
|
165 |
3%|▎ | 165/5410 [00:42<23:45, 3.68it/s]
|
166 |
3%|▎ | 166/5410 [00:42<21:04, 4.15it/s]
|
167 |
3%|▎ | 167/5410 [00:42<20:29, 4.26it/s]
|
168 |
3%|▎ | 168/5410 [00:43<21:13, 4.12it/s]
|
169 |
3%|▎ | 169/5410 [00:43<20:22, 4.29it/s]
|
170 |
3%|▎ | 170/5410 [00:43<18:20, 4.76it/s]
|
171 |
3%|▎ | 171/5410 [00:43<20:23, 4.28it/s]
|
172 |
3%|▎ | 172/5410 [00:44<20:23, 4.28it/s]
|
173 |
3%|▎ | 173/5410 [00:44<24:14, 3.60it/s]
|
174 |
3%|▎ | 174/5410 [00:44<24:04, 3.63it/s]
|
175 |
3%|▎ | 175/5410 [00:45<26:36, 3.28it/s]
|
176 |
3%|▎ | 176/5410 [00:45<24:13, 3.60it/s]
|
177 |
3%|▎ | 177/5410 [00:45<23:54, 3.65it/s]
|
178 |
3%|▎ | 178/5410 [00:45<24:15, 3.59it/s]
|
179 |
3%|▎ | 179/5410 [00:46<23:26, 3.72it/s]
|
180 |
3%|▎ | 180/5410 [00:46<21:59, 3.96it/s]
|
181 |
3%|▎ | 181/5410 [00:46<20:21, 4.28it/s]
|
182 |
3%|▎ | 182/5410 [00:46<19:25, 4.48it/s]
|
183 |
3%|▎ | 183/5410 [00:46<18:48, 4.63it/s]
|
184 |
3%|▎ | 184/5410 [00:47<20:39, 4.22it/s]
|
185 |
3%|▎ | 185/5410 [00:47<21:26, 4.06it/s]
|
186 |
3%|▎ | 186/5410 [00:47<20:39, 4.22it/s]
|
187 |
3%|▎ | 187/5410 [00:48<21:25, 4.06it/s]
|
188 |
3%|▎ | 188/5410 [00:48<20:00, 4.35it/s]
|
189 |
3%|▎ | 189/5410 [00:48<19:15, 4.52it/s]
|
190 |
4%|▎ | 190/5410 [00:48<18:03, 4.82it/s]
|
191 |
4%|▎ | 191/5410 [00:48<19:03, 4.56it/s]
|
192 |
4%|▎ | 192/5410 [00:49<22:49, 3.81it/s]
|
193 |
4%|▎ | 193/5410 [00:49<21:59, 3.95it/s]
|
194 |
4%|▎ | 194/5410 [00:49<21:51, 3.98it/s]
|
195 |
4%|▎ | 195/5410 [00:49<21:56, 3.96it/s]
|
196 |
4%|▎ | 196/5410 [00:50<21:15, 4.09it/s]
|
197 |
4%|▎ | 197/5410 [00:50<25:23, 3.42it/s]
|
198 |
4%|▎ | 198/5410 [00:50<25:06, 3.46it/s]
|
199 |
4%|▎ | 199/5410 [00:51<24:18, 3.57it/s]
|
200 |
4%|▎ | 200/5410 [00:51<25:39, 3.38it/s]
|
201 |
4%|▎ | 201/5410 [00:51<24:03, 3.61it/s]
|
202 |
4%|▎ | 202/5410 [00:52<33:15, 2.61it/s]
|
203 |
4%|▍ | 203/5410 [00:52<29:17, 2.96it/s]
|
204 |
4%|▍ | 204/5410 [00:52<27:28, 3.16it/s]
|
205 |
4%|▍ | 205/5410 [00:52<24:16, 3.57it/s]
|
206 |
4%|▍ | 206/5410 [00:53<21:32, 4.03it/s]
|
207 |
4%|▍ | 207/5410 [00:53<20:50, 4.16it/s]
|
208 |
4%|▍ | 208/5410 [00:53<20:18, 4.27it/s]
|
209 |
4%|▍ | 209/5410 [00:53<19:47, 4.38it/s]
|
210 |
4%|▍ | 210/5410 [00:54<20:15, 4.28it/s]
|
211 |
4%|▍ | 211/5410 [00:54<21:13, 4.08it/s]
|
212 |
4%|▍ | 212/5410 [00:54<20:20, 4.26it/s]
|
213 |
4%|▍ | 213/5410 [00:54<19:38, 4.41it/s]
|
214 |
4%|▍ | 214/5410 [00:54<18:28, 4.69it/s]
|
215 |
4%|▍ | 215/5410 [00:55<19:12, 4.51it/s]
|
216 |
4%|▍ | 216/5410 [00:55<18:21, 4.72it/s]
|
217 |
4%|▍ | 217/5410 [00:55<17:43, 4.88it/s]
|
218 |
4%|▍ | 218/5410 [00:55<18:01, 4.80it/s]
|
219 |
4%|▍ | 219/5410 [00:56<25:27, 3.40it/s]
|
220 |
4%|▍ | 220/5410 [00:56<24:12, 3.57it/s]
|
221 |
4%|▍ | 221/5410 [00:56<21:48, 3.97it/s]
|
222 |
4%|▍ | 222/5410 [00:56<20:57, 4.13it/s]
|
223 |
4%|▍ | 223/5410 [00:57<19:16, 4.48it/s]
|
224 |
4%|▍ | 224/5410 [00:57<18:11, 4.75it/s]
|
225 |
4%|▍ | 225/5410 [00:57<18:08, 4.76it/s]
|
226 |
4%|▍ | 226/5410 [00:57<18:19, 4.72it/s]
|
227 |
4%|▍ | 227/5410 [00:57<18:07, 4.77it/s]
|
228 |
4%|▍ | 228/5410 [00:58<19:53, 4.34it/s]
|
229 |
4%|▍ | 229/5410 [00:58<20:59, 4.11it/s]
|
230 |
4%|▍ | 230/5410 [00:58<20:43, 4.17it/s]
|
231 |
4%|▍ | 231/5410 [00:58<19:19, 4.47it/s]
|
232 |
4%|▍ | 232/5410 [00:59<20:24, 4.23it/s]
|
233 |
4%|▍ | 233/5410 [00:59<19:32, 4.41it/s]
|
234 |
4%|▍ | 234/5410 [00:59<20:52, 4.13it/s]
|
235 |
4%|▍ | 235/5410 [00:59<19:19, 4.46it/s]
|
236 |
4%|▍ | 236/5410 [01:00<20:38, 4.18it/s]
|
237 |
4%|▍ | 237/5410 [01:00<20:05, 4.29it/s]
|
238 |
4%|▍ | 238/5410 [01:00<21:14, 4.06it/s]
|
239 |
4%|▍ | 239/5410 [01:00<20:24, 4.22it/s]
|
240 |
4%|▍ | 240/5410 [01:01<20:00, 4.31it/s]
|
241 |
4%|▍ | 241/5410 [01:01<32:09, 2.68it/s]
|
242 |
4%|▍ | 242/5410 [01:02<30:23, 2.83it/s]
|
243 |
4%|▍ | 243/5410 [01:02<30:24, 2.83it/s]
|
244 |
5%|▍ | 244/5410 [01:02<27:11, 3.17it/s]
|
245 |
5%|▍ | 245/5410 [01:02<25:58, 3.31it/s]
|
246 |
5%|▍ | 246/5410 [01:03<25:30, 3.37it/s]
|
247 |
5%|▍ | 247/5410 [01:03<26:02, 3.31it/s]
|
248 |
5%|▍ | 248/5410 [01:03<27:39, 3.11it/s]
|
249 |
5%|▍ | 249/5410 [01:04<24:09, 3.56it/s]
|
250 |
5%|▍ | 250/5410 [01:04<21:10, 4.06it/s]
|
251 |
5%|▍ | 251/5410 [01:04<21:25, 4.01it/s]
|
252 |
5%|▍ | 252/5410 [01:04<20:45, 4.14it/s]
|
253 |
5%|▍ | 253/5410 [01:04<21:34, 3.98it/s]
|
254 |
5%|▍ | 254/5410 [01:05<20:53, 4.11it/s]
|
255 |
5%|▍ | 255/5410 [01:05<20:27, 4.20it/s]
|
256 |
5%|▍ | 256/5410 [01:05<20:24, 4.21it/s]
|
257 |
5%|▍ | 257/5410 [01:05<20:09, 4.26it/s]
|
258 |
5%|▍ | 258/5410 [01:06<19:00, 4.52it/s]
|
259 |
5%|▍ | 259/5410 [01:06<18:36, 4.61it/s]
|
260 |
5%|▍ | 260/5410 [01:06<20:09, 4.26it/s]
|
261 |
5%|▍ | 261/5410 [01:06<22:16, 3.85it/s]
|
262 |
5%|▍ | 262/5410 [01:07<21:29, 3.99it/s]
|
263 |
5%|▍ | 263/5410 [01:07<22:15, 3.86it/s]
|
264 |
5%|▍ | 264/5410 [01:07<22:15, 3.85it/s]
|
265 |
5%|▍ | 265/5410 [01:07<22:25, 3.82it/s]
|
266 |
5%|▍ | 266/5410 [01:08<21:33, 3.98it/s]
|
267 |
5%|▍ | 267/5410 [01:08<20:28, 4.19it/s]
|
268 |
5%|▍ | 268/5410 [01:08<20:06, 4.26it/s]
|
269 |
5%|▍ | 269/5410 [01:08<22:14, 3.85it/s]
|
270 |
5%|▍ | 270/5410 [01:09<21:09, 4.05it/s]
|
271 |
5%|▌ | 271/5410 [01:09<19:16, 4.44it/s]
|
272 |
5%|▌ | 272/5410 [01:09<22:35, 3.79it/s]
|
273 |
5%|▌ | 273/5410 [01:09<20:40, 4.14it/s]
|
274 |
5%|▌ | 274/5410 [01:09<19:25, 4.41it/s]
|
275 |
5%|▌ | 275/5410 [01:10<18:52, 4.54it/s]
|
276 |
5%|▌ | 276/5410 [01:10<18:20, 4.66it/s]
|
277 |
5%|▌ | 277/5410 [01:10<17:55, 4.77it/s]
|
278 |
5%|▌ | 278/5410 [01:10<19:54, 4.30it/s]
|
279 |
5%|▌ | 279/5410 [01:11<19:16, 4.44it/s]
|
280 |
5%|▌ | 280/5410 [01:11<21:40, 3.95it/s]
|
281 |
5%|▌ | 281/5410 [01:11<21:06, 4.05it/s]
|
282 |
5%|▌ | 282/5410 [01:12<24:46, 3.45it/s]
|
283 |
5%|▌ | 283/5410 [01:12<23:25, 3.65it/s]
|
284 |
5%|▌ | 284/5410 [01:12<21:42, 3.94it/s]
|
285 |
5%|▌ | 285/5410 [01:12<22:28, 3.80it/s]
|
286 |
5%|▌ | 286/5410 [01:12<20:07, 4.24it/s]
|
287 |
5%|▌ | 287/5410 [01:13<21:38, 3.95it/s]
|
288 |
5%|▌ | 288/5410 [01:13<21:41, 3.93it/s]
|
289 |
5%|▌ | 289/5410 [01:13<21:05, 4.05it/s]
|
290 |
5%|▌ | 290/5410 [01:13<21:43, 3.93it/s]
|
291 |
5%|▌ | 291/5410 [01:14<21:16, 4.01it/s]
|
292 |
5%|▌ | 292/5410 [01:14<22:53, 3.73it/s]
|
293 |
5%|▌ | 293/5410 [01:14<23:09, 3.68it/s]
|
294 |
5%|▌ | 294/5410 [01:15<22:52, 3.73it/s]
|
295 |
5%|▌ | 295/5410 [01:15<22:31, 3.78it/s]
|
296 |
5%|▌ | 296/5410 [01:15<21:38, 3.94it/s]
|
297 |
5%|▌ | 297/5410 [01:15<20:29, 4.16it/s]
|
298 |
6%|▌ | 298/5410 [01:15<19:46, 4.31it/s]
|
299 |
6%|▌ | 299/5410 [01:16<18:59, 4.49it/s]
|
300 |
6%|▌ | 300/5410 [01:16<19:43, 4.32it/s]
|
301 |
6%|▌ | 301/5410 [01:16<18:43, 4.55it/s]
|
302 |
6%|▌ | 302/5410 [01:16<18:59, 4.48it/s]
|
303 |
6%|▌ | 303/5410 [01:17<18:09, 4.69it/s]
|
304 |
6%|▌ | 304/5410 [01:17<20:55, 4.07it/s]
|
305 |
6%|▌ | 305/5410 [01:17<20:44, 4.10it/s]
|
306 |
6%|▌ | 306/5410 [01:17<23:57, 3.55it/s]
|
307 |
6%|▌ | 307/5410 [01:18<26:56, 3.16it/s]
|
308 |
6%|▌ | 308/5410 [01:18<24:56, 3.41it/s]
|
309 |
6%|▌ | 309/5410 [01:18<23:01, 3.69it/s]
|
310 |
6%|▌ | 310/5410 [01:19<24:04, 3.53it/s]
|
311 |
6%|▌ | 311/5410 [01:19<21:55, 3.88it/s]
|
312 |
6%|▌ | 312/5410 [01:19<21:11, 4.01it/s]
|
313 |
6%|▌ | 313/5410 [01:19<19:58, 4.25it/s]
|
314 |
6%|▌ | 314/5410 [01:20<20:12, 4.20it/s]
|
315 |
6%|▌ | 315/5410 [01:20<24:21, 3.49it/s]
|
316 |
6%|▌ | 316/5410 [01:20<22:59, 3.69it/s]
|
317 |
6%|▌ | 317/5410 [01:20<20:56, 4.05it/s]
|
318 |
6%|▌ | 318/5410 [01:21<20:36, 4.12it/s]
|
319 |
6%|▌ | 319/5410 [01:21<20:12, 4.20it/s]
|
320 |
6%|▌ | 320/5410 [01:21<19:45, 4.29it/s]
|
321 |
6%|▌ | 321/5410 [01:21<19:08, 4.43it/s]
|
322 |
6%|▌ | 322/5410 [01:21<19:37, 4.32it/s]
|
323 |
6%|▌ | 323/5410 [01:22<20:25, 4.15it/s]
|
324 |
6%|▌ | 324/5410 [01:22<20:05, 4.22it/s]
|
325 |
6%|▌ | 325/5410 [01:22<18:12, 4.66it/s]
|
326 |
6%|▌ | 326/5410 [01:22<18:52, 4.49it/s]
|
327 |
6%|▌ | 327/5410 [01:23<19:50, 4.27it/s]
|
328 |
6%|▌ | 328/5410 [01:23<18:32, 4.57it/s]
|
329 |
6%|▌ | 329/5410 [01:23<18:52, 4.49it/s]
|
330 |
6%|▌ | 330/5410 [01:23<18:56, 4.47it/s]
|
331 |
6%|▌ | 331/5410 [01:24<20:49, 4.07it/s]
|
332 |
6%|▌ | 332/5410 [01:24<20:11, 4.19it/s]
|
333 |
6%|▌ | 333/5410 [01:24<20:41, 4.09it/s]
|
334 |
6%|▌ | 334/5410 [01:24<20:59, 4.03it/s]
|
335 |
6%|▌ | 335/5410 [01:25<21:19, 3.97it/s]
|
336 |
6%|▌ | 336/5410 [01:25<20:56, 4.04it/s]
|
337 |
6%|▌ | 337/5410 [01:25<21:43, 3.89it/s]
|
338 |
6%|▌ | 338/5410 [01:25<24:03, 3.51it/s]
|
339 |
6%|▋ | 339/5410 [01:26<24:53, 3.39it/s]
|
340 |
6%|▋ | 340/5410 [01:26<24:13, 3.49it/s]
|
341 |
6%|▋ | 341/5410 [01:26<23:02, 3.67it/s]
|
342 |
6%|▋ | 342/5410 [01:27<23:50, 3.54it/s]
|
343 |
6%|▋ | 343/5410 [01:27<26:01, 3.24it/s]
|
344 |
6%|▋ | 344/5410 [01:27<22:43, 3.72it/s]
|
345 |
6%|▋ | 345/5410 [01:27<24:18, 3.47it/s]
|
346 |
6%|▋ | 346/5410 [01:28<23:45, 3.55it/s]
|
347 |
6%|▋ | 347/5410 [01:28<21:22, 3.95it/s]
|
348 |
6%|▋ | 348/5410 [01:28<20:16, 4.16it/s]
|
349 |
6%|▋ | 349/5410 [01:28<21:42, 3.88it/s]
|
350 |
6%|▋ | 350/5410 [01:29<20:03, 4.20it/s]
|
351 |
6%|▋ | 351/5410 [01:29<22:11, 3.80it/s]
|
352 |
7%|▋ | 352/5410 [01:29<21:50, 3.86it/s]
|
353 |
7%|▋ | 353/5410 [01:29<20:18, 4.15it/s]
|
354 |
7%|▋ | 354/5410 [01:30<20:35, 4.09it/s]
|
355 |
7%|▋ | 355/5410 [01:30<22:38, 3.72it/s]
|
356 |
7%|▋ | 356/5410 [01:30<24:41, 3.41it/s]
|
357 |
7%|▋ | 357/5410 [01:31<23:58, 3.51it/s]
|
358 |
7%|▋ | 358/5410 [01:31<25:43, 3.27it/s]
|
359 |
7%|▋ | 359/5410 [01:31<24:02, 3.50it/s]
|
360 |
7%|▋ | 360/5410 [01:31<23:11, 3.63it/s]
|
361 |
7%|▋ | 361/5410 [01:32<22:19, 3.77it/s]
|
362 |
7%|▋ | 362/5410 [01:32<23:53, 3.52it/s]
|
363 |
7%|▋ | 363/5410 [01:32<22:17, 3.77it/s]
|
364 |
7%|▋ | 364/5410 [01:32<21:41, 3.88it/s]
|
365 |
7%|▋ | 365/5410 [01:33<21:30, 3.91it/s]
|
366 |
7%|▋ | 366/5410 [01:33<19:34, 4.29it/s]
|
367 |
7%|▋ | 367/5410 [01:33<19:13, 4.37it/s]
|
368 |
7%|▋ | 368/5410 [01:33<19:50, 4.23it/s]
|
369 |
7%|▋ | 369/5410 [01:34<18:53, 4.45it/s]
|
370 |
7%|▋ | 370/5410 [01:34<18:06, 4.64it/s]
|
371 |
7%|▋ | 371/5410 [01:34<20:18, 4.14it/s]
|
372 |
7%|▋ | 372/5410 [01:34<18:59, 4.42it/s]
|
373 |
7%|▋ | 373/5410 [01:34<17:29, 4.80it/s]
|
374 |
7%|▋ | 374/5410 [01:35<16:23, 5.12it/s]
|
375 |
7%|▋ | 375/5410 [01:35<22:14, 3.77it/s]
|
376 |
7%|▋ | 376/5410 [01:35<22:14, 3.77it/s]
|
377 |
7%|▋ | 377/5410 [01:36<22:01, 3.81it/s]
|
378 |
7%|▋ | 378/5410 [01:36<21:05, 3.98it/s]
|
379 |
7%|▋ | 379/5410 [01:36<21:24, 3.92it/s]
|
380 |
7%|▋ | 380/5410 [01:36<24:42, 3.39it/s]
|
381 |
7%|▋ | 381/5410 [01:37<22:33, 3.72it/s]
|
382 |
7%|▋ | 382/5410 [01:37<25:11, 3.33it/s]
|
383 |
7%|▋ | 383/5410 [01:37<23:03, 3.63it/s]
|
384 |
7%|▋ | 384/5410 [01:37<23:26, 3.57it/s]
|
385 |
7%|▋ | 385/5410 [01:38<21:39, 3.87it/s]
|
386 |
7%|▋ | 386/5410 [01:38<21:21, 3.92it/s]
|
387 |
7%|▋ | 387/5410 [01:38<19:38, 4.26it/s]
|
388 |
7%|▋ | 388/5410 [01:38<18:59, 4.41it/s]
|
389 |
7%|▋ | 389/5410 [01:39<17:55, 4.67it/s]
|
390 |
7%|▋ | 390/5410 [01:39<21:16, 3.93it/s]
|
391 |
7%|▋ | 391/5410 [01:39<21:05, 3.97it/s]
|
392 |
7%|▋ | 392/5410 [01:39<22:07, 3.78it/s]
|
393 |
7%|▋ | 393/5410 [01:40<21:48, 3.83it/s]
|
394 |
7%|▋ | 394/5410 [01:40<19:48, 4.22it/s]
|
395 |
7%|▋ | 395/5410 [01:40<18:36, 4.49it/s]
|
396 |
7%|▋ | 396/5410 [01:40<18:17, 4.57it/s]
|
397 |
7%|▋ | 397/5410 [01:40<17:26, 4.79it/s]
|
398 |
7%|▋ | 398/5410 [01:41<18:24, 4.54it/s]
|
399 |
7%|▋ | 399/5410 [01:41<21:28, 3.89it/s]
|
400 |
7%|▋ | 400/5410 [01:41<20:26, 4.09it/s]
|
401 |
7%|▋ | 401/5410 [01:42<22:30, 3.71it/s]
|
402 |
7%|▋ | 402/5410 [01:42<20:05, 4.15it/s]
|
403 |
7%|▋ | 403/5410 [01:42<19:20, 4.32it/s]
|
404 |
7%|▋ | 404/5410 [01:42<23:50, 3.50it/s]
|
405 |
7%|▋ | 405/5410 [01:43<22:24, 3.72it/s]
|
406 |
8%|▊ | 406/5410 [01:43<21:34, 3.87it/s]
|
407 |
8%|▊ | 407/5410 [01:43<26:44, 3.12it/s]
|
408 |
8%|▊ | 408/5410 [01:43<24:04, 3.46it/s]
|
409 |
8%|▊ | 409/5410 [01:44<29:51, 2.79it/s]
|
410 |
8%|▊ | 410/5410 [01:44<27:08, 3.07it/s]
|
411 |
8%|▊ | 411/5410 [01:44<24:27, 3.41it/s]
|
412 |
8%|▊ | 412/5410 [01:45<21:55, 3.80it/s]
|
413 |
8%|▊ | 413/5410 [01:45<22:05, 3.77it/s]
|
414 |
8%|▊ | 414/5410 [01:45<22:19, 3.73it/s]
|
415 |
8%|▊ | 415/5410 [01:45<21:01, 3.96it/s]
|
416 |
8%|▊ | 416/5410 [01:46<20:28, 4.07it/s]
|
417 |
8%|▊ | 417/5410 [01:46<21:59, 3.78it/s]
|
418 |
8%|▊ | 418/5410 [01:46<21:16, 3.91it/s]
|
419 |
8%|▊ | 419/5410 [01:46<20:46, 4.00it/s]
|
420 |
8%|▊ | 420/5410 [01:47<20:30, 4.05it/s]
|
421 |
8%|▊ | 421/5410 [01:47<22:46, 3.65it/s]
|
422 |
8%|▊ | 422/5410 [01:47<19:57, 4.17it/s]
|
423 |
8%|▊ | 423/5410 [01:47<18:42, 4.44it/s]
|
424 |
8%|▊ | 424/5410 [01:48<17:53, 4.65it/s]
|
425 |
8%|▊ | 425/5410 [01:48<17:43, 4.69it/s]
|
426 |
8%|▊ | 426/5410 [01:48<18:12, 4.56it/s]
|
427 |
8%|▊ | 427/5410 [01:48<17:29, 4.75it/s]
|
428 |
8%|▊ | 428/5410 [01:48<18:22, 4.52it/s]
|
429 |
8%|▊ | 429/5410 [01:49<21:50, 3.80it/s]
|
430 |
8%|▊ | 430/5410 [01:49<23:28, 3.54it/s]
|
431 |
8%|▊ | 431/5410 [01:49<23:45, 3.49it/s]
|
432 |
8%|▊ | 432/5410 [01:50<21:21, 3.89it/s]
|
433 |
8%|▊ | 433/5410 [01:50<22:22, 3.71it/s]
|
434 |
8%|▊ | 434/5410 [01:50<20:57, 3.96it/s]
|
435 |
8%|▊ | 435/5410 [01:50<20:26, 4.06it/s]
|
436 |
8%|▊ | 436/5410 [01:51<20:08, 4.12it/s]
|
437 |
8%|▊ | 437/5410 [01:51<18:59, 4.37it/s]
|
438 |
8%|▊ | 438/5410 [01:51<20:03, 4.13it/s]
|
439 |
8%|▊ | 439/5410 [01:51<20:14, 4.09it/s]
|
440 |
8%|▊ | 440/5410 [01:52<26:54, 3.08it/s]
|
441 |
8%|▊ | 441/5410 [01:52<24:06, 3.44it/s]
|
442 |
8%|▊ | 442/5410 [01:52<23:37, 3.50it/s]
|
443 |
8%|▊ | 443/5410 [01:52<21:10, 3.91it/s]
|
444 |
8%|▊ | 444/5410 [01:53<20:28, 4.04it/s]
|
445 |
8%|▊ | 445/5410 [01:53<20:39, 4.01it/s]
|
446 |
8%|▊ | 446/5410 [01:53<18:55, 4.37it/s]
|
447 |
8%|▊ | 447/5410 [01:53<18:48, 4.40it/s]
|
448 |
8%|▊ | 448/5410 [01:54<17:53, 4.62it/s]
|
449 |
8%|▊ | 449/5410 [01:54<18:59, 4.35it/s]
|
450 |
8%|▊ | 450/5410 [01:54<17:45, 4.66it/s]
|
451 |
8%|▊ | 451/5410 [01:54<18:05, 4.57it/s]
|
452 |
8%|▊ | 452/5410 [01:54<18:26, 4.48it/s]
|
453 |
8%|▊ | 453/5410 [01:55<18:09, 4.55it/s]
|
454 |
8%|▊ | 454/5410 [01:55<19:59, 4.13it/s]
|
455 |
8%|▊ | 455/5410 [01:55<18:57, 4.36it/s]
|
456 |
8%|▊ | 456/5410 [01:55<19:55, 4.14it/s]
|
457 |
8%|▊ | 457/5410 [01:56<19:56, 4.14it/s]
|
458 |
8%|▊ | 458/5410 [01:56<20:43, 3.98it/s]
|
459 |
8%|▊ | 459/5410 [01:56<20:32, 4.02it/s]
|
460 |
9%|▊ | 460/5410 [01:56<19:30, 4.23it/s]
|
461 |
9%|▊ | 461/5410 [01:57<20:35, 4.01it/s]
|
462 |
9%|▊ | 462/5410 [01:57<19:14, 4.29it/s]
|
463 |
9%|▊ | 463/5410 [01:57<20:20, 4.05it/s]
|
464 |
9%|▊ | 464/5410 [01:57<20:06, 4.10it/s]
|
465 |
9%|▊ | 465/5410 [01:58<18:18, 4.50it/s]
|
466 |
9%|▊ | 466/5410 [01:58<19:26, 4.24it/s]
|
467 |
9%|▊ | 467/5410 [01:58<19:22, 4.25it/s]
|
468 |
9%|▊ | 468/5410 [01:58<18:21, 4.49it/s]
|
469 |
9%|▊ | 469/5410 [01:59<19:02, 4.32it/s]
|
470 |
9%|▊ | 470/5410 [01:59<18:01, 4.57it/s]
|
471 |
9%|▊ | 471/5410 [01:59<18:19, 4.49it/s]
|
472 |
9%|▊ | 472/5410 [01:59<18:22, 4.48it/s]
|
473 |
9%|▊ | 473/5410 [01:59<19:14, 4.28it/s]
|
474 |
9%|▉ | 474/5410 [02:00<17:52, 4.60it/s]
|
475 |
9%|▉ | 475/5410 [02:00<17:45, 4.63it/s]
|
476 |
9%|▉ | 476/5410 [02:00<16:43, 4.92it/s]
|
477 |
9%|▉ | 477/5410 [02:00<15:59, 5.14it/s]
|
478 |
9%|▉ | 478/5410 [02:00<17:10, 4.78it/s]
|
479 |
9%|▉ | 479/5410 [02:01<21:36, 3.80it/s]
|
480 |
9%|▉ | 480/5410 [02:01<19:27, 4.22it/s]
|
481 |
9%|▉ | 481/5410 [02:01<18:47, 4.37it/s]
|
482 |
9%|▉ | 482/5410 [02:01<20:52, 3.93it/s]
|
483 |
9%|▉ | 483/5410 [02:02<19:55, 4.12it/s]
|
484 |
9%|▉ | 484/5410 [02:02<20:17, 4.05it/s]
|
485 |
9%|▉ | 485/5410 [02:02<22:35, 3.63it/s]
|
486 |
9%|▉ | 486/5410 [02:03<20:42, 3.96it/s]
|
487 |
9%|▉ | 487/5410 [02:03<18:48, 4.36it/s]
|
488 |
9%|▉ | 488/5410 [02:03<17:18, 4.74it/s]
|
489 |
9%|▉ | 489/5410 [02:03<18:11, 4.51it/s]
|
490 |
9%|▉ | 490/5410 [02:03<17:36, 4.66it/s]
|
491 |
9%|▉ | 491/5410 [02:03<17:10, 4.77it/s]
|
492 |
9%|▉ | 492/5410 [02:04<17:35, 4.66it/s]
|
493 |
9%|▉ | 493/5410 [02:04<19:26, 4.22it/s]
|
494 |
9%|▉ | 494/5410 [02:04<18:42, 4.38it/s]
|
495 |
9%|▉ | 495/5410 [02:05<21:45, 3.76it/s]
|
496 |
9%|▉ | 496/5410 [02:05<22:22, 3.66it/s]
|
497 |
9%|▉ | 497/5410 [02:05<20:36, 3.97it/s]
|
498 |
9%|▉ | 498/5410 [02:05<21:18, 3.84it/s]
|
499 |
9%|▉ | 499/5410 [02:06<19:06, 4.28it/s]
|
500 |
9%|▉ | 500/5410 [02:06<18:29, 4.43it/s]
|
501 |
|
502 |
9%|▉ | 500/5410 [02:06<18:29, 4.43it/s]
|
503 |
9%|▉ | 501/5410 [02:06<18:43, 4.37it/s]
|
504 |
9%|▉ | 502/5410 [02:06<18:29, 4.42it/s]
|
505 |
9%|▉ | 503/5410 [02:06<17:26, 4.69it/s]
|
506 |
9%|▉ | 504/5410 [02:07<17:33, 4.66it/s]
|
507 |
9%|▉ | 505/5410 [02:07<17:53, 4.57it/s]
|
508 |
9%|▉ | 506/5410 [02:07<18:29, 4.42it/s]
|
509 |
9%|▉ | 507/5410 [02:07<18:50, 4.34it/s]
|
510 |
9%|▉ | 508/5410 [02:07<17:35, 4.64it/s]
|
511 |
9%|▉ | 509/5410 [02:08<16:20, 5.00it/s]
|
512 |
9%|▉ | 510/5410 [02:08<17:54, 4.56it/s]
|
513 |
9%|▉ | 511/5410 [02:08<18:53, 4.32it/s]
|
514 |
9%|▉ | 512/5410 [02:08<20:06, 4.06it/s]
|
515 |
9%|▉ | 513/5410 [02:09<18:22, 4.44it/s]
|
516 |
10%|▉ | 514/5410 [02:09<19:14, 4.24it/s]
|
517 |
10%|▉ | 515/5410 [02:09<19:57, 4.09it/s]
|
518 |
10%|▉ | 516/5410 [02:09<21:51, 3.73it/s]
|
519 |
10%|▉ | 517/5410 [02:10<21:01, 3.88it/s]
|
520 |
10%|▉ | 518/5410 [02:10<19:54, 4.10it/s]
|
521 |
10%|▉ | 519/5410 [02:10<19:24, 4.20it/s]
|
522 |
10%|▉ | 520/5410 [02:10<21:01, 3.88it/s]
|
523 |
10%|▉ | 521/5410 [02:11<23:02, 3.54it/s]
|
524 |
10%|▉ | 522/5410 [02:11<21:22, 3.81it/s]
|
525 |
10%|▉ | 523/5410 [02:11<21:17, 3.83it/s]
|
526 |
10%|▉ | 524/5410 [02:11<20:15, 4.02it/s]
|
527 |
10%|▉ | 525/5410 [02:12<19:22, 4.20it/s]
|
528 |
10%|▉ | 526/5410 [02:12<19:22, 4.20it/s]
|
529 |
10%|▉ | 527/5410 [02:12<19:21, 4.21it/s]
|
530 |
10%|▉ | 528/5410 [02:12<18:40, 4.36it/s]
|
531 |
10%|▉ | 529/5410 [02:13<19:47, 4.11it/s]
|
532 |
10%|▉ | 530/5410 [02:13<18:33, 4.38it/s]
|
533 |
10%|▉ | 531/5410 [02:13<19:05, 4.26it/s]
|
534 |
10%|▉ | 532/5410 [02:13<18:18, 4.44it/s]
|
535 |
10%|▉ | 533/5410 [02:14<19:46, 4.11it/s]
|
536 |
10%|▉ | 534/5410 [02:14<19:08, 4.25it/s]
|
537 |
10%|▉ | 535/5410 [02:14<17:33, 4.63it/s]
|
538 |
10%|▉ | 536/5410 [02:14<20:17, 4.00it/s]
|
539 |
10%|▉ | 537/5410 [02:15<19:11, 4.23it/s]
|
540 |
10%|▉ | 538/5410 [02:15<19:15, 4.22it/s]
|
541 |
10%|▉ | 539/5410 [02:15<19:19, 4.20it/s]
|
542 |
10%|▉ | 540/5410 [02:16<32:00, 2.54it/s]
|
543 |
10%|█ | 541/5410 [02:16<25:28, 3.18it/s][INFO|trainer.py:811] 2024-09-06 00:11:24,745 >> The following columns in the evaluation set don't have a corresponding argument in `RobertaForTokenClassification.forward` and have been ignored: tokens, ner_tags, id. If tokens, ner_tags, id are not expected by `RobertaForTokenClassification.forward`, you can safely ignore this message.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
544 |
0%| | 0/852 [00:00<?, ?it/s][A
|
|
|
545 |
1%| | 10/852 [00:00<00:08, 94.22it/s][A
|
|
|
546 |
2%|▏ | 20/852 [00:00<00:09, 84.30it/s][A
|
|
|
547 |
3%|▎ | 29/852 [00:00<00:09, 82.68it/s][A
|
|
|
548 |
4%|▍ | 38/852 [00:00<00:09, 81.67it/s][A
|
|
|
549 |
6%|▌ | 47/852 [00:00<00:09, 82.09it/s][A
|
|
|
550 |
7%|▋ | 56/852 [00:00<00:09, 83.32it/s][A
|
|
|
551 |
8%|▊ | 65/852 [00:00<00:09, 81.98it/s][A
|
|
|
552 |
9%|▊ | 74/852 [00:00<00:09, 80.45it/s][A
|
|
|
553 |
10%|▉ | 83/852 [00:01<00:09, 79.95it/s][A
|
|
|
554 |
11%|█ | 92/852 [00:01<00:09, 80.23it/s][A
|
|
|
555 |
12%|█▏ | 101/852 [00:01<00:09, 79.90it/s][A
|
|
|
556 |
13%|█▎ | 109/852 [00:01<00:09, 79.80it/s][A
|
|
|
557 |
14%|█▍ | 118/852 [00:01<00:09, 80.74it/s][A
|
|
|
558 |
15%|█▍ | 127/852 [00:01<00:09, 76.94it/s][A
|
|
|
559 |
16%|█▌ | 135/852 [00:01<00:09, 77.57it/s][A
|
|
|
560 |
17%|█▋ | 143/852 [00:01<00:09, 77.84it/s][A
|
|
|
561 |
18%|█▊ | 151/852 [00:01<00:09, 77.26it/s][A
|
|
|
562 |
19%|█▉ | 160/852 [00:01<00:08, 79.83it/s][A
|
|
|
563 |
20%|█▉ | 169/852 [00:02<00:08, 80.18it/s][A
|
|
|
564 |
21%|██ | 178/852 [00:02<00:08, 80.61it/s][A
|
|
|
565 |
22%|██▏ | 187/852 [00:02<00:08, 81.27it/s][A
|
|
|
566 |
23%|██▎ | 196/852 [00:02<00:08, 81.22it/s][A
|
|
|
567 |
24%|██▍ | 205/852 [00:02<00:07, 82.14it/s][A
|
|
|
568 |
25%|██▌ | 214/852 [00:02<00:08, 78.56it/s][A
|
|
|
569 |
26%|██▌ | 223/852 [00:02<00:07, 79.93it/s][A
|
|
|
570 |
27%|██▋ | 232/852 [00:02<00:07, 81.20it/s][A
|
|
|
571 |
28%|██▊ | 241/852 [00:03<00:07, 78.11it/s][A
|
|
|
572 |
29%|██▉ | 250/852 [00:03<00:07, 79.54it/s][A
|
|
|
573 |
30%|███ | 259/852 [00:03<00:07, 80.76it/s][A
|
|
|
574 |
31%|███▏ | 268/852 [00:03<00:07, 80.54it/s][A
|
|
|
575 |
33%|███▎ | 277/852 [00:03<00:07, 81.44it/s][A
|
|
|
576 |
34%|███▎ | 286/852 [00:03<00:06, 82.18it/s][A
|
|
|
577 |
35%|███▍ | 295/852 [00:03<00:06, 80.52it/s][A
|
|
|
578 |
36%|███▌ | 304/852 [00:03<00:06, 81.59it/s][A
|
|
|
579 |
37%|███▋ | 313/852 [00:03<00:06, 79.63it/s][A
|
|
|
580 |
38%|███▊ | 322/852 [00:03<00:06, 81.30it/s][A
|
|
|
581 |
39%|███▉ | 331/852 [00:04<00:06, 80.35it/s][A
|
|
|
582 |
40%|███▉ | 340/852 [00:04<00:06, 80.39it/s][A
|
|
|
583 |
41%|████ | 349/852 [00:04<00:06, 80.42it/s][A
|
|
|
584 |
42%|████▏ | 358/852 [00:04<00:06, 78.16it/s][A
|
|
|
585 |
43%|████▎ | 367/852 [00:04<00:06, 78.26it/s][A
|
|
|
586 |
44%|████▍ | 375/852 [00:04<00:06, 78.36it/s][A
|
|
|
587 |
45%|████▍ | 383/852 [00:04<00:06, 77.78it/s][A
|
|
|
588 |
46%|████▌ | 392/852 [00:04<00:05, 79.06it/s][A
|
|
|
589 |
47%|████▋ | 400/852 [00:04<00:05, 78.80it/s][A
|
|
|
590 |
48%|████▊ | 408/852 [00:05<00:05, 76.89it/s][A
|
|
|
591 |
49%|████▉ | 417/852 [00:05<00:05, 78.38it/s][A
|
|
|
592 |
50%|████▉ | 425/852 [00:05<00:05, 77.18it/s][A
|
|
|
593 |
51%|█████ | 434/852 [00:05<00:05, 78.90it/s][A
|
|
|
594 |
52%|█████▏ | 443/852 [00:05<00:05, 79.74it/s][A
|
|
|
595 |
53%|█████▎ | 452/852 [00:05<00:04, 80.60it/s][A
|
|
|
596 |
54%|█████▍ | 461/852 [00:05<00:04, 79.04it/s][A
|
|
|
597 |
55%|█████▌ | 469/852 [00:05<00:04, 78.87it/s][A
|
|
|
598 |
56%|█████▌ | 477/852 [00:05<00:04, 76.18it/s][A
|
|
|
599 |
57%|█████▋ | 485/852 [00:06<00:04, 76.30it/s][A
|
|
|
600 |
58%|█████▊ | 494/852 [00:06<00:04, 78.74it/s][A
|
|
|
601 |
59%|█████▉ | 503/852 [00:06<00:04, 80.84it/s][A
|
|
|
602 |
60%|██████ | 512/852 [00:06<00:04, 81.29it/s][A
|
|
|
603 |
61%|██████ | 521/852 [00:06<00:04, 81.02it/s][A
|
|
|
604 |
62%|██████▏ | 530/852 [00:06<00:04, 80.47it/s][A
|
|
|
605 |
63%|██████▎ | 539/852 [00:06<00:03, 81.51it/s][A
|
|
|
606 |
64%|██████▍ | 548/852 [00:06<00:03, 81.69it/s][A
|
|
|
607 |
65%|██████▌ | 557/852 [00:06<00:03, 78.97it/s][A
|
|
|
608 |
66%|██████▋ | 566/852 [00:07<00:03, 80.53it/s][A
|
|
|
609 |
67%|██████▋ | 575/852 [00:07<00:03, 80.72it/s][A
|
|
|
610 |
69%|██████▊ | 584/852 [00:07<00:03, 78.77it/s][A
|
|
|
611 |
69%|██████▉ | 592/852 [00:07<00:03, 78.82it/s][A
|
|
|
612 |
70%|███████ | 600/852 [00:07<00:03, 78.94it/s][A
|
|
|
613 |
71%|███████▏ | 608/852 [00:07<00:03, 79.16it/s][A
|
|
|
614 |
72%|███████▏ | 616/852 [00:07<00:03, 77.17it/s][A
|
|
|
615 |
73%|███████▎ | 625/852 [00:07<00:02, 78.54it/s][A
|
|
|
616 |
74%|███████▍ | 633/852 [00:07<00:02, 77.76it/s][A
|
|
|
617 |
75%|███████▌ | 641/852 [00:08<00:02, 73.90it/s][A
|
|
|
618 |
76%|███████▋ | 650/852 [00:08<00:02, 75.98it/s][A
|
|
|
619 |
77%|███████▋ | 658/852 [00:08<00:02, 77.10it/s][A
|
|
|
620 |
78%|███████▊ | 666/852 [00:08<00:02, 76.85it/s][A
|
|
|
621 |
79%|███████▉ | 674/852 [00:08<00:02, 76.57it/s][A
|
|
|
622 |
80%|████████ | 682/852 [00:08<00:02, 76.91it/s][A
|
|
|
623 |
81%|████████ | 690/852 [00:08<00:02, 77.56it/s][A
|
|
|
624 |
82%|████████▏ | 699/852 [00:08<00:01, 78.82it/s][A
|
|
|
625 |
83%|████████▎ | 707/852 [00:08<00:01, 78.02it/s][A
|
|
|
626 |
84%|████████▍ | 716/852 [00:09<00:01, 78.90it/s][A
|
|
|
627 |
85%|████████▌ | 725/852 [00:09<00:01, 79.76it/s][A
|
|
|
628 |
86%|████████▌ | 734/852 [00:09<00:01, 81.48it/s][A
|
|
|
629 |
87%|████████▋ | 743/852 [00:09<00:01, 81.95it/s][A
|
|
|
630 |
88%|████████▊ | 752/852 [00:09<00:01, 82.60it/s][A
|
|
|
631 |
89%|████████▉ | 761/852 [00:09<00:01, 83.75it/s][A
|
|
|
632 |
90%|█████████ | 770/852 [00:09<00:00, 82.01it/s][A
|
|
|
633 |
91%|█████████▏| 779/852 [00:09<00:00, 81.56it/s][A
|
|
|
634 |
92%|█████████▏| 788/852 [00:09<00:00, 80.52it/s][A
|
|
|
635 |
94%|█████████▎| 797/852 [00:10<00:00, 80.46it/s][A
|
|
|
636 |
95%|█████████▍| 806/852 [00:10<00:00, 81.77it/s][A
|
|
|
637 |
96%|█████████▌| 815/852 [00:10<00:00, 80.65it/s][A
|
|
|
638 |
97%|█████████▋| 824/852 [00:10<00:00, 81.60it/s][A
|
|
|
639 |
98%|█████████▊| 833/852 [00:10<00:00, 82.33it/s][A
|
|
|
640 |
99%|█████████▉| 842/852 [00:10<00:00, 80.74it/s][A
|
|
|
|
|
|
|
641 |
|
|
|
642 |
|
643 |
10%|█ | 541/5410 [02:30<25:28, 3.18it/s]
|
|
|
|
|
644 |
[A[INFO|trainer.py:3503] 2024-09-06 00:11:39,040 >> Saving model checkpoint to /content/dissertation/scripts/ner/output/checkpoint-541
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
645 |
10%|█ | 542/5410 [02:35<7:54:05, 5.84s/it]
|
646 |
10%|█ | 543/5410 [02:35<5:37:39, 4.16s/it]
|
647 |
10%|█ | 544/5410 [02:35<4:02:49, 2.99s/it]
|
648 |
10%|█ | 545/5410 [02:35<2:55:18, 2.16s/it]
|
649 |
10%|█ | 546/5410 [02:36<2:07:58, 1.58s/it]
|
650 |
10%|█ | 547/5410 [02:36<1:35:06, 1.17s/it]
|
651 |
10%|█ | 548/5410 [02:36<1:12:46, 1.11it/s]
|
652 |
10%|█ | 549/5410 [02:36<55:36, 1.46it/s]
|
653 |
10%|█ | 550/5410 [02:37<46:04, 1.76it/s]
|
654 |
10%|█ | 551/5410 [02:37<37:52, 2.14it/s]
|
655 |
10%|█ | 552/5410 [02:37<37:27, 2.16it/s]
|
656 |
10%|█ | 553/5410 [02:37<30:36, 2.65it/s]
|
657 |
10%|█ | 554/5410 [02:38<28:47, 2.81it/s]
|
658 |
10%|█ | 555/5410 [02:38<25:27, 3.18it/s]
|
659 |
10%|█ | 556/5410 [02:38<23:10, 3.49it/s]
|
660 |
10%|█ | 557/5410 [02:38<23:03, 3.51it/s]
|
661 |
10%|█ | 558/5410 [02:39<24:37, 3.28it/s]
|
662 |
10%|█ | 559/5410 [02:39<22:29, 3.59it/s]
|
663 |
10%|█ | 560/5410 [02:39<20:36, 3.92it/s]
|
664 |
10%|█ | 561/5410 [02:39<19:01, 4.25it/s]
|
665 |
10%|█ | 562/5410 [02:40<18:26, 4.38it/s]
|
666 |
10%|█ | 563/5410 [02:40<17:21, 4.65it/s]
|
667 |
10%|█ | 564/5410 [02:40<18:23, 4.39it/s]
|
668 |
10%|█ | 565/5410 [02:41<30:05, 2.68it/s]
|
669 |
10%|█ | 566/5410 [02:41<25:51, 3.12it/s]
|
670 |
10%|█ | 567/5410 [02:41<24:02, 3.36it/s]
|
671 |
10%|█ | 568/5410 [02:41<21:56, 3.68it/s]
|
672 |
11%|█ | 569/5410 [02:42<20:04, 4.02it/s]
|
673 |
11%|█ | 570/5410 [02:42<20:34, 3.92it/s]
|
674 |
11%|█ | 571/5410 [02:42<19:28, 4.14it/s]
|
675 |
11%|█ | 572/5410 [02:42<21:29, 3.75it/s]
|
676 |
11%|█ | 573/5410 [02:43<21:40, 3.72it/s]
|
677 |
11%|█ | 574/5410 [02:43<21:01, 3.83it/s]
|
678 |
11%|█ | 575/5410 [02:43<20:09, 4.00it/s]
|
679 |
11%|█ | 576/5410 [02:43<20:28, 3.94it/s]
|
680 |
11%|█ | 577/5410 [02:44<19:13, 4.19it/s]
|
681 |
11%|█ | 578/5410 [02:44<20:41, 3.89it/s]
|
682 |
11%|█ | 579/5410 [02:44<19:33, 4.12it/s]
|
683 |
11%|█ | 580/5410 [02:44<20:54, 3.85it/s]
|
684 |
11%|█ | 581/5410 [02:45<21:37, 3.72it/s]
|
685 |
11%|█ | 582/5410 [02:45<20:32, 3.92it/s]
|
686 |
11%|█ | 583/5410 [02:45<20:54, 3.85it/s]
|
687 |
11%|█ | 584/5410 [02:45<19:27, 4.13it/s]
|
688 |
11%|█ | 585/5410 [02:46<20:25, 3.94it/s]
|
689 |
11%|█ | 586/5410 [02:46<22:31, 3.57it/s]
|
690 |
11%|█ | 587/5410 [02:46<19:42, 4.08it/s]
|
691 |
11%|█ | 588/5410 [02:46<19:24, 4.14it/s]
|
692 |
11%|█ | 589/5410 [02:47<20:26, 3.93it/s]
|
693 |
11%|█ | 590/5410 [02:47<22:02, 3.64it/s]
|
694 |
11%|█ | 591/5410 [02:47<20:31, 3.91it/s]
|
695 |
11%|█ | 592/5410 [02:47<20:25, 3.93it/s]
|
696 |
11%|█ | 593/5410 [02:48<20:56, 3.84it/s]
|
697 |
11%|█ | 594/5410 [02:48<19:38, 4.09it/s]
|
698 |
11%|█ | 595/5410 [02:48<25:54, 3.10it/s]
|
699 |
11%|█ | 596/5410 [02:49<23:08, 3.47it/s]
|
700 |
11%|█ | 597/5410 [02:49<23:27, 3.42it/s]
|
701 |
11%|█ | 598/5410 [02:49<21:04, 3.80it/s]
|
702 |
11%|█ | 599/5410 [02:49<18:54, 4.24it/s]
|
703 |
11%|█ | 600/5410 [02:50<18:03, 4.44it/s]
|
704 |
11%|█ | 601/5410 [02:50<18:32, 4.32it/s]
|
705 |
11%|█ | 602/5410 [02:50<19:35, 4.09it/s]
|
706 |
11%|█ | 603/5410 [02:50<18:53, 4.24it/s]
|
707 |
11%|█ | 604/5410 [02:50<17:06, 4.68it/s]
|
708 |
11%|█ | 605/5410 [02:51<18:28, 4.34it/s]
|
709 |
11%|█ | 606/5410 [02:51<18:37, 4.30it/s]
|
710 |
11%|█ | 607/5410 [02:51<18:19, 4.37it/s]
|
711 |
11%|█ | 608/5410 [02:51<19:04, 4.20it/s]
|
712 |
11%|█▏ | 609/5410 [02:52<19:27, 4.11it/s]
|
713 |
11%|█▏ | 610/5410 [02:52<21:04, 3.79it/s]
|
714 |
11%|█▏ | 611/5410 [02:52<19:22, 4.13it/s]
|
715 |
11%|█▏ | 612/5410 [02:53<21:53, 3.65it/s]
|
716 |
11%|█▏ | 613/5410 [02:53<20:27, 3.91it/s]
|
717 |
11%|█▏ | 614/5410 [02:53<18:38, 4.29it/s]
|
718 |
11%|█▏ | 615/5410 [02:53<17:46, 4.50it/s]
|
719 |
11%|█▏ | 616/5410 [02:53<17:53, 4.47it/s]
|
720 |
11%|█▏ | 617/5410 [02:54<18:19, 4.36it/s]
|
721 |
11%|█▏ | 618/5410 [02:54<18:31, 4.31it/s]
|
722 |
11%|█▏ | 619/5410 [02:54<16:54, 4.72it/s]
|
723 |
11%|█▏ | 620/5410 [02:54<16:57, 4.71it/s]
|
724 |
11%|█▏ | 621/5410 [02:54<16:49, 4.74it/s]
|
725 |
11%|█▏ | 622/5410 [02:55<15:59, 4.99it/s]
|
726 |
12%|█▏ | 623/5410 [02:55<16:15, 4.91it/s]
|
727 |
12%|█▏ | 624/5410 [02:55<15:58, 4.99it/s]
|
728 |
12%|█▏ | 625/5410 [02:55<15:26, 5.16it/s]
|
729 |
12%|█▏ | 626/5410 [02:55<16:42, 4.77it/s]
|
730 |
12%|█▏ | 627/5410 [02:56<19:24, 4.11it/s]
|
731 |
12%|█▏ | 628/5410 [02:56<20:09, 3.95it/s]
|
732 |
12%|█▏ | 629/5410 [02:56<20:03, 3.97it/s]
|
733 |
12%|█▏ | 630/5410 [02:57<19:47, 4.02it/s]
|
734 |
12%|█▏ | 631/5410 [02:57<18:45, 4.25it/s]
|
735 |
12%|█▏ | 632/5410 [02:57<19:36, 4.06it/s]
|
736 |
12%|█▏ | 633/5410 [02:57<19:53, 4.00it/s]
|
737 |
12%|█▏ | 634/5410 [02:57<18:21, 4.34it/s]
|
738 |
12%|█▏ | 635/5410 [02:58<17:52, 4.45it/s]
|
739 |
12%|█▏ | 636/5410 [02:58<17:08, 4.64it/s]
|
740 |
12%|█▏ | 637/5410 [02:58<16:18, 4.88it/s]
|
741 |
12%|█▏ | 638/5410 [02:58<16:09, 4.92it/s]
|
742 |
12%|█▏ | 639/5410 [02:58<15:58, 4.98it/s]
|
743 |
12%|█▏ | 640/5410 [02:59<23:17, 3.41it/s]
|
744 |
12%|█▏ | 641/5410 [02:59<23:11, 3.43it/s]
|
745 |
12%|█▏ | 642/5410 [02:59<22:25, 3.54it/s]
|
746 |
12%|█▏ | 643/5410 [03:00<22:22, 3.55it/s]
|
747 |
12%|█▏ | 644/5410 [03:00<21:11, 3.75it/s]
|
748 |
12%|█▏ | 645/5410 [03:00<21:50, 3.64it/s]
|
749 |
12%|█▏ | 646/5410 [03:00<20:21, 3.90it/s]
|
750 |
12%|█▏ | 647/5410 [03:01<20:14, 3.92it/s]
|
751 |
12%|█▏ | 648/5410 [03:01<19:24, 4.09it/s]
|
752 |
12%|█▏ | 649/5410 [03:01<17:56, 4.42it/s]
|
753 |
12%|█▏ | 650/5410 [03:01<17:49, 4.45it/s]
|
754 |
12%|█▏ | 651/5410 [03:02<17:40, 4.49it/s]
|
755 |
12%|█▏ | 652/5410 [03:02<17:13, 4.60it/s]
|
756 |
12%|█▏ | 653/5410 [03:02<19:14, 4.12it/s]
|
757 |
12%|█▏ | 654/5410 [03:02<19:30, 4.06it/s]
|
758 |
12%|█▏ | 655/5410 [03:03<18:31, 4.28it/s]
|
759 |
12%|█▏ | 656/5410 [03:03<18:31, 4.28it/s]
|
760 |
12%|█▏ | 657/5410 [03:03<16:53, 4.69it/s]
|
761 |
12%|█▏ | 658/5410 [03:03<16:36, 4.77it/s]
|
762 |
12%|█▏ | 659/5410 [03:03<15:48, 5.01it/s]
|
763 |
12%|█▏ | 660/5410 [03:04<15:56, 4.97it/s]
|
764 |
12%|█▏ | 661/5410 [03:04<19:09, 4.13it/s]
|
765 |
12%|█▏ | 662/5410 [03:04<20:22, 3.89it/s]
|
766 |
12%|█▏ | 663/5410 [03:04<20:21, 3.89it/s]
|
767 |
12%|█▏ | 664/5410 [03:05<18:44, 4.22it/s]
|
768 |
12%|█▏ | 665/5410 [03:05<18:17, 4.32it/s]
|
769 |
12%|█▏ | 666/5410 [03:05<18:15, 4.33it/s]
|
770 |
12%|█▏ | 667/5410 [03:05<17:32, 4.50it/s]
|
771 |
12%|█▏ | 668/5410 [03:06<20:56, 3.78it/s]
|
772 |
12%|█▏ | 669/5410 [03:06<20:08, 3.92it/s]
|
773 |
12%|█▏ | 670/5410 [03:06<20:21, 3.88it/s]
|
774 |
12%|█▏ | 671/5410 [03:06<18:36, 4.24it/s]
|
775 |
12%|█▏ | 672/5410 [03:07<18:06, 4.36it/s]
|
776 |
12%|█▏ | 673/5410 [03:07<18:48, 4.20it/s]
|
777 |
12%|█▏ | 674/5410 [03:07<17:31, 4.50it/s]
|
778 |
12%|█▏ | 675/5410 [03:07<18:23, 4.29it/s]
|
779 |
12%|█▏ | 676/5410 [03:07<18:22, 4.29it/s]
|
780 |
13%|█▎ | 677/5410 [03:08<18:20, 4.30it/s]
|
781 |
13%|█▎ | 678/5410 [03:08<18:53, 4.17it/s]
|
782 |
13%|█▎ | 679/5410 [03:08<18:52, 4.18it/s]
|
783 |
13%|█▎ | 680/5410 [03:08<19:15, 4.09it/s]
|
784 |
13%|█▎ | 681/5410 [03:09<18:48, 4.19it/s]
|
785 |
13%|█▎ | 682/5410 [03:09<18:21, 4.29it/s]
|
786 |
13%|█▎ | 683/5410 [03:09<17:14, 4.57it/s]
|
787 |
13%|█▎ | 684/5410 [03:09<15:57, 4.93it/s]
|
788 |
13%|█▎ | 685/5410 [03:09<16:44, 4.70it/s]
|
789 |
13%|█▎ | 686/5410 [03:10<19:59, 3.94it/s]
|
790 |
13%|█▎ | 687/5410 [03:10<22:38, 3.48it/s]
|
791 |
13%|█▎ | 688/5410 [03:10<20:49, 3.78it/s]
|
792 |
13%|█▎ | 689/5410 [03:11<23:48, 3.31it/s]
|
793 |
13%|█▎ | 690/5410 [03:11<21:11, 3.71it/s]
|
794 |
13%|█▎ | 691/5410 [03:11<21:53, 3.59it/s]
|
795 |
13%|█▎ | 692/5410 [03:12<21:16, 3.70it/s]
|
796 |
13%|█▎ | 693/5410 [03:12<23:36, 3.33it/s]
|
797 |
13%|█▎ | 694/5410 [03:12<22:56, 3.43it/s]
|
798 |
13%|█▎ | 695/5410 [03:12<21:04, 3.73it/s]
|
799 |
13%|█▎ | 696/5410 [03:13<19:28, 4.03it/s]
|
800 |
13%|█▎ | 697/5410 [03:13<19:35, 4.01it/s]
|
801 |
13%|█▎ | 698/5410 [03:13<22:04, 3.56it/s]
|
802 |
13%|█▎ | 699/5410 [03:13<21:48, 3.60it/s]
|
803 |
13%|█▎ | 700/5410 [03:14<21:12, 3.70it/s]
|
804 |
13%|█▎ | 701/5410 [03:14<19:46, 3.97it/s]
|
805 |
13%|█▎ | 702/5410 [03:14<19:39, 3.99it/s]
|
806 |
13%|█▎ | 703/5410 [03:14<18:43, 4.19it/s]
|
807 |
13%|█▎ | 704/5410 [03:15<18:05, 4.33it/s]
|
808 |
13%|█▎ | 705/5410 [03:15<17:44, 4.42it/s]
|
809 |
13%|█▎ | 706/5410 [03:15<17:09, 4.57it/s]
|
810 |
13%|█▎ | 707/5410 [03:15<17:09, 4.57it/s]
|
811 |
13%|█▎ | 708/5410 [03:16<19:23, 4.04it/s]
|
812 |
13%|█▎ | 709/5410 [03:16<20:11, 3.88it/s]
|
813 |
13%|█▎ | 710/5410 [03:16<19:34, 4.00it/s]
|
814 |
13%|█▎ | 711/5410 [03:16<19:31, 4.01it/s]
|
815 |
13%|█▎ | 712/5410 [03:17<21:13, 3.69it/s]
|
816 |
13%|█▎ | 713/5410 [03:17<19:21, 4.05it/s]
|
|
|
1 |
+
2024-09-06 00:08:37.934804: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
|
2 |
+
2024-09-06 00:08:37.953090: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:485] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
|
3 |
+
2024-09-06 00:08:37.974597: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:8454] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
|
4 |
+
2024-09-06 00:08:37.981013: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
|
5 |
+
2024-09-06 00:08:37.996733: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
|
6 |
+
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
|
7 |
+
2024-09-06 00:08:39.252831: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
|
8 |
+
/usr/local/lib/python3.10/dist-packages/transformers/training_args.py:1525: FutureWarning: `evaluation_strategy` is deprecated and will be removed in version 4.46 of 🤗 Transformers. Use `eval_strategy` instead
|
9 |
+
warnings.warn(
|
10 |
+
09/06/2024 00:08:40 - WARNING - __main__ - Process rank: 0, device: cuda:0, n_gpu: 1distributed training: True, 16-bits training: False
|
11 |
+
09/06/2024 00:08:40 - INFO - __main__ - Training/evaluation parameters TrainingArguments(
|
12 |
+
_n_gpu=1,
|
13 |
+
accelerator_config={'split_batches': False, 'dispatch_batches': None, 'even_batches': True, 'use_seedable_sampler': True, 'non_blocking': False, 'gradient_accumulation_kwargs': None, 'use_configured_state': False},
|
14 |
+
adafactor=False,
|
15 |
+
adam_beta1=0.9,
|
16 |
+
adam_beta2=0.999,
|
17 |
+
adam_epsilon=1e-08,
|
18 |
+
auto_find_batch_size=False,
|
19 |
+
batch_eval_metrics=False,
|
20 |
+
bf16=False,
|
21 |
+
bf16_full_eval=False,
|
22 |
+
data_seed=None,
|
23 |
+
dataloader_drop_last=False,
|
24 |
+
dataloader_num_workers=0,
|
25 |
+
dataloader_persistent_workers=False,
|
26 |
+
dataloader_pin_memory=True,
|
27 |
+
dataloader_prefetch_factor=None,
|
28 |
+
ddp_backend=None,
|
29 |
+
ddp_broadcast_buffers=None,
|
30 |
+
ddp_bucket_cap_mb=None,
|
31 |
+
ddp_find_unused_parameters=None,
|
32 |
+
ddp_timeout=1800,
|
33 |
+
debug=[],
|
34 |
+
deepspeed=None,
|
35 |
+
disable_tqdm=False,
|
36 |
+
dispatch_batches=None,
|
37 |
+
do_eval=True,
|
38 |
+
do_predict=True,
|
39 |
+
do_train=True,
|
40 |
+
eval_accumulation_steps=None,
|
41 |
+
eval_delay=0,
|
42 |
+
eval_do_concat_batches=True,
|
43 |
+
eval_on_start=False,
|
44 |
+
eval_steps=None,
|
45 |
+
eval_strategy=epoch,
|
46 |
+
eval_use_gather_object=False,
|
47 |
+
evaluation_strategy=epoch,
|
48 |
+
fp16=False,
|
49 |
+
fp16_backend=auto,
|
50 |
+
fp16_full_eval=False,
|
51 |
+
fp16_opt_level=O1,
|
52 |
+
fsdp=[],
|
53 |
+
fsdp_config={'min_num_params': 0, 'xla': False, 'xla_fsdp_v2': False, 'xla_fsdp_grad_ckpt': False},
|
54 |
+
fsdp_min_num_params=0,
|
55 |
+
fsdp_transformer_layer_cls_to_wrap=None,
|
56 |
+
full_determinism=False,
|
57 |
+
gradient_accumulation_steps=2,
|
58 |
+
gradient_checkpointing=False,
|
59 |
+
gradient_checkpointing_kwargs=None,
|
60 |
+
greater_is_better=True,
|
61 |
+
group_by_length=False,
|
62 |
+
half_precision_backend=auto,
|
63 |
+
hub_always_push=False,
|
64 |
+
hub_model_id=None,
|
65 |
+
hub_private_repo=False,
|
66 |
+
hub_strategy=every_save,
|
67 |
+
hub_token=<HUB_TOKEN>,
|
68 |
+
ignore_data_skip=False,
|
69 |
+
include_inputs_for_metrics=False,
|
70 |
+
include_num_input_tokens_seen=False,
|
71 |
+
include_tokens_per_second=False,
|
72 |
+
jit_mode_eval=False,
|
73 |
+
label_names=None,
|
74 |
+
label_smoothing_factor=0.0,
|
75 |
+
learning_rate=5e-05,
|
76 |
+
length_column_name=length,
|
77 |
+
load_best_model_at_end=True,
|
78 |
+
local_rank=0,
|
79 |
+
log_level=passive,
|
80 |
+
log_level_replica=warning,
|
81 |
+
log_on_each_node=True,
|
82 |
+
logging_dir=/content/dissertation/scripts/ner/output/tb,
|
83 |
+
logging_first_step=False,
|
84 |
+
logging_nan_inf_filter=True,
|
85 |
+
logging_steps=500,
|
86 |
+
logging_strategy=steps,
|
87 |
+
lr_scheduler_kwargs={},
|
88 |
+
lr_scheduler_type=linear,
|
89 |
+
max_grad_norm=1.0,
|
90 |
+
max_steps=-1,
|
91 |
+
metric_for_best_model=f1,
|
92 |
+
mp_parameters=,
|
93 |
+
neftune_noise_alpha=None,
|
94 |
+
no_cuda=False,
|
95 |
+
num_train_epochs=10.0,
|
96 |
+
optim=adamw_torch,
|
97 |
+
optim_args=None,
|
98 |
+
optim_target_modules=None,
|
99 |
+
output_dir=/content/dissertation/scripts/ner/output,
|
100 |
+
overwrite_output_dir=True,
|
101 |
+
past_index=-1,
|
102 |
+
per_device_eval_batch_size=8,
|
103 |
+
per_device_train_batch_size=32,
|
104 |
+
prediction_loss_only=False,
|
105 |
+
push_to_hub=True,
|
106 |
+
push_to_hub_model_id=None,
|
107 |
+
push_to_hub_organization=None,
|
108 |
+
push_to_hub_token=<PUSH_TO_HUB_TOKEN>,
|
109 |
+
ray_scope=last,
|
110 |
+
remove_unused_columns=True,
|
111 |
+
report_to=['tensorboard'],
|
112 |
+
restore_callback_states_from_checkpoint=False,
|
113 |
+
resume_from_checkpoint=None,
|
114 |
+
run_name=/content/dissertation/scripts/ner/output,
|
115 |
+
save_on_each_node=False,
|
116 |
+
save_only_model=False,
|
117 |
+
save_safetensors=True,
|
118 |
+
save_steps=500,
|
119 |
+
save_strategy=epoch,
|
120 |
+
save_total_limit=None,
|
121 |
+
seed=42,
|
122 |
+
skip_memory_metrics=True,
|
123 |
+
split_batches=None,
|
124 |
+
tf32=None,
|
125 |
+
torch_compile=False,
|
126 |
+
torch_compile_backend=None,
|
127 |
+
torch_compile_mode=None,
|
128 |
+
torch_empty_cache_steps=None,
|
129 |
+
torchdynamo=None,
|
130 |
+
tpu_metrics_debug=False,
|
131 |
+
tpu_num_cores=None,
|
132 |
+
use_cpu=False,
|
133 |
+
use_ipex=False,
|
134 |
+
use_legacy_prediction_loop=False,
|
135 |
+
use_mps_device=False,
|
136 |
+
warmup_ratio=0.0,
|
137 |
+
warmup_steps=0,
|
138 |
+
weight_decay=0.0,
|
139 |
+
)
|
140 |
+
|
141 |
+
|
142 |
+
|
143 |
+
|
144 |
+
|
145 |
+
|
146 |
+
|
147 |
+
[INFO|configuration_utils.py:733] 2024-09-06 00:08:59,880 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/config.json
|
148 |
+
[INFO|configuration_utils.py:800] 2024-09-06 00:08:59,883 >> Model config RobertaConfig {
|
149 |
+
"_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es",
|
150 |
+
"architectures": [
|
151 |
+
"RobertaForMaskedLM"
|
152 |
+
],
|
153 |
+
"attention_probs_dropout_prob": 0.1,
|
154 |
+
"bos_token_id": 0,
|
155 |
+
"classifier_dropout": null,
|
156 |
+
"eos_token_id": 2,
|
157 |
+
"finetuning_task": "ner",
|
158 |
+
"gradient_checkpointing": false,
|
159 |
+
"hidden_act": "gelu",
|
160 |
+
"hidden_dropout_prob": 0.1,
|
161 |
+
"hidden_size": 768,
|
162 |
+
"id2label": {
|
163 |
+
"0": "O",
|
164 |
+
"1": "B-ENFERMEDAD",
|
165 |
+
"2": "I-ENFERMEDAD",
|
166 |
+
"3": "B-PROCEDIMIENTO",
|
167 |
+
"4": "I-PROCEDIMIENTO",
|
168 |
+
"5": "B-SINTOMA",
|
169 |
+
"6": "I-SINTOMA",
|
170 |
+
"7": "B-FARMACO",
|
171 |
+
"8": "I-FARMACO"
|
172 |
+
},
|
173 |
+
"initializer_range": 0.02,
|
174 |
+
"intermediate_size": 3072,
|
175 |
+
"label2id": {
|
176 |
+
"B-ENFERMEDAD": 1,
|
177 |
+
"B-FARMACO": 7,
|
178 |
+
"B-PROCEDIMIENTO": 3,
|
179 |
+
"B-SINTOMA": 5,
|
180 |
+
"I-ENFERMEDAD": 2,
|
181 |
+
"I-FARMACO": 8,
|
182 |
+
"I-PROCEDIMIENTO": 4,
|
183 |
+
"I-SINTOMA": 6,
|
184 |
+
"O": 0
|
185 |
+
},
|
186 |
+
"layer_norm_eps": 1e-05,
|
187 |
+
"max_position_embeddings": 514,
|
188 |
+
"model_type": "roberta",
|
189 |
+
"num_attention_heads": 12,
|
190 |
+
"num_hidden_layers": 12,
|
191 |
+
"pad_token_id": 1,
|
192 |
+
"position_embedding_type": "absolute",
|
193 |
+
"transformers_version": "4.44.2",
|
194 |
+
"type_vocab_size": 1,
|
195 |
+
"use_cache": true,
|
196 |
+
"vocab_size": 50262
|
197 |
+
}
|
198 |
+
|
199 |
+
[INFO|configuration_utils.py:733] 2024-09-06 00:09:00,140 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/config.json
|
200 |
+
[INFO|configuration_utils.py:800] 2024-09-06 00:09:00,140 >> Model config RobertaConfig {
|
201 |
+
"_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es",
|
202 |
+
"architectures": [
|
203 |
+
"RobertaForMaskedLM"
|
204 |
+
],
|
205 |
+
"attention_probs_dropout_prob": 0.1,
|
206 |
+
"bos_token_id": 0,
|
207 |
+
"classifier_dropout": null,
|
208 |
+
"eos_token_id": 2,
|
209 |
+
"gradient_checkpointing": false,
|
210 |
+
"hidden_act": "gelu",
|
211 |
+
"hidden_dropout_prob": 0.1,
|
212 |
+
"hidden_size": 768,
|
213 |
+
"initializer_range": 0.02,
|
214 |
+
"intermediate_size": 3072,
|
215 |
+
"layer_norm_eps": 1e-05,
|
216 |
+
"max_position_embeddings": 514,
|
217 |
+
"model_type": "roberta",
|
218 |
+
"num_attention_heads": 12,
|
219 |
+
"num_hidden_layers": 12,
|
220 |
+
"pad_token_id": 1,
|
221 |
+
"position_embedding_type": "absolute",
|
222 |
+
"transformers_version": "4.44.2",
|
223 |
+
"type_vocab_size": 1,
|
224 |
+
"use_cache": true,
|
225 |
+
"vocab_size": 50262
|
226 |
+
}
|
227 |
+
|
228 |
+
[INFO|tokenization_utils_base.py:2269] 2024-09-06 00:09:00,153 >> loading file vocab.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/vocab.json
|
229 |
+
[INFO|tokenization_utils_base.py:2269] 2024-09-06 00:09:00,153 >> loading file merges.txt from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/merges.txt
|
230 |
+
[INFO|tokenization_utils_base.py:2269] 2024-09-06 00:09:00,153 >> loading file tokenizer.json from cache at None
|
231 |
+
[INFO|tokenization_utils_base.py:2269] 2024-09-06 00:09:00,153 >> loading file added_tokens.json from cache at None
|
232 |
+
[INFO|tokenization_utils_base.py:2269] 2024-09-06 00:09:00,153 >> loading file special_tokens_map.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/special_tokens_map.json
|
233 |
+
[INFO|tokenization_utils_base.py:2269] 2024-09-06 00:09:00,153 >> loading file tokenizer_config.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/tokenizer_config.json
|
234 |
+
[INFO|configuration_utils.py:733] 2024-09-06 00:09:00,153 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/config.json
|
235 |
+
[INFO|configuration_utils.py:800] 2024-09-06 00:09:00,154 >> Model config RobertaConfig {
|
236 |
+
"_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es",
|
237 |
+
"architectures": [
|
238 |
+
"RobertaForMaskedLM"
|
239 |
+
],
|
240 |
+
"attention_probs_dropout_prob": 0.1,
|
241 |
+
"bos_token_id": 0,
|
242 |
+
"classifier_dropout": null,
|
243 |
+
"eos_token_id": 2,
|
244 |
+
"gradient_checkpointing": false,
|
245 |
+
"hidden_act": "gelu",
|
246 |
+
"hidden_dropout_prob": 0.1,
|
247 |
+
"hidden_size": 768,
|
248 |
+
"initializer_range": 0.02,
|
249 |
+
"intermediate_size": 3072,
|
250 |
+
"layer_norm_eps": 1e-05,
|
251 |
+
"max_position_embeddings": 514,
|
252 |
+
"model_type": "roberta",
|
253 |
+
"num_attention_heads": 12,
|
254 |
+
"num_hidden_layers": 12,
|
255 |
+
"pad_token_id": 1,
|
256 |
+
"position_embedding_type": "absolute",
|
257 |
+
"transformers_version": "4.44.2",
|
258 |
+
"type_vocab_size": 1,
|
259 |
+
"use_cache": true,
|
260 |
+
"vocab_size": 50262
|
261 |
+
}
|
262 |
+
|
263 |
+
/usr/local/lib/python3.10/dist-packages/transformers/tokenization_utils_base.py:1601: FutureWarning: `clean_up_tokenization_spaces` was not set. It will be set to `True` by default. This behavior will be depracted in transformers v4.45, and will be then set to `False` by default. For more details check this issue: https://github.com/huggingface/transformers/issues/31884
|
264 |
+
warnings.warn(
|
265 |
+
[INFO|configuration_utils.py:733] 2024-09-06 00:09:00,236 >> loading configuration file config.json from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/config.json
|
266 |
+
[INFO|configuration_utils.py:800] 2024-09-06 00:09:00,238 >> Model config RobertaConfig {
|
267 |
+
"_name_or_path": "PlanTL-GOB-ES/bsc-bio-ehr-es",
|
268 |
+
"architectures": [
|
269 |
+
"RobertaForMaskedLM"
|
270 |
+
],
|
271 |
+
"attention_probs_dropout_prob": 0.1,
|
272 |
+
"bos_token_id": 0,
|
273 |
+
"classifier_dropout": null,
|
274 |
+
"eos_token_id": 2,
|
275 |
+
"gradient_checkpointing": false,
|
276 |
+
"hidden_act": "gelu",
|
277 |
+
"hidden_dropout_prob": 0.1,
|
278 |
+
"hidden_size": 768,
|
279 |
+
"initializer_range": 0.02,
|
280 |
+
"intermediate_size": 3072,
|
281 |
+
"layer_norm_eps": 1e-05,
|
282 |
+
"max_position_embeddings": 514,
|
283 |
+
"model_type": "roberta",
|
284 |
+
"num_attention_heads": 12,
|
285 |
+
"num_hidden_layers": 12,
|
286 |
+
"pad_token_id": 1,
|
287 |
+
"position_embedding_type": "absolute",
|
288 |
+
"transformers_version": "4.44.2",
|
289 |
+
"type_vocab_size": 1,
|
290 |
+
"use_cache": true,
|
291 |
+
"vocab_size": 50262
|
292 |
+
}
|
293 |
+
|
294 |
+
[INFO|modeling_utils.py:3678] 2024-09-06 00:09:00,573 >> loading weights file pytorch_model.bin from cache at /root/.cache/huggingface/hub/models--PlanTL-GOB-ES--bsc-bio-ehr-es/snapshots/1e543adb2d21f19d85a89305eebdbd64ab656b99/pytorch_model.bin
|
295 |
+
[INFO|modeling_utils.py:4497] 2024-09-06 00:09:00,651 >> Some weights of the model checkpoint at PlanTL-GOB-ES/bsc-bio-ehr-es were not used when initializing RobertaForTokenClassification: ['lm_head.bias', 'lm_head.decoder.bias', 'lm_head.decoder.weight', 'lm_head.dense.bias', 'lm_head.dense.weight', 'lm_head.layer_norm.bias', 'lm_head.layer_norm.weight']
|
296 |
+
- This IS expected if you are initializing RobertaForTokenClassification from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
|
297 |
+
- This IS NOT expected if you are initializing RobertaForTokenClassification from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
|
298 |
+
[WARNING|modeling_utils.py:4509] 2024-09-06 00:09:00,651 >> Some weights of RobertaForTokenClassification were not initialized from the model checkpoint at PlanTL-GOB-ES/bsc-bio-ehr-es and are newly initialized: ['classifier.bias', 'classifier.weight']
|
299 |
+
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
|
300 |
+
|
301 |
+
|
302 |
+
|
303 |
+
/content/dissertation/scripts/ner/run_ner_train.py:397: FutureWarning: load_metric is deprecated and will be removed in the next major version of datasets. Use 'evaluate.load' instead, from the new library 🤗 Evaluate: https://huggingface.co/docs/evaluate
|
304 |
+
metric = load_metric("seqeval", trust_remote_code=True)
|
305 |
+
[INFO|trainer.py:811] 2024-09-06 00:09:07,817 >> The following columns in the training set don't have a corresponding argument in `RobertaForTokenClassification.forward` and have been ignored: tokens, ner_tags, id. If tokens, ner_tags, id are not expected by `RobertaForTokenClassification.forward`, you can safely ignore this message.
|
306 |
+
[INFO|trainer.py:2134] 2024-09-06 00:09:08,371 >> ***** Running training *****
|
307 |
+
[INFO|trainer.py:2135] 2024-09-06 00:09:08,371 >> Num examples = 34,604
|
308 |
+
[INFO|trainer.py:2136] 2024-09-06 00:09:08,371 >> Num Epochs = 10
|
309 |
+
[INFO|trainer.py:2137] 2024-09-06 00:09:08,371 >> Instantaneous batch size per device = 32
|
310 |
+
[INFO|trainer.py:2140] 2024-09-06 00:09:08,371 >> Total train batch size (w. parallel, distributed & accumulation) = 64
|
311 |
+
[INFO|trainer.py:2141] 2024-09-06 00:09:08,371 >> Gradient Accumulation steps = 2
|
312 |
+
[INFO|trainer.py:2142] 2024-09-06 00:09:08,371 >> Total optimization steps = 5,410
|
313 |
+
[INFO|trainer.py:2143] 2024-09-06 00:09:08,372 >> Number of trainable parameters = 124,059,657
|
314 |
+
|
315 |
0%| | 0/5410 [00:00<?, ?it/s]
|
316 |
0%| | 1/5410 [00:01<1:40:31, 1.12s/it]
|
317 |
0%| | 2/5410 [00:01<58:59, 1.53it/s]
|
318 |
0%| | 3/5410 [00:01<43:24, 2.08it/s]
|
319 |
0%| | 4/5410 [00:01<34:13, 2.63it/s]
|
320 |
0%| | 5/5410 [00:02<29:11, 3.09it/s]
|
321 |
0%| | 6/5410 [00:02<25:31, 3.53it/s]
|
322 |
0%| | 7/5410 [00:02<23:30, 3.83it/s]
|
323 |
0%| | 8/5410 [00:02<25:15, 3.57it/s]
|
324 |
0%| | 9/5410 [00:03<22:25, 4.02it/s]
|
325 |
0%| | 10/5410 [00:03<21:21, 4.22it/s]
|
326 |
0%| | 11/5410 [00:03<20:43, 4.34it/s]
|
327 |
0%| | 12/5410 [00:03<19:48, 4.54it/s]
|
328 |
0%| | 13/5410 [00:03<20:51, 4.31it/s]
|
329 |
0%| | 14/5410 [00:04<22:33, 3.99it/s]
|
330 |
0%| | 15/5410 [00:04<22:51, 3.93it/s]
|
331 |
0%| | 16/5410 [00:04<22:45, 3.95it/s]
|
332 |
0%| | 17/5410 [00:04<21:37, 4.16it/s]
|
333 |
0%| | 18/5410 [00:05<21:15, 4.23it/s]
|
334 |
0%| | 19/5410 [00:05<21:17, 4.22it/s]
|
335 |
0%| | 20/5410 [00:05<22:33, 3.98it/s]
|
336 |
0%| | 21/5410 [00:05<21:27, 4.19it/s]
|
337 |
0%| | 22/5410 [00:06<19:54, 4.51it/s]
|
338 |
0%| | 23/5410 [00:06<21:05, 4.26it/s]
|
339 |
0%| | 24/5410 [00:06<22:13, 4.04it/s]
|
340 |
0%| | 25/5410 [00:06<22:20, 4.02it/s]
|
341 |
0%| | 26/5410 [00:07<22:12, 4.04it/s]
|
342 |
0%| | 27/5410 [00:07<22:20, 4.02it/s]
|
343 |
1%| | 28/5410 [00:07<27:25, 3.27it/s]
|
344 |
1%| | 29/5410 [00:08<28:15, 3.17it/s]
|
345 |
1%| | 30/5410 [00:08<29:25, 3.05it/s]
|
346 |
1%| | 31/5410 [00:08<28:51, 3.11it/s]
|
347 |
1%| | 32/5410 [00:09<26:54, 3.33it/s]
|
348 |
1%| | 33/5410 [00:09<29:44, 3.01it/s]
|
349 |
1%| | 34/5410 [00:09<26:00, 3.45it/s]
|
350 |
1%| | 35/5410 [00:09<24:56, 3.59it/s]
|
351 |
1%| | 36/5410 [00:10<22:37, 3.96it/s]
|
352 |
1%| | 37/5410 [00:10<23:34, 3.80it/s]
|
353 |
1%| | 38/5410 [00:10<21:40, 4.13it/s]
|
354 |
1%| | 39/5410 [00:10<23:12, 3.86it/s]
|
355 |
1%| | 40/5410 [00:11<23:32, 3.80it/s]
|
356 |
1%| | 41/5410 [00:11<22:26, 3.99it/s]
|
357 |
1%| | 42/5410 [00:11<22:45, 3.93it/s]
|
358 |
1%| | 43/5410 [00:11<23:43, 3.77it/s]
|
359 |
1%| | 44/5410 [00:12<22:05, 4.05it/s]
|
360 |
1%| | 45/5410 [00:12<20:37, 4.34it/s]
|
361 |
1%| | 46/5410 [00:12<20:31, 4.36it/s]
|
362 |
1%| | 47/5410 [00:13<25:28, 3.51it/s]
|
363 |
1%| | 48/5410 [00:13<25:50, 3.46it/s]
|
364 |
1%| | 49/5410 [00:13<23:45, 3.76it/s]
|
365 |
1%| | 50/5410 [00:13<22:52, 3.91it/s]
|
366 |
1%| | 51/5410 [00:14<24:47, 3.60it/s]
|
367 |
1%| | 52/5410 [00:14<23:28, 3.80it/s]
|
368 |
1%| | 53/5410 [00:14<23:00, 3.88it/s]
|
369 |
1%| | 54/5410 [00:14<24:12, 3.69it/s]
|
370 |
1%| | 55/5410 [00:15<23:36, 3.78it/s]
|
371 |
1%| | 56/5410 [00:15<21:37, 4.13it/s]
|
372 |
1%| | 57/5410 [00:15<21:49, 4.09it/s]
|
373 |
1%| | 58/5410 [00:15<20:27, 4.36it/s]
|
374 |
1%| | 59/5410 [00:16<21:47, 4.09it/s]
|
375 |
1%| | 60/5410 [00:16<20:40, 4.31it/s]
|
376 |
1%| | 61/5410 [00:16<21:26, 4.16it/s]
|
377 |
1%| | 62/5410 [00:16<20:04, 4.44it/s]
|
378 |
1%| | 63/5410 [00:16<20:16, 4.40it/s]
|
379 |
1%| | 64/5410 [00:17<22:58, 3.88it/s]
|
380 |
1%| | 65/5410 [00:17<27:23, 3.25it/s]
|
381 |
1%| | 66/5410 [00:17<27:00, 3.30it/s]
|
382 |
1%| | 67/5410 [00:18<25:55, 3.43it/s]
|
383 |
1%|▏ | 68/5410 [00:18<23:46, 3.74it/s]
|
384 |
1%|▏ | 69/5410 [00:18<22:40, 3.93it/s]
|
385 |
1%|▏ | 70/5410 [00:18<21:51, 4.07it/s]
|
386 |
1%|▏ | 71/5410 [00:19<33:07, 2.69it/s]
|
387 |
1%|▏ | 72/5410 [00:19<28:19, 3.14it/s]
|
388 |
1%|▏ | 73/5410 [00:20<28:30, 3.12it/s]
|
389 |
1%|▏ | 74/5410 [00:20<26:17, 3.38it/s]
|
390 |
1%|▏ | 75/5410 [00:20<23:47, 3.74it/s]
|
391 |
1%|▏ | 76/5410 [00:20<21:30, 4.13it/s]
|
392 |
1%|▏ | 77/5410 [00:20<23:01, 3.86it/s]
|
393 |
1%|▏ | 78/5410 [00:21<21:45, 4.08it/s]
|
394 |
1%|▏ | 79/5410 [00:21<22:11, 4.00it/s]
|
395 |
1%|▏ | 80/5410 [00:21<23:38, 3.76it/s]
|
396 |
1%|▏ | 81/5410 [00:21<22:22, 3.97it/s]
|
397 |
2%|▏ | 82/5410 [00:22<21:28, 4.14it/s]
|
398 |
2%|▏ | 83/5410 [00:22<21:06, 4.21it/s]
|
399 |
2%|▏ | 84/5410 [00:22<22:05, 4.02it/s]
|
400 |
2%|▏ | 85/5410 [00:23<23:22, 3.80it/s]
|
401 |
2%|▏ | 86/5410 [00:23<20:59, 4.23it/s]
|
402 |
2%|▏ | 87/5410 [00:23<19:42, 4.50it/s]
|
403 |
2%|▏ | 88/5410 [00:23<21:51, 4.06it/s]
|
404 |
2%|▏ | 89/5410 [00:23<20:32, 4.32it/s]
|
405 |
2%|▏ | 90/5410 [00:24<20:06, 4.41it/s]
|
406 |
2%|▏ | 91/5410 [00:24<24:33, 3.61it/s]
|
407 |
2%|▏ | 92/5410 [00:24<22:44, 3.90it/s]
|
408 |
2%|▏ | 93/5410 [00:24<21:26, 4.13it/s]
|
409 |
2%|▏ | 94/5410 [00:25<22:10, 4.00it/s]
|
410 |
2%|▏ | 95/5410 [00:25<21:57, 4.03it/s]
|
411 |
2%|▏ | 96/5410 [00:25<21:22, 4.14it/s]
|
412 |
2%|▏ | 97/5410 [00:25<21:05, 4.20it/s]
|
413 |
2%|▏ | 98/5410 [00:26<20:12, 4.38it/s]
|
414 |
2%|▏ | 99/5410 [00:26<22:49, 3.88it/s]
|
415 |
2%|▏ | 100/5410 [00:26<23:27, 3.77it/s]
|
416 |
2%|▏ | 101/5410 [00:26<22:45, 3.89it/s]
|
417 |
2%|▏ | 102/5410 [00:27<20:54, 4.23it/s]
|
418 |
2%|▏ | 103/5410 [00:27<19:02, 4.65it/s]
|
419 |
2%|▏ | 104/5410 [00:27<17:33, 5.04it/s]
|
420 |
2%|▏ | 105/5410 [00:27<16:34, 5.33it/s]
|
421 |
2%|▏ | 106/5410 [00:27<18:00, 4.91it/s]
|
422 |
2%|▏ | 107/5410 [00:28<18:40, 4.73it/s]
|
423 |
2%|▏ | 108/5410 [00:28<20:57, 4.22it/s]
|
424 |
2%|▏ | 109/5410 [00:28<19:29, 4.53it/s]
|
425 |
2%|▏ | 110/5410 [00:28<22:31, 3.92it/s]
|
426 |
2%|▏ | 111/5410 [00:29<22:22, 3.95it/s]
|
427 |
2%|▏ | 112/5410 [00:29<20:19, 4.34it/s]
|
428 |
2%|▏ | 113/5410 [00:29<22:55, 3.85it/s]
|
429 |
2%|▏ | 114/5410 [00:29<21:57, 4.02it/s]
|
430 |
2%|▏ | 115/5410 [00:30<21:22, 4.13it/s]
|
431 |
2%|▏ | 116/5410 [00:30<28:02, 3.15it/s]
|
432 |
2%|▏ | 117/5410 [00:30<25:04, 3.52it/s]
|
433 |
2%|▏ | 118/5410 [00:31<23:46, 3.71it/s]
|
434 |
2%|▏ | 119/5410 [00:31<22:11, 3.97it/s]
|
435 |
2%|▏ | 120/5410 [00:31<21:54, 4.02it/s]
|
436 |
2%|▏ | 121/5410 [00:31<20:23, 4.32it/s]
|
437 |
2%|▏ | 122/5410 [00:32<23:15, 3.79it/s]
|
438 |
2%|▏ | 123/5410 [00:32<21:18, 4.13it/s]
|
439 |
2%|▏ | 124/5410 [00:32<21:21, 4.13it/s]
|
440 |
2%|▏ | 125/5410 [00:32<21:33, 4.08it/s]
|
441 |
2%|▏ | 126/5410 [00:32<20:09, 4.37it/s]
|
442 |
2%|▏ | 127/5410 [00:33<20:09, 4.37it/s]
|
443 |
2%|▏ | 128/5410 [00:33<24:00, 3.67it/s]
|
444 |
2%|▏ | 129/5410 [00:33<23:09, 3.80it/s]
|
445 |
2%|▏ | 130/5410 [00:33<21:16, 4.14it/s]
|
446 |
2%|▏ | 131/5410 [00:34<20:26, 4.31it/s]
|
447 |
2%|▏ | 132/5410 [00:34<23:28, 3.75it/s]
|
448 |
2%|▏ | 133/5410 [00:34<21:11, 4.15it/s]
|
449 |
2%|▏ | 134/5410 [00:34<20:25, 4.31it/s]
|
450 |
2%|▏ | 135/5410 [00:35<19:41, 4.46it/s]
|
451 |
3%|▎ | 136/5410 [00:35<26:01, 3.38it/s]
|
452 |
3%|▎ | 137/5410 [00:35<26:07, 3.36it/s]
|
453 |
3%|▎ | 138/5410 [00:36<23:27, 3.75it/s]
|
454 |
3%|▎ | 139/5410 [00:36<24:01, 3.66it/s]
|
455 |
3%|▎ | 140/5410 [00:36<23:02, 3.81it/s]
|
456 |
3%|▎ | 141/5410 [00:36<20:31, 4.28it/s]
|
457 |
3%|▎ | 142/5410 [00:36<20:58, 4.19it/s]
|
458 |
3%|▎ | 143/5410 [00:37<21:31, 4.08it/s]
|
459 |
3%|▎ | 144/5410 [00:37<21:51, 4.02it/s]
|
460 |
3%|▎ | 145/5410 [00:37<20:44, 4.23it/s]
|
461 |
3%|▎ | 146/5410 [00:37<20:40, 4.24it/s]
|
462 |
3%|▎ | 147/5410 [00:38<19:45, 4.44it/s]
|
463 |
3%|▎ | 148/5410 [00:38<19:53, 4.41it/s]
|
464 |
3%|▎ | 149/5410 [00:38<21:47, 4.02it/s]
|
465 |
3%|▎ | 150/5410 [00:38<20:19, 4.31it/s]
|
466 |
3%|▎ | 151/5410 [00:39<19:15, 4.55it/s]
|
467 |
3%|▎ | 152/5410 [00:39<19:58, 4.39it/s]
|
468 |
3%|▎ | 153/5410 [00:39<20:11, 4.34it/s]
|
469 |
3%|▎ | 154/5410 [00:39<20:53, 4.19it/s]
|
470 |
3%|▎ | 155/5410 [00:40<20:22, 4.30it/s]
|
471 |
3%|▎ | 156/5410 [00:40<21:26, 4.08it/s]
|
472 |
3%|▎ | 157/5410 [00:40<21:19, 4.10it/s]
|
473 |
3%|▎ | 158/5410 [00:40<21:22, 4.10it/s]
|
474 |
3%|▎ | 159/5410 [00:40<20:22, 4.29it/s]
|
475 |
3%|▎ | 160/5410 [00:41<20:28, 4.27it/s]
|
476 |
3%|▎ | 161/5410 [00:41<20:38, 4.24it/s]
|
477 |
3%|▎ | 162/5410 [00:41<21:29, 4.07it/s]
|
478 |
3%|▎ | 163/5410 [00:41<21:16, 4.11it/s]
|
479 |
3%|▎ | 164/5410 [00:42<25:12, 3.47it/s]
|
480 |
3%|▎ | 165/5410 [00:42<23:45, 3.68it/s]
|
481 |
3%|▎ | 166/5410 [00:42<21:04, 4.15it/s]
|
482 |
3%|▎ | 167/5410 [00:42<20:29, 4.26it/s]
|
483 |
3%|▎ | 168/5410 [00:43<21:13, 4.12it/s]
|
484 |
3%|▎ | 169/5410 [00:43<20:22, 4.29it/s]
|
485 |
3%|▎ | 170/5410 [00:43<18:20, 4.76it/s]
|
486 |
3%|▎ | 171/5410 [00:43<20:23, 4.28it/s]
|
487 |
3%|▎ | 172/5410 [00:44<20:23, 4.28it/s]
|
488 |
3%|▎ | 173/5410 [00:44<24:14, 3.60it/s]
|
489 |
3%|▎ | 174/5410 [00:44<24:04, 3.63it/s]
|
490 |
3%|▎ | 175/5410 [00:45<26:36, 3.28it/s]
|
491 |
3%|▎ | 176/5410 [00:45<24:13, 3.60it/s]
|
492 |
3%|▎ | 177/5410 [00:45<23:54, 3.65it/s]
|
493 |
3%|▎ | 178/5410 [00:45<24:15, 3.59it/s]
|
494 |
3%|▎ | 179/5410 [00:46<23:26, 3.72it/s]
|
495 |
3%|▎ | 180/5410 [00:46<21:59, 3.96it/s]
|
496 |
3%|▎ | 181/5410 [00:46<20:21, 4.28it/s]
|
497 |
3%|▎ | 182/5410 [00:46<19:25, 4.48it/s]
|
498 |
3%|▎ | 183/5410 [00:46<18:48, 4.63it/s]
|
499 |
3%|▎ | 184/5410 [00:47<20:39, 4.22it/s]
|
500 |
3%|▎ | 185/5410 [00:47<21:26, 4.06it/s]
|
501 |
3%|▎ | 186/5410 [00:47<20:39, 4.22it/s]
|
502 |
3%|▎ | 187/5410 [00:48<21:25, 4.06it/s]
|
503 |
3%|▎ | 188/5410 [00:48<20:00, 4.35it/s]
|
504 |
3%|▎ | 189/5410 [00:48<19:15, 4.52it/s]
|
505 |
4%|▎ | 190/5410 [00:48<18:03, 4.82it/s]
|
506 |
4%|▎ | 191/5410 [00:48<19:03, 4.56it/s]
|
507 |
4%|▎ | 192/5410 [00:49<22:49, 3.81it/s]
|
508 |
4%|▎ | 193/5410 [00:49<21:59, 3.95it/s]
|
509 |
4%|▎ | 194/5410 [00:49<21:51, 3.98it/s]
|
510 |
4%|▎ | 195/5410 [00:49<21:56, 3.96it/s]
|
511 |
4%|▎ | 196/5410 [00:50<21:15, 4.09it/s]
|
512 |
4%|▎ | 197/5410 [00:50<25:23, 3.42it/s]
|
513 |
4%|▎ | 198/5410 [00:50<25:06, 3.46it/s]
|
514 |
4%|▎ | 199/5410 [00:51<24:18, 3.57it/s]
|
515 |
4%|▎ | 200/5410 [00:51<25:39, 3.38it/s]
|
516 |
4%|▎ | 201/5410 [00:51<24:03, 3.61it/s]
|
517 |
4%|▎ | 202/5410 [00:52<33:15, 2.61it/s]
|
518 |
4%|▍ | 203/5410 [00:52<29:17, 2.96it/s]
|
519 |
4%|▍ | 204/5410 [00:52<27:28, 3.16it/s]
|
520 |
4%|▍ | 205/5410 [00:52<24:16, 3.57it/s]
|
521 |
4%|▍ | 206/5410 [00:53<21:32, 4.03it/s]
|
522 |
4%|▍ | 207/5410 [00:53<20:50, 4.16it/s]
|
523 |
4%|▍ | 208/5410 [00:53<20:18, 4.27it/s]
|
524 |
4%|▍ | 209/5410 [00:53<19:47, 4.38it/s]
|
525 |
4%|▍ | 210/5410 [00:54<20:15, 4.28it/s]
|
526 |
4%|▍ | 211/5410 [00:54<21:13, 4.08it/s]
|
527 |
4%|▍ | 212/5410 [00:54<20:20, 4.26it/s]
|
528 |
4%|▍ | 213/5410 [00:54<19:38, 4.41it/s]
|
529 |
4%|▍ | 214/5410 [00:54<18:28, 4.69it/s]
|
530 |
4%|▍ | 215/5410 [00:55<19:12, 4.51it/s]
|
531 |
4%|▍ | 216/5410 [00:55<18:21, 4.72it/s]
|
532 |
4%|▍ | 217/5410 [00:55<17:43, 4.88it/s]
|
533 |
4%|▍ | 218/5410 [00:55<18:01, 4.80it/s]
|
534 |
4%|▍ | 219/5410 [00:56<25:27, 3.40it/s]
|
535 |
4%|▍ | 220/5410 [00:56<24:12, 3.57it/s]
|
536 |
4%|▍ | 221/5410 [00:56<21:48, 3.97it/s]
|
537 |
4%|▍ | 222/5410 [00:56<20:57, 4.13it/s]
|
538 |
4%|▍ | 223/5410 [00:57<19:16, 4.48it/s]
|
539 |
4%|▍ | 224/5410 [00:57<18:11, 4.75it/s]
|
540 |
4%|▍ | 225/5410 [00:57<18:08, 4.76it/s]
|
541 |
4%|▍ | 226/5410 [00:57<18:19, 4.72it/s]
|
542 |
4%|▍ | 227/5410 [00:57<18:07, 4.77it/s]
|
543 |
4%|▍ | 228/5410 [00:58<19:53, 4.34it/s]
|
544 |
4%|▍ | 229/5410 [00:58<20:59, 4.11it/s]
|
545 |
4%|▍ | 230/5410 [00:58<20:43, 4.17it/s]
|
546 |
4%|▍ | 231/5410 [00:58<19:19, 4.47it/s]
|
547 |
4%|▍ | 232/5410 [00:59<20:24, 4.23it/s]
|
548 |
4%|▍ | 233/5410 [00:59<19:32, 4.41it/s]
|
549 |
4%|▍ | 234/5410 [00:59<20:52, 4.13it/s]
|
550 |
4%|▍ | 235/5410 [00:59<19:19, 4.46it/s]
|
551 |
4%|▍ | 236/5410 [01:00<20:38, 4.18it/s]
|
552 |
4%|▍ | 237/5410 [01:00<20:05, 4.29it/s]
|
553 |
4%|▍ | 238/5410 [01:00<21:14, 4.06it/s]
|
554 |
4%|▍ | 239/5410 [01:00<20:24, 4.22it/s]
|
555 |
4%|▍ | 240/5410 [01:01<20:00, 4.31it/s]
|
556 |
4%|▍ | 241/5410 [01:01<32:09, 2.68it/s]
|
557 |
4%|▍ | 242/5410 [01:02<30:23, 2.83it/s]
|
558 |
4%|▍ | 243/5410 [01:02<30:24, 2.83it/s]
|
559 |
5%|▍ | 244/5410 [01:02<27:11, 3.17it/s]
|
560 |
5%|▍ | 245/5410 [01:02<25:58, 3.31it/s]
|
561 |
5%|▍ | 246/5410 [01:03<25:30, 3.37it/s]
|
562 |
5%|▍ | 247/5410 [01:03<26:02, 3.31it/s]
|
563 |
5%|▍ | 248/5410 [01:03<27:39, 3.11it/s]
|
564 |
5%|▍ | 249/5410 [01:04<24:09, 3.56it/s]
|
565 |
5%|▍ | 250/5410 [01:04<21:10, 4.06it/s]
|
566 |
5%|▍ | 251/5410 [01:04<21:25, 4.01it/s]
|
567 |
5%|▍ | 252/5410 [01:04<20:45, 4.14it/s]
|
568 |
5%|▍ | 253/5410 [01:04<21:34, 3.98it/s]
|
569 |
5%|▍ | 254/5410 [01:05<20:53, 4.11it/s]
|
570 |
5%|▍ | 255/5410 [01:05<20:27, 4.20it/s]
|
571 |
5%|▍ | 256/5410 [01:05<20:24, 4.21it/s]
|
572 |
5%|▍ | 257/5410 [01:05<20:09, 4.26it/s]
|
573 |
5%|▍ | 258/5410 [01:06<19:00, 4.52it/s]
|
574 |
5%|▍ | 259/5410 [01:06<18:36, 4.61it/s]
|
575 |
5%|▍ | 260/5410 [01:06<20:09, 4.26it/s]
|
576 |
5%|▍ | 261/5410 [01:06<22:16, 3.85it/s]
|
577 |
5%|▍ | 262/5410 [01:07<21:29, 3.99it/s]
|
578 |
5%|▍ | 263/5410 [01:07<22:15, 3.86it/s]
|
579 |
5%|▍ | 264/5410 [01:07<22:15, 3.85it/s]
|
580 |
5%|▍ | 265/5410 [01:07<22:25, 3.82it/s]
|
581 |
5%|▍ | 266/5410 [01:08<21:33, 3.98it/s]
|
582 |
5%|▍ | 267/5410 [01:08<20:28, 4.19it/s]
|
583 |
5%|▍ | 268/5410 [01:08<20:06, 4.26it/s]
|
584 |
5%|▍ | 269/5410 [01:08<22:14, 3.85it/s]
|
585 |
5%|▍ | 270/5410 [01:09<21:09, 4.05it/s]
|
586 |
5%|▌ | 271/5410 [01:09<19:16, 4.44it/s]
|
587 |
5%|▌ | 272/5410 [01:09<22:35, 3.79it/s]
|
588 |
5%|▌ | 273/5410 [01:09<20:40, 4.14it/s]
|
589 |
5%|▌ | 274/5410 [01:09<19:25, 4.41it/s]
|
590 |
5%|▌ | 275/5410 [01:10<18:52, 4.54it/s]
|
591 |
5%|▌ | 276/5410 [01:10<18:20, 4.66it/s]
|
592 |
5%|▌ | 277/5410 [01:10<17:55, 4.77it/s]
|
593 |
5%|▌ | 278/5410 [01:10<19:54, 4.30it/s]
|
594 |
5%|▌ | 279/5410 [01:11<19:16, 4.44it/s]
|
595 |
5%|▌ | 280/5410 [01:11<21:40, 3.95it/s]
|
596 |
5%|▌ | 281/5410 [01:11<21:06, 4.05it/s]
|
597 |
5%|▌ | 282/5410 [01:12<24:46, 3.45it/s]
|
598 |
5%|▌ | 283/5410 [01:12<23:25, 3.65it/s]
|
599 |
5%|▌ | 284/5410 [01:12<21:42, 3.94it/s]
|
600 |
5%|▌ | 285/5410 [01:12<22:28, 3.80it/s]
|
601 |
5%|▌ | 286/5410 [01:12<20:07, 4.24it/s]
|
602 |
5%|▌ | 287/5410 [01:13<21:38, 3.95it/s]
|
603 |
5%|▌ | 288/5410 [01:13<21:41, 3.93it/s]
|
604 |
5%|▌ | 289/5410 [01:13<21:05, 4.05it/s]
|
605 |
5%|▌ | 290/5410 [01:13<21:43, 3.93it/s]
|
606 |
5%|▌ | 291/5410 [01:14<21:16, 4.01it/s]
|
607 |
5%|▌ | 292/5410 [01:14<22:53, 3.73it/s]
|
608 |
5%|▌ | 293/5410 [01:14<23:09, 3.68it/s]
|
609 |
5%|▌ | 294/5410 [01:15<22:52, 3.73it/s]
|
610 |
5%|▌ | 295/5410 [01:15<22:31, 3.78it/s]
|
611 |
5%|▌ | 296/5410 [01:15<21:38, 3.94it/s]
|
612 |
5%|▌ | 297/5410 [01:15<20:29, 4.16it/s]
|
613 |
6%|▌ | 298/5410 [01:15<19:46, 4.31it/s]
|
614 |
6%|▌ | 299/5410 [01:16<18:59, 4.49it/s]
|
615 |
6%|▌ | 300/5410 [01:16<19:43, 4.32it/s]
|
616 |
6%|▌ | 301/5410 [01:16<18:43, 4.55it/s]
|
617 |
6%|▌ | 302/5410 [01:16<18:59, 4.48it/s]
|
618 |
6%|▌ | 303/5410 [01:17<18:09, 4.69it/s]
|
619 |
6%|▌ | 304/5410 [01:17<20:55, 4.07it/s]
|
620 |
6%|▌ | 305/5410 [01:17<20:44, 4.10it/s]
|
621 |
6%|▌ | 306/5410 [01:17<23:57, 3.55it/s]
|
622 |
6%|▌ | 307/5410 [01:18<26:56, 3.16it/s]
|
623 |
6%|▌ | 308/5410 [01:18<24:56, 3.41it/s]
|
624 |
6%|▌ | 309/5410 [01:18<23:01, 3.69it/s]
|
625 |
6%|▌ | 310/5410 [01:19<24:04, 3.53it/s]
|
626 |
6%|▌ | 311/5410 [01:19<21:55, 3.88it/s]
|
627 |
6%|▌ | 312/5410 [01:19<21:11, 4.01it/s]
|
628 |
6%|▌ | 313/5410 [01:19<19:58, 4.25it/s]
|
629 |
6%|▌ | 314/5410 [01:20<20:12, 4.20it/s]
|
630 |
6%|▌ | 315/5410 [01:20<24:21, 3.49it/s]
|
631 |
6%|▌ | 316/5410 [01:20<22:59, 3.69it/s]
|
632 |
6%|▌ | 317/5410 [01:20<20:56, 4.05it/s]
|
633 |
6%|▌ | 318/5410 [01:21<20:36, 4.12it/s]
|
634 |
6%|▌ | 319/5410 [01:21<20:12, 4.20it/s]
|
635 |
6%|▌ | 320/5410 [01:21<19:45, 4.29it/s]
|
636 |
6%|▌ | 321/5410 [01:21<19:08, 4.43it/s]
|
637 |
6%|▌ | 322/5410 [01:21<19:37, 4.32it/s]
|
638 |
6%|▌ | 323/5410 [01:22<20:25, 4.15it/s]
|
639 |
6%|▌ | 324/5410 [01:22<20:05, 4.22it/s]
|
640 |
6%|▌ | 325/5410 [01:22<18:12, 4.66it/s]
|
641 |
6%|▌ | 326/5410 [01:22<18:52, 4.49it/s]
|
642 |
6%|▌ | 327/5410 [01:23<19:50, 4.27it/s]
|
643 |
6%|▌ | 328/5410 [01:23<18:32, 4.57it/s]
|
644 |
6%|▌ | 329/5410 [01:23<18:52, 4.49it/s]
|
645 |
6%|▌ | 330/5410 [01:23<18:56, 4.47it/s]
|
646 |
6%|▌ | 331/5410 [01:24<20:49, 4.07it/s]
|
647 |
6%|▌ | 332/5410 [01:24<20:11, 4.19it/s]
|
648 |
6%|▌ | 333/5410 [01:24<20:41, 4.09it/s]
|
649 |
6%|▌ | 334/5410 [01:24<20:59, 4.03it/s]
|
650 |
6%|▌ | 335/5410 [01:25<21:19, 3.97it/s]
|
651 |
6%|▌ | 336/5410 [01:25<20:56, 4.04it/s]
|
652 |
6%|▌ | 337/5410 [01:25<21:43, 3.89it/s]
|
653 |
6%|▌ | 338/5410 [01:25<24:03, 3.51it/s]
|
654 |
6%|▋ | 339/5410 [01:26<24:53, 3.39it/s]
|
655 |
6%|▋ | 340/5410 [01:26<24:13, 3.49it/s]
|
656 |
6%|▋ | 341/5410 [01:26<23:02, 3.67it/s]
|
657 |
6%|▋ | 342/5410 [01:27<23:50, 3.54it/s]
|
658 |
6%|▋ | 343/5410 [01:27<26:01, 3.24it/s]
|
659 |
6%|▋ | 344/5410 [01:27<22:43, 3.72it/s]
|
660 |
6%|▋ | 345/5410 [01:27<24:18, 3.47it/s]
|
661 |
6%|▋ | 346/5410 [01:28<23:45, 3.55it/s]
|
662 |
6%|▋ | 347/5410 [01:28<21:22, 3.95it/s]
|
663 |
6%|▋ | 348/5410 [01:28<20:16, 4.16it/s]
|
664 |
6%|▋ | 349/5410 [01:28<21:42, 3.88it/s]
|
665 |
6%|▋ | 350/5410 [01:29<20:03, 4.20it/s]
|
666 |
6%|▋ | 351/5410 [01:29<22:11, 3.80it/s]
|
667 |
7%|▋ | 352/5410 [01:29<21:50, 3.86it/s]
|
668 |
7%|▋ | 353/5410 [01:29<20:18, 4.15it/s]
|
669 |
7%|▋ | 354/5410 [01:30<20:35, 4.09it/s]
|
670 |
7%|▋ | 355/5410 [01:30<22:38, 3.72it/s]
|
671 |
7%|▋ | 356/5410 [01:30<24:41, 3.41it/s]
|
672 |
7%|▋ | 357/5410 [01:31<23:58, 3.51it/s]
|
673 |
7%|▋ | 358/5410 [01:31<25:43, 3.27it/s]
|
674 |
7%|▋ | 359/5410 [01:31<24:02, 3.50it/s]
|
675 |
7%|▋ | 360/5410 [01:31<23:11, 3.63it/s]
|
676 |
7%|▋ | 361/5410 [01:32<22:19, 3.77it/s]
|
677 |
7%|▋ | 362/5410 [01:32<23:53, 3.52it/s]
|
678 |
7%|▋ | 363/5410 [01:32<22:17, 3.77it/s]
|
679 |
7%|▋ | 364/5410 [01:32<21:41, 3.88it/s]
|
680 |
7%|▋ | 365/5410 [01:33<21:30, 3.91it/s]
|
681 |
7%|▋ | 366/5410 [01:33<19:34, 4.29it/s]
|
682 |
7%|▋ | 367/5410 [01:33<19:13, 4.37it/s]
|
683 |
7%|▋ | 368/5410 [01:33<19:50, 4.23it/s]
|
684 |
7%|▋ | 369/5410 [01:34<18:53, 4.45it/s]
|
685 |
7%|▋ | 370/5410 [01:34<18:06, 4.64it/s]
|
686 |
7%|▋ | 371/5410 [01:34<20:18, 4.14it/s]
|
687 |
7%|▋ | 372/5410 [01:34<18:59, 4.42it/s]
|
688 |
7%|▋ | 373/5410 [01:34<17:29, 4.80it/s]
|
689 |
7%|▋ | 374/5410 [01:35<16:23, 5.12it/s]
|
690 |
7%|▋ | 375/5410 [01:35<22:14, 3.77it/s]
|
691 |
7%|▋ | 376/5410 [01:35<22:14, 3.77it/s]
|
692 |
7%|▋ | 377/5410 [01:36<22:01, 3.81it/s]
|
693 |
7%|▋ | 378/5410 [01:36<21:05, 3.98it/s]
|
694 |
7%|▋ | 379/5410 [01:36<21:24, 3.92it/s]
|
695 |
7%|▋ | 380/5410 [01:36<24:42, 3.39it/s]
|
696 |
7%|▋ | 381/5410 [01:37<22:33, 3.72it/s]
|
697 |
7%|▋ | 382/5410 [01:37<25:11, 3.33it/s]
|
698 |
7%|▋ | 383/5410 [01:37<23:03, 3.63it/s]
|
699 |
7%|▋ | 384/5410 [01:37<23:26, 3.57it/s]
|
700 |
7%|▋ | 385/5410 [01:38<21:39, 3.87it/s]
|
701 |
7%|▋ | 386/5410 [01:38<21:21, 3.92it/s]
|
702 |
7%|▋ | 387/5410 [01:38<19:38, 4.26it/s]
|
703 |
7%|▋ | 388/5410 [01:38<18:59, 4.41it/s]
|
704 |
7%|▋ | 389/5410 [01:39<17:55, 4.67it/s]
|
705 |
7%|▋ | 390/5410 [01:39<21:16, 3.93it/s]
|
706 |
7%|▋ | 391/5410 [01:39<21:05, 3.97it/s]
|
707 |
7%|▋ | 392/5410 [01:39<22:07, 3.78it/s]
|
708 |
7%|▋ | 393/5410 [01:40<21:48, 3.83it/s]
|
709 |
7%|▋ | 394/5410 [01:40<19:48, 4.22it/s]
|
710 |
7%|▋ | 395/5410 [01:40<18:36, 4.49it/s]
|
711 |
7%|▋ | 396/5410 [01:40<18:17, 4.57it/s]
|
712 |
7%|▋ | 397/5410 [01:40<17:26, 4.79it/s]
|
713 |
7%|▋ | 398/5410 [01:41<18:24, 4.54it/s]
|
714 |
7%|▋ | 399/5410 [01:41<21:28, 3.89it/s]
|
715 |
7%|▋ | 400/5410 [01:41<20:26, 4.09it/s]
|
716 |
7%|▋ | 401/5410 [01:42<22:30, 3.71it/s]
|
717 |
7%|▋ | 402/5410 [01:42<20:05, 4.15it/s]
|
718 |
7%|▋ | 403/5410 [01:42<19:20, 4.32it/s]
|
719 |
7%|▋ | 404/5410 [01:42<23:50, 3.50it/s]
|
720 |
7%|▋ | 405/5410 [01:43<22:24, 3.72it/s]
|
721 |
8%|▊ | 406/5410 [01:43<21:34, 3.87it/s]
|
722 |
8%|▊ | 407/5410 [01:43<26:44, 3.12it/s]
|
723 |
8%|▊ | 408/5410 [01:43<24:04, 3.46it/s]
|
724 |
8%|▊ | 409/5410 [01:44<29:51, 2.79it/s]
|
725 |
8%|▊ | 410/5410 [01:44<27:08, 3.07it/s]
|
726 |
8%|▊ | 411/5410 [01:44<24:27, 3.41it/s]
|
727 |
8%|▊ | 412/5410 [01:45<21:55, 3.80it/s]
|
728 |
8%|▊ | 413/5410 [01:45<22:05, 3.77it/s]
|
729 |
8%|▊ | 414/5410 [01:45<22:19, 3.73it/s]
|
730 |
8%|▊ | 415/5410 [01:45<21:01, 3.96it/s]
|
731 |
8%|▊ | 416/5410 [01:46<20:28, 4.07it/s]
|
732 |
8%|▊ | 417/5410 [01:46<21:59, 3.78it/s]
|
733 |
8%|▊ | 418/5410 [01:46<21:16, 3.91it/s]
|
734 |
8%|▊ | 419/5410 [01:46<20:46, 4.00it/s]
|
735 |
8%|▊ | 420/5410 [01:47<20:30, 4.05it/s]
|
736 |
8%|▊ | 421/5410 [01:47<22:46, 3.65it/s]
|
737 |
8%|▊ | 422/5410 [01:47<19:57, 4.17it/s]
|
738 |
8%|▊ | 423/5410 [01:47<18:42, 4.44it/s]
|
739 |
8%|▊ | 424/5410 [01:48<17:53, 4.65it/s]
|
740 |
8%|▊ | 425/5410 [01:48<17:43, 4.69it/s]
|
741 |
8%|▊ | 426/5410 [01:48<18:12, 4.56it/s]
|
742 |
8%|▊ | 427/5410 [01:48<17:29, 4.75it/s]
|
743 |
8%|▊ | 428/5410 [01:48<18:22, 4.52it/s]
|
744 |
8%|▊ | 429/5410 [01:49<21:50, 3.80it/s]
|
745 |
8%|▊ | 430/5410 [01:49<23:28, 3.54it/s]
|
746 |
8%|▊ | 431/5410 [01:49<23:45, 3.49it/s]
|
747 |
8%|▊ | 432/5410 [01:50<21:21, 3.89it/s]
|
748 |
8%|▊ | 433/5410 [01:50<22:22, 3.71it/s]
|
749 |
8%|▊ | 434/5410 [01:50<20:57, 3.96it/s]
|
750 |
8%|▊ | 435/5410 [01:50<20:26, 4.06it/s]
|
751 |
8%|▊ | 436/5410 [01:51<20:08, 4.12it/s]
|
752 |
8%|▊ | 437/5410 [01:51<18:59, 4.37it/s]
|
753 |
8%|▊ | 438/5410 [01:51<20:03, 4.13it/s]
|
754 |
8%|▊ | 439/5410 [01:51<20:14, 4.09it/s]
|
755 |
8%|▊ | 440/5410 [01:52<26:54, 3.08it/s]
|
756 |
8%|▊ | 441/5410 [01:52<24:06, 3.44it/s]
|
757 |
8%|▊ | 442/5410 [01:52<23:37, 3.50it/s]
|
758 |
8%|▊ | 443/5410 [01:52<21:10, 3.91it/s]
|
759 |
8%|▊ | 444/5410 [01:53<20:28, 4.04it/s]
|
760 |
8%|▊ | 445/5410 [01:53<20:39, 4.01it/s]
|
761 |
8%|▊ | 446/5410 [01:53<18:55, 4.37it/s]
|
762 |
8%|▊ | 447/5410 [01:53<18:48, 4.40it/s]
|
763 |
8%|▊ | 448/5410 [01:54<17:53, 4.62it/s]
|
764 |
8%|▊ | 449/5410 [01:54<18:59, 4.35it/s]
|
765 |
8%|▊ | 450/5410 [01:54<17:45, 4.66it/s]
|
766 |
8%|▊ | 451/5410 [01:54<18:05, 4.57it/s]
|
767 |
8%|▊ | 452/5410 [01:54<18:26, 4.48it/s]
|
768 |
8%|▊ | 453/5410 [01:55<18:09, 4.55it/s]
|
769 |
8%|▊ | 454/5410 [01:55<19:59, 4.13it/s]
|
770 |
8%|▊ | 455/5410 [01:55<18:57, 4.36it/s]
|
771 |
8%|▊ | 456/5410 [01:55<19:55, 4.14it/s]
|
772 |
8%|▊ | 457/5410 [01:56<19:56, 4.14it/s]
|
773 |
8%|▊ | 458/5410 [01:56<20:43, 3.98it/s]
|
774 |
8%|▊ | 459/5410 [01:56<20:32, 4.02it/s]
|
775 |
9%|▊ | 460/5410 [01:56<19:30, 4.23it/s]
|
776 |
9%|▊ | 461/5410 [01:57<20:35, 4.01it/s]
|
777 |
9%|▊ | 462/5410 [01:57<19:14, 4.29it/s]
|
778 |
9%|▊ | 463/5410 [01:57<20:20, 4.05it/s]
|
779 |
9%|▊ | 464/5410 [01:57<20:06, 4.10it/s]
|
780 |
9%|▊ | 465/5410 [01:58<18:18, 4.50it/s]
|
781 |
9%|▊ | 466/5410 [01:58<19:26, 4.24it/s]
|
782 |
9%|▊ | 467/5410 [01:58<19:22, 4.25it/s]
|
783 |
9%|▊ | 468/5410 [01:58<18:21, 4.49it/s]
|
784 |
9%|▊ | 469/5410 [01:59<19:02, 4.32it/s]
|
785 |
9%|▊ | 470/5410 [01:59<18:01, 4.57it/s]
|
786 |
9%|▊ | 471/5410 [01:59<18:19, 4.49it/s]
|
787 |
9%|▊ | 472/5410 [01:59<18:22, 4.48it/s]
|
788 |
9%|▊ | 473/5410 [01:59<19:14, 4.28it/s]
|
789 |
9%|▉ | 474/5410 [02:00<17:52, 4.60it/s]
|
790 |
9%|▉ | 475/5410 [02:00<17:45, 4.63it/s]
|
791 |
9%|▉ | 476/5410 [02:00<16:43, 4.92it/s]
|
792 |
9%|▉ | 477/5410 [02:00<15:59, 5.14it/s]
|
793 |
9%|▉ | 478/5410 [02:00<17:10, 4.78it/s]
|
794 |
9%|▉ | 479/5410 [02:01<21:36, 3.80it/s]
|
795 |
9%|▉ | 480/5410 [02:01<19:27, 4.22it/s]
|
796 |
9%|▉ | 481/5410 [02:01<18:47, 4.37it/s]
|
797 |
9%|▉ | 482/5410 [02:01<20:52, 3.93it/s]
|
798 |
9%|▉ | 483/5410 [02:02<19:55, 4.12it/s]
|
799 |
9%|▉ | 484/5410 [02:02<20:17, 4.05it/s]
|
800 |
9%|▉ | 485/5410 [02:02<22:35, 3.63it/s]
|
801 |
9%|▉ | 486/5410 [02:03<20:42, 3.96it/s]
|
802 |
9%|▉ | 487/5410 [02:03<18:48, 4.36it/s]
|
803 |
9%|▉ | 488/5410 [02:03<17:18, 4.74it/s]
|
804 |
9%|▉ | 489/5410 [02:03<18:11, 4.51it/s]
|
805 |
9%|▉ | 490/5410 [02:03<17:36, 4.66it/s]
|
806 |
9%|▉ | 491/5410 [02:03<17:10, 4.77it/s]
|
807 |
9%|▉ | 492/5410 [02:04<17:35, 4.66it/s]
|
808 |
9%|▉ | 493/5410 [02:04<19:26, 4.22it/s]
|
809 |
9%|▉ | 494/5410 [02:04<18:42, 4.38it/s]
|
810 |
9%|▉ | 495/5410 [02:05<21:45, 3.76it/s]
|
811 |
9%|▉ | 496/5410 [02:05<22:22, 3.66it/s]
|
812 |
9%|▉ | 497/5410 [02:05<20:36, 3.97it/s]
|
813 |
9%|▉ | 498/5410 [02:05<21:18, 3.84it/s]
|
814 |
9%|▉ | 499/5410 [02:06<19:06, 4.28it/s]
|
815 |
9%|▉ | 500/5410 [02:06<18:29, 4.43it/s]
|
816 |
|
817 |
9%|▉ | 500/5410 [02:06<18:29, 4.43it/s]
|
818 |
9%|▉ | 501/5410 [02:06<18:43, 4.37it/s]
|
819 |
9%|▉ | 502/5410 [02:06<18:29, 4.42it/s]
|
820 |
9%|▉ | 503/5410 [02:06<17:26, 4.69it/s]
|
821 |
9%|▉ | 504/5410 [02:07<17:33, 4.66it/s]
|
822 |
9%|▉ | 505/5410 [02:07<17:53, 4.57it/s]
|
823 |
9%|▉ | 506/5410 [02:07<18:29, 4.42it/s]
|
824 |
9%|▉ | 507/5410 [02:07<18:50, 4.34it/s]
|
825 |
9%|▉ | 508/5410 [02:07<17:35, 4.64it/s]
|
826 |
9%|▉ | 509/5410 [02:08<16:20, 5.00it/s]
|
827 |
9%|▉ | 510/5410 [02:08<17:54, 4.56it/s]
|
828 |
9%|▉ | 511/5410 [02:08<18:53, 4.32it/s]
|
829 |
9%|▉ | 512/5410 [02:08<20:06, 4.06it/s]
|
830 |
9%|▉ | 513/5410 [02:09<18:22, 4.44it/s]
|
831 |
10%|▉ | 514/5410 [02:09<19:14, 4.24it/s]
|
832 |
10%|▉ | 515/5410 [02:09<19:57, 4.09it/s]
|
833 |
10%|▉ | 516/5410 [02:09<21:51, 3.73it/s]
|
834 |
10%|▉ | 517/5410 [02:10<21:01, 3.88it/s]
|
835 |
10%|▉ | 518/5410 [02:10<19:54, 4.10it/s]
|
836 |
10%|▉ | 519/5410 [02:10<19:24, 4.20it/s]
|
837 |
10%|▉ | 520/5410 [02:10<21:01, 3.88it/s]
|
838 |
10%|▉ | 521/5410 [02:11<23:02, 3.54it/s]
|
839 |
10%|▉ | 522/5410 [02:11<21:22, 3.81it/s]
|
840 |
10%|▉ | 523/5410 [02:11<21:17, 3.83it/s]
|
841 |
10%|▉ | 524/5410 [02:11<20:15, 4.02it/s]
|
842 |
10%|▉ | 525/5410 [02:12<19:22, 4.20it/s]
|
843 |
10%|▉ | 526/5410 [02:12<19:22, 4.20it/s]
|
844 |
10%|▉ | 527/5410 [02:12<19:21, 4.21it/s]
|
845 |
10%|▉ | 528/5410 [02:12<18:40, 4.36it/s]
|
846 |
10%|▉ | 529/5410 [02:13<19:47, 4.11it/s]
|
847 |
10%|▉ | 530/5410 [02:13<18:33, 4.38it/s]
|
848 |
10%|▉ | 531/5410 [02:13<19:05, 4.26it/s]
|
849 |
10%|▉ | 532/5410 [02:13<18:18, 4.44it/s]
|
850 |
10%|▉ | 533/5410 [02:14<19:46, 4.11it/s]
|
851 |
10%|▉ | 534/5410 [02:14<19:08, 4.25it/s]
|
852 |
10%|▉ | 535/5410 [02:14<17:33, 4.63it/s]
|
853 |
10%|▉ | 536/5410 [02:14<20:17, 4.00it/s]
|
854 |
10%|▉ | 537/5410 [02:15<19:11, 4.23it/s]
|
855 |
10%|▉ | 538/5410 [02:15<19:15, 4.22it/s]
|
856 |
10%|▉ | 539/5410 [02:15<19:19, 4.20it/s]
|
857 |
10%|▉ | 540/5410 [02:16<32:00, 2.54it/s]
|
858 |
10%|█ | 541/5410 [02:16<25:28, 3.18it/s][INFO|trainer.py:811] 2024-09-06 00:11:24,745 >> The following columns in the evaluation set don't have a corresponding argument in `RobertaForTokenClassification.forward` and have been ignored: tokens, ner_tags, id. If tokens, ner_tags, id are not expected by `RobertaForTokenClassification.forward`, you can safely ignore this message.
|
859 |
+
[INFO|trainer.py:3819] 2024-09-06 00:11:24,747 >>
|
860 |
+
***** Running Evaluation *****
|
861 |
+
[INFO|trainer.py:3821] 2024-09-06 00:11:24,747 >> Num examples = 6810
|
862 |
+
[INFO|trainer.py:3824] 2024-09-06 00:11:24,747 >> Batch size = 8
|
863 |
+
{'loss': 0.3191, 'grad_norm': 1.4528056383132935, 'learning_rate': 4.537892791127542e-05, 'epoch': 0.92}
|
864 |
+
|
865 |
+
|
866 |
0%| | 0/852 [00:00<?, ?it/s][A
|
867 |
+
|
868 |
1%| | 10/852 [00:00<00:08, 94.22it/s][A
|
869 |
+
|
870 |
2%|▏ | 20/852 [00:00<00:09, 84.30it/s][A
|
871 |
+
|
872 |
3%|▎ | 29/852 [00:00<00:09, 82.68it/s][A
|
873 |
+
|
874 |
4%|▍ | 38/852 [00:00<00:09, 81.67it/s][A
|
875 |
+
|
876 |
6%|▌ | 47/852 [00:00<00:09, 82.09it/s][A
|
877 |
+
|
878 |
7%|▋ | 56/852 [00:00<00:09, 83.32it/s][A
|
879 |
+
|
880 |
8%|▊ | 65/852 [00:00<00:09, 81.98it/s][A
|
881 |
+
|
882 |
9%|▊ | 74/852 [00:00<00:09, 80.45it/s][A
|
883 |
+
|
884 |
10%|▉ | 83/852 [00:01<00:09, 79.95it/s][A
|
885 |
+
|
886 |
11%|█ | 92/852 [00:01<00:09, 80.23it/s][A
|
887 |
+
|
888 |
12%|█▏ | 101/852 [00:01<00:09, 79.90it/s][A
|
889 |
+
|
890 |
13%|█▎ | 109/852 [00:01<00:09, 79.80it/s][A
|
891 |
+
|
892 |
14%|█▍ | 118/852 [00:01<00:09, 80.74it/s][A
|
893 |
+
|
894 |
15%|█▍ | 127/852 [00:01<00:09, 76.94it/s][A
|
895 |
+
|
896 |
16%|█▌ | 135/852 [00:01<00:09, 77.57it/s][A
|
897 |
+
|
898 |
17%|█▋ | 143/852 [00:01<00:09, 77.84it/s][A
|
899 |
+
|
900 |
18%|█▊ | 151/852 [00:01<00:09, 77.26it/s][A
|
901 |
+
|
902 |
19%|█▉ | 160/852 [00:01<00:08, 79.83it/s][A
|
903 |
+
|
904 |
20%|█▉ | 169/852 [00:02<00:08, 80.18it/s][A
|
905 |
+
|
906 |
21%|██ | 178/852 [00:02<00:08, 80.61it/s][A
|
907 |
+
|
908 |
22%|██▏ | 187/852 [00:02<00:08, 81.27it/s][A
|
909 |
+
|
910 |
23%|██▎ | 196/852 [00:02<00:08, 81.22it/s][A
|
911 |
+
|
912 |
24%|██▍ | 205/852 [00:02<00:07, 82.14it/s][A
|
913 |
+
|
914 |
25%|██▌ | 214/852 [00:02<00:08, 78.56it/s][A
|
915 |
+
|
916 |
26%|██▌ | 223/852 [00:02<00:07, 79.93it/s][A
|
917 |
+
|
918 |
27%|██▋ | 232/852 [00:02<00:07, 81.20it/s][A
|
919 |
+
|
920 |
28%|██▊ | 241/852 [00:03<00:07, 78.11it/s][A
|
921 |
+
|
922 |
29%|██▉ | 250/852 [00:03<00:07, 79.54it/s][A
|
923 |
+
|
924 |
30%|███ | 259/852 [00:03<00:07, 80.76it/s][A
|
925 |
+
|
926 |
31%|███▏ | 268/852 [00:03<00:07, 80.54it/s][A
|
927 |
+
|
928 |
33%|███▎ | 277/852 [00:03<00:07, 81.44it/s][A
|
929 |
+
|
930 |
34%|███▎ | 286/852 [00:03<00:06, 82.18it/s][A
|
931 |
+
|
932 |
35%|███▍ | 295/852 [00:03<00:06, 80.52it/s][A
|
933 |
+
|
934 |
36%|███▌ | 304/852 [00:03<00:06, 81.59it/s][A
|
935 |
+
|
936 |
37%|███▋ | 313/852 [00:03<00:06, 79.63it/s][A
|
937 |
+
|
938 |
38%|███▊ | 322/852 [00:03<00:06, 81.30it/s][A
|
939 |
+
|
940 |
39%|███▉ | 331/852 [00:04<00:06, 80.35it/s][A
|
941 |
+
|
942 |
40%|███▉ | 340/852 [00:04<00:06, 80.39it/s][A
|
943 |
+
|
944 |
41%|████ | 349/852 [00:04<00:06, 80.42it/s][A
|
945 |
+
|
946 |
42%|████▏ | 358/852 [00:04<00:06, 78.16it/s][A
|
947 |
+
|
948 |
43%|████▎ | 367/852 [00:04<00:06, 78.26it/s][A
|
949 |
+
|
950 |
44%|████▍ | 375/852 [00:04<00:06, 78.36it/s][A
|
951 |
+
|
952 |
45%|████▍ | 383/852 [00:04<00:06, 77.78it/s][A
|
953 |
+
|
954 |
46%|████▌ | 392/852 [00:04<00:05, 79.06it/s][A
|
955 |
+
|
956 |
47%|████▋ | 400/852 [00:04<00:05, 78.80it/s][A
|
957 |
+
|
958 |
48%|████▊ | 408/852 [00:05<00:05, 76.89it/s][A
|
959 |
+
|
960 |
49%|████▉ | 417/852 [00:05<00:05, 78.38it/s][A
|
961 |
+
|
962 |
50%|████▉ | 425/852 [00:05<00:05, 77.18it/s][A
|
963 |
+
|
964 |
51%|█████ | 434/852 [00:05<00:05, 78.90it/s][A
|
965 |
+
|
966 |
52%|█████▏ | 443/852 [00:05<00:05, 79.74it/s][A
|
967 |
+
|
968 |
53%|█████▎ | 452/852 [00:05<00:04, 80.60it/s][A
|
969 |
+
|
970 |
54%|█████▍ | 461/852 [00:05<00:04, 79.04it/s][A
|
971 |
+
|
972 |
55%|█████▌ | 469/852 [00:05<00:04, 78.87it/s][A
|
973 |
+
|
974 |
56%|█████▌ | 477/852 [00:05<00:04, 76.18it/s][A
|
975 |
+
|
976 |
57%|█████▋ | 485/852 [00:06<00:04, 76.30it/s][A
|
977 |
+
|
978 |
58%|█████▊ | 494/852 [00:06<00:04, 78.74it/s][A
|
979 |
+
|
980 |
59%|█████▉ | 503/852 [00:06<00:04, 80.84it/s][A
|
981 |
+
|
982 |
60%|██████ | 512/852 [00:06<00:04, 81.29it/s][A
|
983 |
+
|
984 |
61%|██████ | 521/852 [00:06<00:04, 81.02it/s][A
|
985 |
+
|
986 |
62%|██████▏ | 530/852 [00:06<00:04, 80.47it/s][A
|
987 |
+
|
988 |
63%|██████▎ | 539/852 [00:06<00:03, 81.51it/s][A
|
989 |
+
|
990 |
64%|██████▍ | 548/852 [00:06<00:03, 81.69it/s][A
|
991 |
+
|
992 |
65%|██████▌ | 557/852 [00:06<00:03, 78.97it/s][A
|
993 |
+
|
994 |
66%|██████▋ | 566/852 [00:07<00:03, 80.53it/s][A
|
995 |
+
|
996 |
67%|██████▋ | 575/852 [00:07<00:03, 80.72it/s][A
|
997 |
+
|
998 |
69%|██████▊ | 584/852 [00:07<00:03, 78.77it/s][A
|
999 |
+
|
1000 |
69%|██████▉ | 592/852 [00:07<00:03, 78.82it/s][A
|
1001 |
+
|
1002 |
70%|███████ | 600/852 [00:07<00:03, 78.94it/s][A
|
1003 |
+
|
1004 |
71%|███████▏ | 608/852 [00:07<00:03, 79.16it/s][A
|
1005 |
+
|
1006 |
72%|███████▏ | 616/852 [00:07<00:03, 77.17it/s][A
|
1007 |
+
|
1008 |
73%|███████▎ | 625/852 [00:07<00:02, 78.54it/s][A
|
1009 |
+
|
1010 |
74%|███████▍ | 633/852 [00:07<00:02, 77.76it/s][A
|
1011 |
+
|
1012 |
75%|███████▌ | 641/852 [00:08<00:02, 73.90it/s][A
|
1013 |
+
|
1014 |
76%|███████▋ | 650/852 [00:08<00:02, 75.98it/s][A
|
1015 |
+
|
1016 |
77%|███████▋ | 658/852 [00:08<00:02, 77.10it/s][A
|
1017 |
+
|
1018 |
78%|███████▊ | 666/852 [00:08<00:02, 76.85it/s][A
|
1019 |
+
|
1020 |
79%|███████▉ | 674/852 [00:08<00:02, 76.57it/s][A
|
1021 |
+
|
1022 |
80%|████████ | 682/852 [00:08<00:02, 76.91it/s][A
|
1023 |
+
|
1024 |
81%|████████ | 690/852 [00:08<00:02, 77.56it/s][A
|
1025 |
+
|
1026 |
82%|████████▏ | 699/852 [00:08<00:01, 78.82it/s][A
|
1027 |
+
|
1028 |
83%|████████▎ | 707/852 [00:08<00:01, 78.02it/s][A
|
1029 |
+
|
1030 |
84%|████████▍ | 716/852 [00:09<00:01, 78.90it/s][A
|
1031 |
+
|
1032 |
85%|████████▌ | 725/852 [00:09<00:01, 79.76it/s][A
|
1033 |
+
|
1034 |
86%|████████▌ | 734/852 [00:09<00:01, 81.48it/s][A
|
1035 |
+
|
1036 |
87%|████████▋ | 743/852 [00:09<00:01, 81.95it/s][A
|
1037 |
+
|
1038 |
88%|████████▊ | 752/852 [00:09<00:01, 82.60it/s][A
|
1039 |
+
|
1040 |
89%|████████▉ | 761/852 [00:09<00:01, 83.75it/s][A
|
1041 |
+
|
1042 |
90%|█████████ | 770/852 [00:09<00:00, 82.01it/s][A
|
1043 |
+
|
1044 |
91%|█████████▏| 779/852 [00:09<00:00, 81.56it/s][A
|
1045 |
+
|
1046 |
92%|█████████▏| 788/852 [00:09<00:00, 80.52it/s][A
|
1047 |
+
|
1048 |
94%|█████████▎| 797/852 [00:10<00:00, 80.46it/s][A
|
1049 |
+
|
1050 |
95%|█████████▍| 806/852 [00:10<00:00, 81.77it/s][A
|
1051 |
+
|
1052 |
96%|█████████▌| 815/852 [00:10<00:00, 80.65it/s][A
|
1053 |
+
|
1054 |
97%|█████████▋| 824/852 [00:10<00:00, 81.60it/s][A
|
1055 |
+
|
1056 |
98%|█████████▊| 833/852 [00:10<00:00, 82.33it/s][A
|
1057 |
+
|
1058 |
99%|█████████▉| 842/852 [00:10<00:00, 80.74it/s][A
|
1059 |
+
|
1060 |
+
_warn_prf(average, modifier, msg_start, len(result))
|
1061 |
+
|
1062 |
|
1063 |
+
|
1064 |
|
1065 |
10%|█ | 541/5410 [02:30<25:28, 3.18it/s]
|
1066 |
+
|
1067 |
+
|
1068 |
[A[INFO|trainer.py:3503] 2024-09-06 00:11:39,040 >> Saving model checkpoint to /content/dissertation/scripts/ner/output/checkpoint-541
|
1069 |
+
[INFO|configuration_utils.py:472] 2024-09-06 00:11:39,042 >> Configuration saved in /content/dissertation/scripts/ner/output/checkpoint-541/config.json
|
1070 |
+
[INFO|modeling_utils.py:2799] 2024-09-06 00:11:40,402 >> Model weights saved in /content/dissertation/scripts/ner/output/checkpoint-541/model.safetensors
|
1071 |
+
[INFO|tokenization_utils_base.py:2684] 2024-09-06 00:11:40,403 >> tokenizer config file saved in /content/dissertation/scripts/ner/output/checkpoint-541/tokenizer_config.json
|
1072 |
+
[INFO|tokenization_utils_base.py:2693] 2024-09-06 00:11:40,403 >> Special tokens file saved in /content/dissertation/scripts/ner/output/checkpoint-541/special_tokens_map.json
|
1073 |
+
[INFO|tokenization_utils_base.py:2684] 2024-09-06 00:11:43,153 >> tokenizer config file saved in /content/dissertation/scripts/ner/output/tokenizer_config.json
|
1074 |
+
[INFO|tokenization_utils_base.py:2693] 2024-09-06 00:11:43,153 >> Special tokens file saved in /content/dissertation/scripts/ner/output/special_tokens_map.json
|
1075 |
+
|
1076 |
10%|█ | 542/5410 [02:35<7:54:05, 5.84s/it]
|
1077 |
10%|█ | 543/5410 [02:35<5:37:39, 4.16s/it]
|
1078 |
10%|█ | 544/5410 [02:35<4:02:49, 2.99s/it]
|
1079 |
10%|█ | 545/5410 [02:35<2:55:18, 2.16s/it]
|
1080 |
10%|█ | 546/5410 [02:36<2:07:58, 1.58s/it]
|
1081 |
10%|█ | 547/5410 [02:36<1:35:06, 1.17s/it]
|
1082 |
10%|█ | 548/5410 [02:36<1:12:46, 1.11it/s]
|
1083 |
10%|█ | 549/5410 [02:36<55:36, 1.46it/s]
|
1084 |
10%|█ | 550/5410 [02:37<46:04, 1.76it/s]
|
1085 |
10%|█ | 551/5410 [02:37<37:52, 2.14it/s]
|
1086 |
10%|█ | 552/5410 [02:37<37:27, 2.16it/s]
|
1087 |
10%|█ | 553/5410 [02:37<30:36, 2.65it/s]
|
1088 |
10%|█ | 554/5410 [02:38<28:47, 2.81it/s]
|
1089 |
10%|█ | 555/5410 [02:38<25:27, 3.18it/s]
|
1090 |
10%|█ | 556/5410 [02:38<23:10, 3.49it/s]
|
1091 |
10%|█ | 557/5410 [02:38<23:03, 3.51it/s]
|
1092 |
10%|█ | 558/5410 [02:39<24:37, 3.28it/s]
|
1093 |
10%|█ | 559/5410 [02:39<22:29, 3.59it/s]
|
1094 |
10%|█ | 560/5410 [02:39<20:36, 3.92it/s]
|
1095 |
10%|█ | 561/5410 [02:39<19:01, 4.25it/s]
|
1096 |
10%|█ | 562/5410 [02:40<18:26, 4.38it/s]
|
1097 |
10%|█ | 563/5410 [02:40<17:21, 4.65it/s]
|
1098 |
10%|█ | 564/5410 [02:40<18:23, 4.39it/s]
|
1099 |
10%|█ | 565/5410 [02:41<30:05, 2.68it/s]
|
1100 |
10%|█ | 566/5410 [02:41<25:51, 3.12it/s]
|
1101 |
10%|█ | 567/5410 [02:41<24:02, 3.36it/s]
|
1102 |
10%|█ | 568/5410 [02:41<21:56, 3.68it/s]
|
1103 |
11%|█ | 569/5410 [02:42<20:04, 4.02it/s]
|
1104 |
11%|█ | 570/5410 [02:42<20:34, 3.92it/s]
|
1105 |
11%|█ | 571/5410 [02:42<19:28, 4.14it/s]
|
1106 |
11%|█ | 572/5410 [02:42<21:29, 3.75it/s]
|
1107 |
11%|█ | 573/5410 [02:43<21:40, 3.72it/s]
|
1108 |
11%|█ | 574/5410 [02:43<21:01, 3.83it/s]
|
1109 |
11%|█ | 575/5410 [02:43<20:09, 4.00it/s]
|
1110 |
11%|█ | 576/5410 [02:43<20:28, 3.94it/s]
|
1111 |
11%|█ | 577/5410 [02:44<19:13, 4.19it/s]
|
1112 |
11%|█ | 578/5410 [02:44<20:41, 3.89it/s]
|
1113 |
11%|█ | 579/5410 [02:44<19:33, 4.12it/s]
|
1114 |
11%|█ | 580/5410 [02:44<20:54, 3.85it/s]
|
1115 |
11%|█ | 581/5410 [02:45<21:37, 3.72it/s]
|
1116 |
11%|█ | 582/5410 [02:45<20:32, 3.92it/s]
|
1117 |
11%|█ | 583/5410 [02:45<20:54, 3.85it/s]
|
1118 |
11%|█ | 584/5410 [02:45<19:27, 4.13it/s]
|
1119 |
11%|█ | 585/5410 [02:46<20:25, 3.94it/s]
|
1120 |
11%|█ | 586/5410 [02:46<22:31, 3.57it/s]
|
1121 |
11%|█ | 587/5410 [02:46<19:42, 4.08it/s]
|
1122 |
11%|█ | 588/5410 [02:46<19:24, 4.14it/s]
|
1123 |
11%|█ | 589/5410 [02:47<20:26, 3.93it/s]
|
1124 |
11%|█ | 590/5410 [02:47<22:02, 3.64it/s]
|
1125 |
11%|█ | 591/5410 [02:47<20:31, 3.91it/s]
|
1126 |
11%|█ | 592/5410 [02:47<20:25, 3.93it/s]
|
1127 |
11%|█ | 593/5410 [02:48<20:56, 3.84it/s]
|
1128 |
11%|█ | 594/5410 [02:48<19:38, 4.09it/s]
|
1129 |
11%|█ | 595/5410 [02:48<25:54, 3.10it/s]
|
1130 |
11%|█ | 596/5410 [02:49<23:08, 3.47it/s]
|
1131 |
11%|█ | 597/5410 [02:49<23:27, 3.42it/s]
|
1132 |
11%|█ | 598/5410 [02:49<21:04, 3.80it/s]
|
1133 |
11%|█ | 599/5410 [02:49<18:54, 4.24it/s]
|
1134 |
11%|█ | 600/5410 [02:50<18:03, 4.44it/s]
|
1135 |
11%|█ | 601/5410 [02:50<18:32, 4.32it/s]
|
1136 |
11%|█ | 602/5410 [02:50<19:35, 4.09it/s]
|
1137 |
11%|█ | 603/5410 [02:50<18:53, 4.24it/s]
|
1138 |
11%|█ | 604/5410 [02:50<17:06, 4.68it/s]
|
1139 |
11%|█ | 605/5410 [02:51<18:28, 4.34it/s]
|
1140 |
11%|█ | 606/5410 [02:51<18:37, 4.30it/s]
|
1141 |
11%|█ | 607/5410 [02:51<18:19, 4.37it/s]
|
1142 |
11%|█ | 608/5410 [02:51<19:04, 4.20it/s]
|
1143 |
11%|█▏ | 609/5410 [02:52<19:27, 4.11it/s]
|
1144 |
11%|█▏ | 610/5410 [02:52<21:04, 3.79it/s]
|
1145 |
11%|█▏ | 611/5410 [02:52<19:22, 4.13it/s]
|
1146 |
11%|█▏ | 612/5410 [02:53<21:53, 3.65it/s]
|
1147 |
11%|█▏ | 613/5410 [02:53<20:27, 3.91it/s]
|
1148 |
11%|█▏ | 614/5410 [02:53<18:38, 4.29it/s]
|
1149 |
11%|█▏ | 615/5410 [02:53<17:46, 4.50it/s]
|
1150 |
11%|█▏ | 616/5410 [02:53<17:53, 4.47it/s]
|
1151 |
11%|█▏ | 617/5410 [02:54<18:19, 4.36it/s]
|
1152 |
11%|█▏ | 618/5410 [02:54<18:31, 4.31it/s]
|
1153 |
11%|█▏ | 619/5410 [02:54<16:54, 4.72it/s]
|
1154 |
11%|█▏ | 620/5410 [02:54<16:57, 4.71it/s]
|
1155 |
11%|█▏ | 621/5410 [02:54<16:49, 4.74it/s]
|
1156 |
11%|█▏ | 622/5410 [02:55<15:59, 4.99it/s]
|
1157 |
12%|█▏ | 623/5410 [02:55<16:15, 4.91it/s]
|
1158 |
12%|█▏ | 624/5410 [02:55<15:58, 4.99it/s]
|
1159 |
12%|█▏ | 625/5410 [02:55<15:26, 5.16it/s]
|
1160 |
12%|█▏ | 626/5410 [02:55<16:42, 4.77it/s]
|
1161 |
12%|█▏ | 627/5410 [02:56<19:24, 4.11it/s]
|
1162 |
12%|█▏ | 628/5410 [02:56<20:09, 3.95it/s]
|
1163 |
12%|█▏ | 629/5410 [02:56<20:03, 3.97it/s]
|
1164 |
12%|█▏ | 630/5410 [02:57<19:47, 4.02it/s]
|
1165 |
12%|█▏ | 631/5410 [02:57<18:45, 4.25it/s]
|
1166 |
12%|█▏ | 632/5410 [02:57<19:36, 4.06it/s]
|
1167 |
12%|█▏ | 633/5410 [02:57<19:53, 4.00it/s]
|
1168 |
12%|█▏ | 634/5410 [02:57<18:21, 4.34it/s]
|
1169 |
12%|█▏ | 635/5410 [02:58<17:52, 4.45it/s]
|
1170 |
12%|█▏ | 636/5410 [02:58<17:08, 4.64it/s]
|
1171 |
12%|█▏ | 637/5410 [02:58<16:18, 4.88it/s]
|
1172 |
12%|█▏ | 638/5410 [02:58<16:09, 4.92it/s]
|
1173 |
12%|█▏ | 639/5410 [02:58<15:58, 4.98it/s]
|
1174 |
12%|█▏ | 640/5410 [02:59<23:17, 3.41it/s]
|
1175 |
12%|█▏ | 641/5410 [02:59<23:11, 3.43it/s]
|
1176 |
12%|█▏ | 642/5410 [02:59<22:25, 3.54it/s]
|
1177 |
12%|█▏ | 643/5410 [03:00<22:22, 3.55it/s]
|
1178 |
12%|█▏ | 644/5410 [03:00<21:11, 3.75it/s]
|
1179 |
12%|█▏ | 645/5410 [03:00<21:50, 3.64it/s]
|
1180 |
12%|█▏ | 646/5410 [03:00<20:21, 3.90it/s]
|
1181 |
12%|█▏ | 647/5410 [03:01<20:14, 3.92it/s]
|
1182 |
12%|█▏ | 648/5410 [03:01<19:24, 4.09it/s]
|
1183 |
12%|█▏ | 649/5410 [03:01<17:56, 4.42it/s]
|
1184 |
12%|█▏ | 650/5410 [03:01<17:49, 4.45it/s]
|
1185 |
12%|█▏ | 651/5410 [03:02<17:40, 4.49it/s]
|
1186 |
12%|█▏ | 652/5410 [03:02<17:13, 4.60it/s]
|
1187 |
12%|█▏ | 653/5410 [03:02<19:14, 4.12it/s]
|
1188 |
12%|█▏ | 654/5410 [03:02<19:30, 4.06it/s]
|
1189 |
12%|█▏ | 655/5410 [03:03<18:31, 4.28it/s]
|
1190 |
12%|█▏ | 656/5410 [03:03<18:31, 4.28it/s]
|
1191 |
12%|█▏ | 657/5410 [03:03<16:53, 4.69it/s]
|
1192 |
12%|█▏ | 658/5410 [03:03<16:36, 4.77it/s]
|
1193 |
12%|█▏ | 659/5410 [03:03<15:48, 5.01it/s]
|
1194 |
12%|█▏ | 660/5410 [03:04<15:56, 4.97it/s]
|
1195 |
12%|█▏ | 661/5410 [03:04<19:09, 4.13it/s]
|
1196 |
12%|█▏ | 662/5410 [03:04<20:22, 3.89it/s]
|
1197 |
12%|█▏ | 663/5410 [03:04<20:21, 3.89it/s]
|
1198 |
12%|█▏ | 664/5410 [03:05<18:44, 4.22it/s]
|
1199 |
12%|█▏ | 665/5410 [03:05<18:17, 4.32it/s]
|
1200 |
12%|█▏ | 666/5410 [03:05<18:15, 4.33it/s]
|
1201 |
12%|█▏ | 667/5410 [03:05<17:32, 4.50it/s]
|
1202 |
12%|█▏ | 668/5410 [03:06<20:56, 3.78it/s]
|
1203 |
12%|█▏ | 669/5410 [03:06<20:08, 3.92it/s]
|
1204 |
12%|█▏ | 670/5410 [03:06<20:21, 3.88it/s]
|
1205 |
12%|█▏ | 671/5410 [03:06<18:36, 4.24it/s]
|
1206 |
12%|█▏ | 672/5410 [03:07<18:06, 4.36it/s]
|
1207 |
12%|█▏ | 673/5410 [03:07<18:48, 4.20it/s]
|
1208 |
12%|█▏ | 674/5410 [03:07<17:31, 4.50it/s]
|
1209 |
12%|█▏ | 675/5410 [03:07<18:23, 4.29it/s]
|
1210 |
12%|█▏ | 676/5410 [03:07<18:22, 4.29it/s]
|
1211 |
13%|█▎ | 677/5410 [03:08<18:20, 4.30it/s]
|
1212 |
13%|█▎ | 678/5410 [03:08<18:53, 4.17it/s]
|
1213 |
13%|█▎ | 679/5410 [03:08<18:52, 4.18it/s]
|
1214 |
13%|█▎ | 680/5410 [03:08<19:15, 4.09it/s]
|
1215 |
13%|█▎ | 681/5410 [03:09<18:48, 4.19it/s]
|
1216 |
13%|█▎ | 682/5410 [03:09<18:21, 4.29it/s]
|
1217 |
13%|█▎ | 683/5410 [03:09<17:14, 4.57it/s]
|
1218 |
13%|█▎ | 684/5410 [03:09<15:57, 4.93it/s]
|
1219 |
13%|█▎ | 685/5410 [03:09<16:44, 4.70it/s]
|
1220 |
13%|█▎ | 686/5410 [03:10<19:59, 3.94it/s]
|
1221 |
13%|█▎ | 687/5410 [03:10<22:38, 3.48it/s]
|
1222 |
13%|█▎ | 688/5410 [03:10<20:49, 3.78it/s]
|
1223 |
13%|█▎ | 689/5410 [03:11<23:48, 3.31it/s]
|
1224 |
13%|█▎ | 690/5410 [03:11<21:11, 3.71it/s]
|
1225 |
13%|█▎ | 691/5410 [03:11<21:53, 3.59it/s]
|
1226 |
13%|█▎ | 692/5410 [03:12<21:16, 3.70it/s]
|
1227 |
13%|█▎ | 693/5410 [03:12<23:36, 3.33it/s]
|
1228 |
13%|█▎ | 694/5410 [03:12<22:56, 3.43it/s]
|
1229 |
13%|█▎ | 695/5410 [03:12<21:04, 3.73it/s]
|
1230 |
13%|█▎ | 696/5410 [03:13<19:28, 4.03it/s]
|
1231 |
13%|█▎ | 697/5410 [03:13<19:35, 4.01it/s]
|
1232 |
13%|█▎ | 698/5410 [03:13<22:04, 3.56it/s]
|
1233 |
13%|█▎ | 699/5410 [03:13<21:48, 3.60it/s]
|
1234 |
13%|█▎ | 700/5410 [03:14<21:12, 3.70it/s]
|
1235 |
13%|█▎ | 701/5410 [03:14<19:46, 3.97it/s]
|
1236 |
13%|█▎ | 702/5410 [03:14<19:39, 3.99it/s]
|
1237 |
13%|█▎ | 703/5410 [03:14<18:43, 4.19it/s]
|
1238 |
13%|█▎ | 704/5410 [03:15<18:05, 4.33it/s]
|
1239 |
13%|█▎ | 705/5410 [03:15<17:44, 4.42it/s]
|
1240 |
13%|█▎ | 706/5410 [03:15<17:09, 4.57it/s]
|
1241 |
13%|█▎ | 707/5410 [03:15<17:09, 4.57it/s]
|
1242 |
13%|█▎ | 708/5410 [03:16<19:23, 4.04it/s]
|
1243 |
13%|█▎ | 709/5410 [03:16<20:11, 3.88it/s]
|
1244 |
13%|█▎ | 710/5410 [03:16<19:34, 4.00it/s]
|
1245 |
13%|█▎ | 711/5410 [03:16<19:31, 4.01it/s]
|
1246 |
13%|█▎ | 712/5410 [03:17<21:13, 3.69it/s]
|
1247 |
13%|█▎ | 713/5410 [03:17<19:21, 4.05it/s]
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"total_flos": 1.7176580067661056e+16,
|
4 |
+
"train_loss": 0.0812657987344287,
|
5 |
+
"train_runtime": 1549.44,
|
6 |
+
"train_samples": 34604,
|
7 |
+
"train_samples_per_second": 223.332,
|
8 |
+
"train_steps_per_second": 3.492
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,232 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.45455732567249935,
|
3 |
+
"best_model_checkpoint": "/content/dissertation/scripts/ner/output/checkpoint-2705",
|
4 |
+
"epoch": 10.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 5410,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.9242144177449169,
|
13 |
+
"grad_norm": 1.4528056383132935,
|
14 |
+
"learning_rate": 4.537892791127542e-05,
|
15 |
+
"loss": 0.3191,
|
16 |
+
"step": 500
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 1.0,
|
20 |
+
"eval_accuracy": 0.8443022505389485,
|
21 |
+
"eval_f1": 0.407486125870823,
|
22 |
+
"eval_loss": 0.47723615169525146,
|
23 |
+
"eval_precision": 0.27250473783954515,
|
24 |
+
"eval_recall": 0.8074403369209172,
|
25 |
+
"eval_runtime": 14.3908,
|
26 |
+
"eval_samples_per_second": 473.218,
|
27 |
+
"eval_steps_per_second": 59.204,
|
28 |
+
"step": 541
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"epoch": 1.8484288354898335,
|
32 |
+
"grad_norm": 1.5587466955184937,
|
33 |
+
"learning_rate": 4.075785582255083e-05,
|
34 |
+
"loss": 0.1619,
|
35 |
+
"step": 1000
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"epoch": 2.0,
|
39 |
+
"eval_accuracy": 0.8552871874442172,
|
40 |
+
"eval_f1": 0.43975123088883133,
|
41 |
+
"eval_loss": 0.4583655595779419,
|
42 |
+
"eval_precision": 0.30406737143881024,
|
43 |
+
"eval_recall": 0.7941038839494619,
|
44 |
+
"eval_runtime": 14.212,
|
45 |
+
"eval_samples_per_second": 479.173,
|
46 |
+
"eval_steps_per_second": 59.949,
|
47 |
+
"step": 1082
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 2.7726432532347505,
|
51 |
+
"grad_norm": 0.9616082310676575,
|
52 |
+
"learning_rate": 3.613678373382625e-05,
|
53 |
+
"loss": 0.11,
|
54 |
+
"step": 1500
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 3.0,
|
58 |
+
"eval_accuracy": 0.8435470361267112,
|
59 |
+
"eval_f1": 0.4338006724608259,
|
60 |
+
"eval_loss": 0.6447410583496094,
|
61 |
+
"eval_precision": 0.29758899817216466,
|
62 |
+
"eval_recall": 0.7999532054281703,
|
63 |
+
"eval_runtime": 14.3233,
|
64 |
+
"eval_samples_per_second": 475.451,
|
65 |
+
"eval_steps_per_second": 59.484,
|
66 |
+
"step": 1623
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 3.6968576709796674,
|
70 |
+
"grad_norm": 1.4018645286560059,
|
71 |
+
"learning_rate": 3.1515711645101665e-05,
|
72 |
+
"loss": 0.0764,
|
73 |
+
"step": 2000
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 4.0,
|
77 |
+
"eval_accuracy": 0.8398602166778805,
|
78 |
+
"eval_f1": 0.42338430558177587,
|
79 |
+
"eval_loss": 0.7413247227668762,
|
80 |
+
"eval_precision": 0.2895756219333735,
|
81 |
+
"eval_recall": 0.7870846981750117,
|
82 |
+
"eval_runtime": 14.5396,
|
83 |
+
"eval_samples_per_second": 468.375,
|
84 |
+
"eval_steps_per_second": 58.598,
|
85 |
+
"step": 2164
|
86 |
+
},
|
87 |
+
{
|
88 |
+
"epoch": 4.621072088724584,
|
89 |
+
"grad_norm": 1.0904265642166138,
|
90 |
+
"learning_rate": 2.6894639556377083e-05,
|
91 |
+
"loss": 0.0567,
|
92 |
+
"step": 2500
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epoch": 5.0,
|
96 |
+
"eval_accuracy": 0.8564886649182308,
|
97 |
+
"eval_f1": 0.45455732567249935,
|
98 |
+
"eval_loss": 0.7005925178527832,
|
99 |
+
"eval_precision": 0.3152508603513856,
|
100 |
+
"eval_recall": 0.8144595226953674,
|
101 |
+
"eval_runtime": 14.2723,
|
102 |
+
"eval_samples_per_second": 477.148,
|
103 |
+
"eval_steps_per_second": 59.696,
|
104 |
+
"step": 2705
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epoch": 5.545286506469501,
|
108 |
+
"grad_norm": 1.240962028503418,
|
109 |
+
"learning_rate": 2.2273567467652497e-05,
|
110 |
+
"loss": 0.0428,
|
111 |
+
"step": 3000
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 6.0,
|
115 |
+
"eval_accuracy": 0.8504057561069384,
|
116 |
+
"eval_f1": 0.44700636942675154,
|
117 |
+
"eval_loss": 0.8111857175827026,
|
118 |
+
"eval_precision": 0.30710659898477155,
|
119 |
+
"eval_recall": 0.8210107627515209,
|
120 |
+
"eval_runtime": 14.3991,
|
121 |
+
"eval_samples_per_second": 472.946,
|
122 |
+
"eval_steps_per_second": 59.17,
|
123 |
+
"step": 3246
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 6.469500924214418,
|
127 |
+
"grad_norm": 0.44737720489501953,
|
128 |
+
"learning_rate": 1.7652495378927914e-05,
|
129 |
+
"loss": 0.0332,
|
130 |
+
"step": 3500
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 7.0,
|
134 |
+
"eval_accuracy": 0.8532961676301372,
|
135 |
+
"eval_f1": 0.4493518337567586,
|
136 |
+
"eval_loss": 0.904643714427948,
|
137 |
+
"eval_precision": 0.3113658932924077,
|
138 |
+
"eval_recall": 0.8069723912026205,
|
139 |
+
"eval_runtime": 14.3036,
|
140 |
+
"eval_samples_per_second": 476.105,
|
141 |
+
"eval_steps_per_second": 59.566,
|
142 |
+
"step": 3787
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 7.393715341959335,
|
146 |
+
"grad_norm": 0.7116318941116333,
|
147 |
+
"learning_rate": 1.3031423290203328e-05,
|
148 |
+
"loss": 0.0257,
|
149 |
+
"step": 4000
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 8.0,
|
153 |
+
"eval_accuracy": 0.8481538440413583,
|
154 |
+
"eval_f1": 0.44435897435897437,
|
155 |
+
"eval_loss": 0.9722912907600403,
|
156 |
+
"eval_precision": 0.30602154335158044,
|
157 |
+
"eval_recall": 0.8109499298081423,
|
158 |
+
"eval_runtime": 14.4222,
|
159 |
+
"eval_samples_per_second": 472.19,
|
160 |
+
"eval_steps_per_second": 59.076,
|
161 |
+
"step": 4328
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 8.317929759704251,
|
165 |
+
"grad_norm": 0.9520462155342102,
|
166 |
+
"learning_rate": 8.410351201478742e-06,
|
167 |
+
"loss": 0.022,
|
168 |
+
"step": 4500
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 9.0,
|
172 |
+
"eval_accuracy": 0.850186057368833,
|
173 |
+
"eval_f1": 0.44668737060041414,
|
174 |
+
"eval_loss": 1.002764105796814,
|
175 |
+
"eval_precision": 0.30871042747272404,
|
176 |
+
"eval_recall": 0.8076743097800655,
|
177 |
+
"eval_runtime": 14.2485,
|
178 |
+
"eval_samples_per_second": 477.944,
|
179 |
+
"eval_steps_per_second": 59.796,
|
180 |
+
"step": 4869
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 9.242144177449168,
|
184 |
+
"grad_norm": 0.6707109212875366,
|
185 |
+
"learning_rate": 3.789279112754159e-06,
|
186 |
+
"loss": 0.0181,
|
187 |
+
"step": 5000
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 10.0,
|
191 |
+
"eval_accuracy": 0.8533304955579661,
|
192 |
+
"eval_f1": 0.45038613797131544,
|
193 |
+
"eval_loss": 1.0022608041763306,
|
194 |
+
"eval_precision": 0.31162999550965426,
|
195 |
+
"eval_recall": 0.8118858212447356,
|
196 |
+
"eval_runtime": 14.4559,
|
197 |
+
"eval_samples_per_second": 471.089,
|
198 |
+
"eval_steps_per_second": 58.938,
|
199 |
+
"step": 5410
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 10.0,
|
203 |
+
"step": 5410,
|
204 |
+
"total_flos": 1.7176580067661056e+16,
|
205 |
+
"train_loss": 0.0812657987344287,
|
206 |
+
"train_runtime": 1549.44,
|
207 |
+
"train_samples_per_second": 223.332,
|
208 |
+
"train_steps_per_second": 3.492
|
209 |
+
}
|
210 |
+
],
|
211 |
+
"logging_steps": 500,
|
212 |
+
"max_steps": 5410,
|
213 |
+
"num_input_tokens_seen": 0,
|
214 |
+
"num_train_epochs": 10,
|
215 |
+
"save_steps": 500,
|
216 |
+
"stateful_callbacks": {
|
217 |
+
"TrainerControl": {
|
218 |
+
"args": {
|
219 |
+
"should_epoch_stop": false,
|
220 |
+
"should_evaluate": false,
|
221 |
+
"should_log": false,
|
222 |
+
"should_save": true,
|
223 |
+
"should_training_stop": true
|
224 |
+
},
|
225 |
+
"attributes": {}
|
226 |
+
}
|
227 |
+
},
|
228 |
+
"total_flos": 1.7176580067661056e+16,
|
229 |
+
"train_batch_size": 32,
|
230 |
+
"trial_name": null,
|
231 |
+
"trial_params": null
|
232 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13556e6c97b2f39e25d5830ab0bc61ce81f807bcf643d150d23dd97c2f606c57
|
3 |
+
size 5240
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|