Training in progress, step 1000
Browse files- added_tokens.json +4 -0
- config.json +109 -0
- indicwav2vec_MUCS_warmup500_s300shuff100_2130813.out +0 -0
- indicwav2vec_MUCS_warmup500_shuff100_2127972.out +30 -0
- indicwav2vec_MUCS_warmup500_shuff100_2127995.out +29 -0
- indicwav2vec_MUCS_warmup500_shuff100_2128036.out +22 -0
- indicwav2vec_MUCS_warmup500_shuff100_2128249.out +22 -0
- indicwav2vec_MUCS_warmup500_shuff100_2128361.out +109 -0
- json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a.incomplete_info.lock +0 -0
- json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/cache-bd3db0facea40b8d.arrow +3 -0
- json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/dataset_info.json +1 -0
- json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/json-train.arrow +3 -0
- json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a_builder.lock +0 -0
- json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a.incomplete_info.lock +0 -0
- json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/dataset_info.json +1 -0
- json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/json-train.arrow +3 -0
- json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a_builder.lock +0 -0
- model.safetensors +3 -0
- predictions_indicw2v_ad0_3_hd_02_featd_0_2_lr6e-4_warmup500_s300_shuff100.txt +0 -0
- preprocessor_config.json +10 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +48 -0
- training_args.bin +3 -0
- vocab.json +151 -0
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 150,
|
3 |
+
"<s>": 149
|
4 |
+
}
|
config.json
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/m/triton/scratch/elec/puhe/p/palp3/MUCS/indicwav2vec-hindi",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"adapter_attn_dim": null,
|
5 |
+
"adapter_kernel_size": 3,
|
6 |
+
"adapter_stride": 2,
|
7 |
+
"add_adapter": false,
|
8 |
+
"apply_spec_augment": true,
|
9 |
+
"architectures": [
|
10 |
+
"Wav2Vec2ForCTC"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.3,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
16 |
+
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": true,
|
18 |
+
"conv_dim": [
|
19 |
+
512,
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512,
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512
|
26 |
+
],
|
27 |
+
"conv_kernel": [
|
28 |
+
10,
|
29 |
+
3,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3,
|
33 |
+
2,
|
34 |
+
2
|
35 |
+
],
|
36 |
+
"conv_stride": [
|
37 |
+
5,
|
38 |
+
2,
|
39 |
+
2,
|
40 |
+
2,
|
41 |
+
2,
|
42 |
+
2,
|
43 |
+
2
|
44 |
+
],
|
45 |
+
"ctc_loss_reduction": "mean",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": true,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_dropout": 0.0,
|
52 |
+
"feat_extract_norm": "layer",
|
53 |
+
"feat_proj_dropout": 0.3,
|
54 |
+
"feat_quantizer_dropout": 0.0,
|
55 |
+
"final_dropout": 0.0,
|
56 |
+
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.2,
|
58 |
+
"hidden_dropout_prob": 0.1,
|
59 |
+
"hidden_size": 1024,
|
60 |
+
"initializer_range": 0.02,
|
61 |
+
"intermediate_size": 4096,
|
62 |
+
"layer_norm_eps": 1e-05,
|
63 |
+
"layerdrop": 0.0,
|
64 |
+
"mask_feature_length": 10,
|
65 |
+
"mask_feature_min_masks": 0,
|
66 |
+
"mask_feature_prob": 0.0,
|
67 |
+
"mask_time_length": 10,
|
68 |
+
"mask_time_min_masks": 2,
|
69 |
+
"mask_time_prob": 0.05,
|
70 |
+
"model_type": "wav2vec2",
|
71 |
+
"num_adapter_layers": 3,
|
72 |
+
"num_attention_heads": 16,
|
73 |
+
"num_codevector_groups": 2,
|
74 |
+
"num_codevectors_per_group": 320,
|
75 |
+
"num_conv_pos_embedding_groups": 16,
|
76 |
+
"num_conv_pos_embeddings": 128,
|
77 |
+
"num_feat_extract_layers": 7,
|
78 |
+
"num_hidden_layers": 24,
|
79 |
+
"num_negatives": 100,
|
80 |
+
"output_hidden_size": 1024,
|
81 |
+
"pad_token_id": 148,
|
82 |
+
"proj_codevector_dim": 256,
|
83 |
+
"tdnn_dilation": [
|
84 |
+
1,
|
85 |
+
2,
|
86 |
+
3,
|
87 |
+
1,
|
88 |
+
1
|
89 |
+
],
|
90 |
+
"tdnn_dim": [
|
91 |
+
512,
|
92 |
+
512,
|
93 |
+
512,
|
94 |
+
512,
|
95 |
+
1500
|
96 |
+
],
|
97 |
+
"tdnn_kernel": [
|
98 |
+
5,
|
99 |
+
3,
|
100 |
+
3,
|
101 |
+
1,
|
102 |
+
1
|
103 |
+
],
|
104 |
+
"torch_dtype": "float32",
|
105 |
+
"transformers_version": "4.43.1",
|
106 |
+
"use_weighted_layer_sum": false,
|
107 |
+
"vocab_size": 151,
|
108 |
+
"xvector_output_dim": 512
|
109 |
+
}
|
indicwav2vec_MUCS_warmup500_s300shuff100_2130813.out
ADDED
The diff for this file is too large to render.
See raw diff
|
|
indicwav2vec_MUCS_warmup500_shuff100_2127972.out
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
|
2 |
+
wandb: wandb version 0.17.7 is available! To upgrade, please run:
|
3 |
+
wandb: $ pip install wandb --upgrade
|
4 |
+
wandb: Tracking run with wandb version 0.17.6
|
5 |
+
wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240821_140605-d8up2yp1
|
6 |
+
wandb: Run `wandb offline` to turn off syncing.
|
7 |
+
wandb: Syncing run desert-planet-19
|
8 |
+
wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
|
9 |
+
wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/d8up2yp1
|
10 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-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
|
11 |
+
warnings.warn(
|
12 |
+
Traceback (most recent call last):
|
13 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 789, in <module>
|
14 |
+
main()
|
15 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 361, in main
|
16 |
+
model_args, data_args, training_args = parser.parse_args_into_dataclasses()
|
17 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
18 |
+
File "/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/hf_argparser.py", line 339, in parse_args_into_dataclasses
|
19 |
+
obj = dtype(**inputs)
|
20 |
+
^^^^^^^^^^^^^^^
|
21 |
+
File "<string>", line 131, in __init__
|
22 |
+
File "/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/training_args.py", line 1612, in __post_init__
|
23 |
+
raise ValueError(
|
24 |
+
ValueError: --load_best_model_at_end requires the saving steps to be a round multiple of the evaluation steps, but found 500, which is not a round multiple of 1000.
|
25 |
+
wandb: - 0.005 MB of 0.005 MB uploaded
|
26 |
+
wandb: ⭐️ View project at: https://wandb.ai/priyanshipal/huggingface
|
27 |
+
wandb: Synced 6 W&B file(s), 0 media file(s), 0 artifact file(s) and 0 other file(s)
|
28 |
+
wandb: Find logs at: ./wandb/run-20240821_140605-d8up2yp1/logs
|
29 |
+
wandb: WARNING The new W&B backend becomes opt-out in version 0.18.0; try it out with `wandb.require("core")`! See https://wandb.me/wandb-core for more information.
|
30 |
+
slurmstepd: error: *** JOB 2127972 ON gpu30 CANCELLED AT 2024-08-21T14:06:16 ***
|
indicwav2vec_MUCS_warmup500_shuff100_2127995.out
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
|
2 |
+
wandb: wandb version 0.17.7 is available! To upgrade, please run:
|
3 |
+
wandb: $ pip install wandb --upgrade
|
4 |
+
wandb: Tracking run with wandb version 0.17.6
|
5 |
+
wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240821_140711-9kukc57d
|
6 |
+
wandb: Run `wandb offline` to turn off syncing.
|
7 |
+
wandb: Syncing run dry-violet-20
|
8 |
+
wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
|
9 |
+
wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/9kukc57d
|
10 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-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
|
11 |
+
warnings.warn(
|
12 |
+
Traceback (most recent call last):
|
13 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 789, in <module>
|
14 |
+
main()
|
15 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 361, in main
|
16 |
+
model_args, data_args, training_args = parser.parse_args_into_dataclasses()
|
17 |
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
18 |
+
File "/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/hf_argparser.py", line 339, in parse_args_into_dataclasses
|
19 |
+
obj = dtype(**inputs)
|
20 |
+
^^^^^^^^^^^^^^^
|
21 |
+
File "<string>", line 131, in __init__
|
22 |
+
File "/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/training_args.py", line 1612, in __post_init__
|
23 |
+
raise ValueError(
|
24 |
+
ValueError: --load_best_model_at_end requires the saving steps to be a round multiple of the evaluation steps, but found 500, which is not a round multiple of 1000.
|
25 |
+
wandb: - 0.005 MB of 0.005 MB uploaded
|
26 |
+
wandb: ⭐️ View project at: https://wandb.ai/priyanshipal/huggingface
|
27 |
+
wandb: Synced 6 W&B file(s), 0 media file(s), 0 artifact file(s) and 0 other file(s)
|
28 |
+
wandb: Find logs at: ./wandb/run-20240821_140711-9kukc57d/logs
|
29 |
+
wandb: WARNING The new W&B backend becomes opt-out in version 0.18.0; try it out with `wandb.require("core")`! See https://wandb.me/wandb-core for more information.
|
indicwav2vec_MUCS_warmup500_shuff100_2128036.out
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
|
2 |
+
wandb: wandb version 0.17.7 is available! To upgrade, please run:
|
3 |
+
wandb: $ pip install wandb --upgrade
|
4 |
+
wandb: Tracking run with wandb version 0.17.6
|
5 |
+
wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240821_140946-h708jkrf
|
6 |
+
wandb: Run `wandb offline` to turn off syncing.
|
7 |
+
wandb: Syncing run sparkling-blaze-21
|
8 |
+
wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
|
9 |
+
wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/h708jkrf
|
10 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-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
|
11 |
+
warnings.warn(
|
12 |
+
Traceback (most recent call last):
|
13 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 789, in <module>
|
14 |
+
main()
|
15 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 368, in main
|
16 |
+
raise ValueError(
|
17 |
+
ValueError: Output directory (/m/triton//scratch/elec/puhe/p/palp3/MUCS/indicwav2vec_outputs/pd_warmup_500/s300_shuff100) already exists and is not empty. Use --overwrite_output_dir to overcome.
|
18 |
+
wandb: - 0.005 MB of 0.005 MB uploaded
|
19 |
+
wandb: ⭐️ View project at: https://wandb.ai/priyanshipal/huggingface
|
20 |
+
wandb: Synced 6 W&B file(s), 0 media file(s), 0 artifact file(s) and 0 other file(s)
|
21 |
+
wandb: Find logs at: ./wandb/run-20240821_140946-h708jkrf/logs
|
22 |
+
wandb: WARNING The new W&B backend becomes opt-out in version 0.18.0; try it out with `wandb.require("core")`! See https://wandb.me/wandb-core for more information.
|
indicwav2vec_MUCS_warmup500_shuff100_2128249.out
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
|
2 |
+
wandb: wandb version 0.17.7 is available! To upgrade, please run:
|
3 |
+
wandb: $ pip install wandb --upgrade
|
4 |
+
wandb: Tracking run with wandb version 0.17.6
|
5 |
+
wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240821_141734-xzq31425
|
6 |
+
wandb: Run `wandb offline` to turn off syncing.
|
7 |
+
wandb: Syncing run scarlet-microwave-22
|
8 |
+
wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
|
9 |
+
wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/xzq31425
|
10 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-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
|
11 |
+
warnings.warn(
|
12 |
+
Traceback (most recent call last):
|
13 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 789, in <module>
|
14 |
+
main()
|
15 |
+
File "/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py", line 368, in main
|
16 |
+
raise ValueError(
|
17 |
+
ValueError: Output directory (/m/triton/scratch/elec/puhe/p/palp3/MUCS/indicwav2vec_outputs/pd_warmup_500/s300_shuff100) already exists and is not empty. Use --overwrite_output_dir to overcome.
|
18 |
+
wandb: - 0.005 MB of 0.005 MB uploaded
|
19 |
+
wandb: ⭐️ View project at: https://wandb.ai/priyanshipal/huggingface
|
20 |
+
wandb: Synced 6 W&B file(s), 0 media file(s), 0 artifact file(s) and 0 other file(s)
|
21 |
+
wandb: Find logs at: ./wandb/run-20240821_141734-xzq31425/logs
|
22 |
+
wandb: WARNING The new W&B backend becomes opt-out in version 0.18.0; try it out with `wandb.require("core")`! See https://wandb.me/wandb-core for more information.
|
indicwav2vec_MUCS_warmup500_shuff100_2128361.out
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
0 |
0%| | 0/1000 [00:00<?, ?it/s]/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/wav2vec2/processing_wav2vec2.py:157: UserWarning: `as_target_processor` is deprecated and will be removed in v5 of Transformers. You can process your labels by using the argument `text` of the regular `__call__` method (either in the same call as your audio inputs, or in a separate call.
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
0%| | 1/1000 [00:23<6:29:15, 23.38s/it]
|
2 |
|
3 |
0%| | 1/1000 [00:23<6:29:15, 23.38s/it]
|
4 |
0%| | 2/1000 [00:27<3:20:47, 12.07s/it]
|
5 |
|
6 |
0%| | 2/1000 [00:27<3:20:47, 12.07s/it]
|
7 |
0%| | 3/1000 [00:31<2:20:58, 8.48s/it]
|
8 |
|
9 |
0%| | 3/1000 [00:31<2:20:58, 8.48s/it]
|
10 |
0%| | 4/1000 [00:35<1:46:52, 6.44s/it]
|
11 |
|
12 |
0%| | 4/1000 [00:35<1:46:52, 6.44s/it]
|
13 |
0%| | 5/1000 [00:38<1:27:11, 5.26s/it]
|
14 |
|
15 |
0%| | 5/1000 [00:38<1:27:11, 5.26s/it]
|
16 |
1%| | 6/1000 [00:41<1:13:55, 4.46s/it]
|
17 |
|
18 |
1%| | 6/1000 [00:41<1:13:55, 4.46s/it]
|
19 |
1%| | 7/1000 [00:43<1:04:39, 3.91s/it]
|
20 |
|
21 |
1%| | 7/1000 [00:43<1:04:39, 3.91s/it]
|
22 |
1%| | 8/1000 [00:46<58:03, 3.51s/it]
|
23 |
|
24 |
1%| | 8/1000 [00:46<58:03, 3.51s/it]
|
25 |
1%| | 9/1000 [00:49<53:07, 3.22s/it]
|
26 |
|
27 |
1%| | 9/1000 [00:49<53:07, 3.22s/it]
|
28 |
1%| | 10/1000 [00:51<48:38, 2.95s/it]
|
29 |
|
30 |
1%| | 10/1000 [00:51<48:38, 2.95s/it]
|
31 |
1%| | 11/1000 [00:53<45:30, 2.76s/it]
|
32 |
|
33 |
1%| | 11/1000 [00:53<45:30, 2.76s/it]
|
34 |
1%| | 12/1000 [00:56<42:58, 2.61s/it]
|
35 |
|
36 |
1%| | 12/1000 [00:56<42:58, 2.61s/it]
|
37 |
1%|▏ | 13/1000 [00:58<40:22, 2.45s/it]
|
38 |
|
39 |
1%|▏ | 13/1000 [00:58<40:22, 2.45s/it]
|
40 |
1%|▏ | 14/1000 [01:00<38:25, 2.34s/it]
|
41 |
|
42 |
1%|▏ | 14/1000 [01:00<38:25, 2.34s/it]
|
43 |
2%|▏ | 15/1000 [01:02<36:53, 2.25s/it]
|
44 |
|
45 |
2%|▏ | 15/1000 [01:02<36:53, 2.25s/it]
|
46 |
2%|▏ | 16/1000 [01:04<36:01, 2.20s/it]
|
47 |
|
48 |
2%|▏ | 16/1000 [01:04<36:01, 2.20s/it]
|
49 |
2%|▏ | 17/1000 [01:06<35:14, 2.15s/it]
|
50 |
|
51 |
2%|▏ | 17/1000 [01:06<35:14, 2.15s/it]
|
52 |
2%|▏ | 18/1000 [01:08<33:33, 2.05s/it]
|
53 |
|
54 |
2%|▏ | 18/1000 [01:08<33:33, 2.05s/it]
|
55 |
2%|▏ | 19/1000 [01:09<32:00, 1.96s/it]
|
56 |
|
57 |
2%|▏ | 19/1000 [01:09<32:00, 1.96s/it]
|
58 |
2%|▏ | 20/1000 [01:11<30:58, 1.90s/it]
|
59 |
|
60 |
2%|▏ | 20/1000 [01:11<30:58, 1.90s/it]
|
61 |
2%|▏ | 21/1000 [01:13<30:14, 1.85s/it]
|
62 |
|
63 |
2%|▏ | 21/1000 [01:13<30:14, 1.85s/it]
|
64 |
2%|▏ | 22/1000 [01:15<29:40, 1.82s/it]
|
65 |
|
66 |
2%|▏ | 22/1000 [01:15<29:40, 1.82s/it]
|
67 |
2%|▏ | 23/1000 [01:16<29:18, 1.80s/it]
|
68 |
|
69 |
2%|▏ | 23/1000 [01:16<29:18, 1.80s/it]
|
70 |
2%|▏ | 24/1000 [01:18<28:33, 1.76s/it]
|
71 |
|
72 |
2%|▏ | 24/1000 [01:18<28:33, 1.76s/it]
|
73 |
2%|▎ | 25/1000 [01:20<27:07, 1.67s/it]
|
74 |
|
75 |
2%|▎ | 25/1000 [01:20<27:07, 1.67s/it]
|
76 |
3%|▎ | 26/1000 [01:21<26:05, 1.61s/it]
|
77 |
|
78 |
3%|▎ | 26/1000 [01:21<26:05, 1.61s/it]
|
79 |
3%|▎ | 27/1000 [01:23<25:22, 1.56s/it]
|
80 |
|
81 |
3%|▎ | 27/1000 [01:23<25:22, 1.56s/it]
|
82 |
3%|▎ | 28/1000 [01:24<24:52, 1.54s/it]
|
83 |
|
84 |
3%|▎ | 28/1000 [01:24<24:52, 1.54s/it]
|
85 |
3%|▎ | 29/1000 [01:25<24:29, 1.51s/it]
|
86 |
|
87 |
3%|▎ | 29/1000 [01:25<24:29, 1.51s/it]
|
88 |
3%|▎ | 30/1000 [01:27<24:13, 1.50s/it]
|
89 |
|
90 |
3%|▎ | 30/1000 [01:27<24:13, 1.50s/it]
|
91 |
3%|▎ | 31/1000 [01:28<24:03, 1.49s/it]
|
92 |
|
93 |
3%|▎ | 31/1000 [01:28<24:03, 1.49s/it]
|
94 |
3%|▎ | 32/1000 [01:30<23:20, 1.45s/it]
|
95 |
|
96 |
3%|▎ | 32/1000 [01:30<23:20, 1.45s/it]
|
97 |
3%|▎ | 33/1000 [01:31<22:12, 1.38s/it]
|
98 |
|
99 |
3%|▎ | 33/1000 [01:31<22:12, 1.38s/it]
|
100 |
3%|▎ | 34/1000 [01:32<21:17, 1.32s/it]
|
101 |
|
102 |
3%|▎ | 34/1000 [01:32<21:17, 1.32s/it]
|
103 |
4%|▎ | 35/1000 [01:33<20:41, 1.29s/it]
|
104 |
|
105 |
4%|▎ | 35/1000 [01:33<20:41, 1.29s/it]
|
106 |
4%|▎ | 36/1000 [01:35<20:15, 1.26s/it]
|
107 |
|
108 |
4%|▎ | 36/1000 [01:35<20:15, 1.26s/it]
|
109 |
4%|▎ | 37/1000 [01:36<19:57, 1.24s/it]
|
110 |
|
111 |
4%|▎ | 37/1000 [01:36<19:57, 1.24s/it]
|
112 |
4%|▍ | 38/1000 [01:37<19:43, 1.23s/it]
|
113 |
|
114 |
4%|▍ | 38/1000 [01:37<19:43, 1.23s/it]
|
115 |
4%|▍ | 39/1000 [01:38<19:34, 1.22s/it]
|
116 |
|
117 |
4%|▍ | 39/1000 [01:38<19:34, 1.22s/it]
|
118 |
4%|▍ | 40/1000 [01:39<19:11, 1.20s/it]
|
119 |
|
120 |
4%|▍ | 40/1000 [01:39<19:11, 1.20s/it]
|
121 |
4%|▍ | 41/1000 [01:40<18:06, 1.13s/it]
|
122 |
|
123 |
4%|▍ | 41/1000 [01:40<18:06, 1.13s/it]
|
124 |
4%|▍ | 42/1000 [01:41<17:02, 1.07s/it]
|
125 |
|
126 |
4%|▍ | 42/1000 [01:41<17:02, 1.07s/it]
|
127 |
4%|▍ | 43/1000 [01:42<16:17, 1.02s/it]
|
128 |
|
129 |
4%|▍ | 43/1000 [01:42<16:17, 1.02s/it]
|
130 |
4%|▍ | 44/1000 [01:43<15:45, 1.01it/s]
|
131 |
|
132 |
4%|▍ | 44/1000 [01:43<15:45, 1.01it/s]
|
133 |
4%|▍ | 45/1000 [01:44<15:24, 1.03it/s]
|
134 |
|
135 |
4%|▍ | 45/1000 [01:44<15:24, 1.03it/s]
|
136 |
5%|▍ | 46/1000 [01:45<15:00, 1.06it/s]
|
137 |
|
138 |
5%|▍ | 46/1000 [01:45<15:00, 1.06it/s]
|
139 |
5%|▍ | 47/1000 [01:46<14:15, 1.11it/s]
|
140 |
|
141 |
5%|▍ | 47/1000 [01:46<14:15, 1.11it/s]
|
142 |
5%|▍ | 48/1000 [01:46<13:06, 1.21it/s]
|
143 |
|
144 |
5%|▍ | 48/1000 [01:46<13:06, 1.21it/s]
|
145 |
5%|▍ | 49/1000 [01:47<12:21, 1.28it/s]
|
146 |
|
147 |
5%|▍ | 49/1000 [01:47<12:21, 1.28it/s]
|
148 |
5%|▌ | 50/1000 [01:49<20:36, 1.30s/it]
|
149 |
|
150 |
5%|▌ | 50/1000 [01:49<20:36, 1.30s/it]
|
151 |
5%|▌ | 51/1000 [01:57<48:59, 3.10s/it]
|
152 |
|
153 |
5%|▌ | 51/1000 [01:57<48:59, 3.10s/it]
|
154 |
5%|▌ | 52/1000 [02:01<54:41, 3.46s/it]
|
155 |
|
156 |
5%|▌ | 52/1000 [02:01<54:41, 3.46s/it]
|
157 |
5%|▌ | 53/1000 [02:05<56:25, 3.58s/it]
|
158 |
|
159 |
5%|▌ | 53/1000 [02:05<56:25, 3.58s/it]
|
160 |
5%|▌ | 54/1000 [02:08<56:04, 3.56s/it]
|
161 |
|
162 |
5%|▌ | 54/1000 [02:08<56:04, 3.56s/it]
|
163 |
6%|▌ | 55/1000 [02:12<54:42, 3.47s/it]
|
164 |
|
165 |
6%|▌ | 55/1000 [02:12<54:42, 3.47s/it]
|
166 |
6%|▌ | 56/1000 [02:15<52:24, 3.33s/it]
|
167 |
|
168 |
6%|▌ | 56/1000 [02:15<52:24, 3.33s/it]
|
169 |
6%|▌ | 57/1000 [02:18<50:02, 3.18s/it]
|
170 |
|
171 |
6%|▌ | 57/1000 [02:18<50:02, 3.18s/it]
|
172 |
6%|▌ | 58/1000 [02:20<47:28, 3.02s/it]
|
173 |
|
174 |
6%|▌ | 58/1000 [02:20<47:28, 3.02s/it]
|
175 |
6%|▌ | 59/1000 [02:23<45:27, 2.90s/it]
|
176 |
|
177 |
6%|▌ | 59/1000 [02:23<45:27, 2.90s/it]
|
178 |
6%|▌ | 60/1000 [02:25<43:07, 2.75s/it]
|
179 |
|
180 |
6%|▌ | 60/1000 [02:25<43:07, 2.75s/it]
|
181 |
6%|▌ | 61/1000 [02:28<41:07, 2.63s/it]
|
182 |
|
183 |
6%|▌ | 61/1000 [02:28<41:07, 2.63s/it]
|
184 |
6%|▌ | 62/1000 [02:30<39:57, 2.56s/it]
|
185 |
|
186 |
6%|▌ | 62/1000 [02:30<39:57, 2.56s/it]
|
187 |
6%|▋ | 63/1000 [02:32<38:26, 2.46s/it]
|
188 |
|
189 |
6%|▋ | 63/1000 [02:32<38:26, 2.46s/it]
|
190 |
6%|▋ | 64/1000 [02:34<36:27, 2.34s/it]
|
191 |
|
192 |
6%|▋ | 64/1000 [02:34<36:27, 2.34s/it]
|
193 |
6%|▋ | 65/1000 [02:36<35:04, 2.25s/it]
|
194 |
|
195 |
6%|▋ | 65/1000 [02:36<35:04, 2.25s/it]
|
196 |
7%|▋ | 66/1000 [02:38<34:09, 2.19s/it]
|
197 |
|
198 |
7%|▋ | 66/1000 [02:38<34:09, 2.19s/it]
|
199 |
7%|▋ | 67/1000 [02:40<33:27, 2.15s/it]
|
200 |
|
201 |
7%|▋ | 67/1000 [02:40<33:27, 2.15s/it]
|
202 |
7%|▋ | 68/1000 [02:42<32:56, 2.12s/it]
|
203 |
|
204 |
7%|▋ | 68/1000 [02:42<32:56, 2.12s/it]
|
205 |
7%|▋ | 69/1000 [02:44<31:29, 2.03s/it]
|
206 |
|
207 |
7%|▋ | 69/1000 [02:44<31:29, 2.03s/it]
|
208 |
7%|▋ | 70/1000 [02:46<30:06, 1.94s/it]
|
209 |
|
210 |
7%|▋ | 70/1000 [02:46<30:06, 1.94s/it]
|
211 |
7%|▋ | 71/1000 [02:48<29:08, 1.88s/it]
|
212 |
|
213 |
7%|▋ | 71/1000 [02:48<29:08, 1.88s/it]
|
214 |
7%|▋ | 72/1000 [02:49<28:28, 1.84s/it]
|
215 |
|
216 |
7%|▋ | 72/1000 [02:49<28:28, 1.84s/it]
|
217 |
7%|▋ | 73/1000 [02:51<28:02, 1.81s/it]
|
218 |
|
219 |
7%|▋ | 73/1000 [02:51<28:02, 1.81s/it]
|
220 |
7%|▋ | 74/1000 [02:53<27:37, 1.79s/it]
|
221 |
|
222 |
7%|▋ | 74/1000 [02:53<27:37, 1.79s/it]
|
223 |
8%|▊ | 75/1000 [02:55<27:10, 1.76s/it]
|
224 |
|
225 |
8%|▊ | 75/1000 [02:55<27:10, 1.76s/it]
|
226 |
8%|▊ | 76/1000 [02:56<26:02, 1.69s/it]
|
227 |
|
228 |
8%|▊ | 76/1000 [02:56<26:02, 1.69s/it]
|
229 |
8%|▊ | 77/1000 [02:58<25:00, 1.63s/it]
|
230 |
|
231 |
8%|▊ | 77/1000 [02:58<25:00, 1.63s/it]
|
232 |
8%|▊ | 78/1000 [02:59<24:32, 1.60s/it]
|
233 |
|
234 |
8%|▊ | 78/1000 [02:59<24:32, 1.60s/it]
|
235 |
8%|▊ | 79/1000 [03:01<23:56, 1.56s/it]
|
236 |
|
237 |
8%|▊ | 79/1000 [03:01<23:56, 1.56s/it]
|
238 |
8%|▊ | 80/1000 [03:02<23:31, 1.53s/it]
|
239 |
|
240 |
8%|▊ | 80/1000 [03:02<23:31, 1.53s/it]
|
241 |
8%|▊ | 81/1000 [03:04<23:13, 1.52s/it]
|
242 |
|
243 |
8%|▊ | 81/1000 [03:04<23:13, 1.52s/it]
|
244 |
8%|▊ | 82/1000 [03:05<23:01, 1.50s/it]
|
245 |
|
246 |
8%|▊ | 82/1000 [03:05<23:01, 1.50s/it]
|
247 |
8%|▊ | 83/1000 [03:07<22:41, 1.48s/it]
|
248 |
|
249 |
8%|▊ | 83/1000 [03:07<22:41, 1.48s/it]
|
250 |
8%|▊ | 84/1000 [03:08<21:36, 1.42s/it]
|
251 |
|
252 |
8%|▊ | 84/1000 [03:08<21:36, 1.42s/it]
|
253 |
8%|▊ | 85/1000 [03:09<20:39, 1.35s/it]
|
254 |
|
255 |
8%|▊ | 85/1000 [03:09<20:39, 1.35s/it]
|
256 |
9%|▊ | 86/1000 [03:10<19:58, 1.31s/it]
|
257 |
|
258 |
9%|▊ | 86/1000 [03:10<19:58, 1.31s/it]
|
259 |
9%|▊ | 87/1000 [03:11<19:27, 1.28s/it]
|
260 |
|
261 |
9%|▊ | 87/1000 [03:11<19:27, 1.28s/it]
|
262 |
9%|▉ | 88/1000 [03:13<19:03, 1.25s/it]
|
263 |
|
264 |
9%|▉ | 88/1000 [03:13<19:03, 1.25s/it]
|
265 |
9%|▉ | 89/1000 [03:14<18:48, 1.24s/it]
|
266 |
|
267 |
9%|▉ | 89/1000 [03:14<18:48, 1.24s/it]
|
268 |
9%|▉ | 90/1000 [03:15<18:38, 1.23s/it]
|
269 |
|
270 |
9%|▉ | 90/1000 [03:15<18:38, 1.23s/it]
|
271 |
9%|▉ | 91/1000 [03:16<18:12, 1.20s/it]
|
272 |
|
273 |
9%|▉ | 91/1000 [03:16<18:12, 1.20s/it]
|
274 |
9%|▉ | 92/1000 [03:17<17:10, 1.13s/it]
|
275 |
|
276 |
9%|▉ | 92/1000 [03:17<17:10, 1.13s/it]
|
277 |
9%|▉ | 93/1000 [03:18<16:11, 1.07s/it]
|
278 |
|
279 |
9%|▉ | 93/1000 [03:18<16:11, 1.07s/it]
|
280 |
9%|▉ | 94/1000 [03:19<15:31, 1.03s/it]
|
281 |
|
282 |
9%|▉ | 94/1000 [03:19<15:31, 1.03s/it]
|
283 |
10%|▉ | 95/1000 [03:20<15:00, 1.00it/s]
|
284 |
|
285 |
10%|▉ | 95/1000 [03:20<15:00, 1.00it/s]
|
286 |
10%|▉ | 96/1000 [03:21<14:44, 1.02it/s]
|
287 |
|
288 |
10%|▉ | 96/1000 [03:21<14:44, 1.02it/s]
|
289 |
10%|▉ | 97/1000 [03:22<13:48, 1.09it/s]
|
290 |
|
291 |
10%|▉ | 97/1000 [03:22<13:48, 1.09it/s]
|
292 |
10%|▉ | 98/1000 [03:22<12:39, 1.19it/s]
|
293 |
|
294 |
10%|▉ | 98/1000 [03:22<12:39, 1.19it/s]
|
295 |
10%|▉ | 99/1000 [03:23<11:50, 1.27it/s]
|
296 |
|
297 |
10%|▉ | 99/1000 [03:23<11:50, 1.27it/s]
|
298 |
10%|█ | 100/1000 [03:25<19:40, 1.31s/it]
|
299 |
|
300 |
10%|█ | 100/1000 [03:25<19:40, 1.31s/it]
|
301 |
10%|█ | 101/1000 [03:34<51:53, 3.46s/it]
|
302 |
|
303 |
10%|█ | 101/1000 [03:34<51:53, 3.46s/it]
|
304 |
10%|█ | 102/1000 [03:38<55:32, 3.71s/it]
|
305 |
|
306 |
10%|█ | 102/1000 [03:38<55:32, 3.71s/it]
|
307 |
10%|█ | 103/1000 [03:42<55:10, 3.69s/it]
|
308 |
|
309 |
10%|█ | 103/1000 [03:42<55:10, 3.69s/it]
|
310 |
10%|█ | 104/1000 [03:45<53:26, 3.58s/it]
|
311 |
|
312 |
10%|█ | 104/1000 [03:45<53:26, 3.58s/it]
|
313 |
10%|█ | 105/1000 [03:48<50:52, 3.41s/it]
|
314 |
|
315 |
10%|█ | 105/1000 [03:48<50:52, 3.41s/it]
|
316 |
11%|█ | 106/1000 [03:51<48:27, 3.25s/it]
|
317 |
|
318 |
11%|█ | 106/1000 [03:51<48:27, 3.25s/it]
|
319 |
11%|█ | 107/1000 [03:54<46:09, 3.10s/it]
|
320 |
|
321 |
11%|█ | 107/1000 [03:54<46:09, 3.10s/it]
|
322 |
11%|█ | 108/1000 [03:56<44:05, 2.97s/it]
|
323 |
|
324 |
11%|█ | 108/1000 [03:57<44:05, 2.97s/it]
|
325 |
11%|█ | 109/1000 [03:59<41:47, 2.81s/it]
|
326 |
|
327 |
11%|█ | 109/1000 [03:59<41:47, 2.81s/it]
|
328 |
11%|█ | 110/1000 [04:01<39:41, 2.68s/it]
|
329 |
|
330 |
11%|█ | 110/1000 [04:01<39:41, 2.68s/it]
|
331 |
11%|█ | 111/1000 [04:04<38:06, 2.57s/it]
|
332 |
|
333 |
11%|█ | 111/1000 [04:04<38:06, 2.57s/it]
|
334 |
11%|█ | 112/1000 [04:06<36:46, 2.49s/it]
|
335 |
|
336 |
11%|█ | 112/1000 [04:06<36:46, 2.49s/it]
|
337 |
11%|█▏ | 113/1000 [04:08<35:00, 2.37s/it]
|
338 |
|
339 |
11%|█▏ | 113/1000 [04:08<35:00, 2.37s/it]
|
340 |
11%|█▏ | 114/1000 [04:10<33:32, 2.27s/it]
|
341 |
|
342 |
11%|█▏ | 114/1000 [04:10<33:32, 2.27s/it]
|
343 |
12%|█▏ | 115/1000 [04:12<32:28, 2.20s/it]
|
344 |
|
345 |
12%|█▏ | 115/1000 [04:12<32:28, 2.20s/it]
|
346 |
12%|█▏ | 116/1000 [04:14<31:42, 2.15s/it]
|
347 |
|
348 |
12%|█▏ | 116/1000 [04:14<31:42, 2.15s/it]
|
349 |
12%|█▏ | 117/1000 [04:16<31:13, 2.12s/it]
|
350 |
|
351 |
12%|█▏ | 117/1000 [04:16<31:13, 2.12s/it]
|
352 |
12%|█▏ | 118/1000 [04:18<30:30, 2.08s/it]
|
353 |
|
354 |
12%|█▏ | 118/1000 [04:18<30:30, 2.08s/it]
|
355 |
12%|█▏ | 119/1000 [04:20<29:03, 1.98s/it]
|
356 |
|
357 |
12%|█▏ | 119/1000 [04:20<29:03, 1.98s/it]
|
358 |
12%|█▏ | 120/1000 [04:22<28:02, 1.91s/it]
|
359 |
|
360 |
12%|█▏ | 120/1000 [04:22<28:02, 1.91s/it]
|
361 |
12%|█▏ | 121/1000 [04:23<27:14, 1.86s/it]
|
362 |
|
363 |
12%|█▏ | 121/1000 [04:23<27:14, 1.86s/it]
|
364 |
12%|█▏ | 122/1000 [04:25<26:46, 1.83s/it]
|
365 |
|
366 |
12%|█▏ | 122/1000 [04:25<26:46, 1.83s/it]
|
367 |
12%|█▏ | 123/1000 [04:27<26:27, 1.81s/it]
|
368 |
|
369 |
12%|█▏ | 123/1000 [04:27<26:27, 1.81s/it]
|
370 |
12%|█▏ | 124/1000 [04:29<26:08, 1.79s/it]
|
371 |
|
372 |
12%|█▏ | 124/1000 [04:29<26:08, 1.79s/it]
|
373 |
12%|█▎ | 125/1000 [04:30<25:26, 1.75s/it]
|
374 |
|
375 |
12%|█▎ | 125/1000 [04:30<25:26, 1.75s/it]
|
376 |
13%|█▎ | 126/1000 [04:32<24:15, 1.67s/it]
|
377 |
|
378 |
13%|█▎ | 126/1000 [04:32<24:15, 1.67s/it]
|
379 |
13%|█▎ | 127/1000 [04:33<23:24, 1.61s/it]
|
380 |
|
381 |
13%|█▎ | 127/1000 [04:33<23:24, 1.61s/it]
|
382 |
13%|█▎ | 128/1000 [04:35<22:50, 1.57s/it]
|
383 |
|
384 |
13%|█▎ | 128/1000 [04:35<22:50, 1.57s/it]
|
385 |
13%|█▎ | 129/1000 [04:36<22:22, 1.54s/it]
|
386 |
|
387 |
13%|█▎ | 129/1000 [04:36<22:22, 1.54s/it]
|
388 |
13%|█▎ | 130/1000 [04:38<22:01, 1.52s/it]
|
389 |
|
390 |
13%|█▎ | 130/1000 [04:38<22:01, 1.52s/it]
|
391 |
13%|█▎ | 131/1000 [04:39<21:48, 1.51s/it]
|
392 |
|
393 |
13%|█▎ | 131/1000 [04:39<21:48, 1.51s/it]
|
394 |
13%|█▎ | 132/1000 [04:41<21:40, 1.50s/it]
|
395 |
|
396 |
13%|█▎ | 132/1000 [04:41<21:40, 1.50s/it]
|
397 |
13%|█▎ | 133/1000 [04:42<21:11, 1.47s/it]
|
398 |
|
399 |
13%|█▎ | 133/1000 [04:42<21:11, 1.47s/it]
|
400 |
13%|█▎ | 134/1000 [04:43<20:05, 1.39s/it]
|
401 |
|
402 |
13%|█▎ | 134/1000 [04:43<20:05, 1.39s/it]
|
403 |
14%|█▎ | 135/1000 [04:44<19:17, 1.34s/it]
|
404 |
|
405 |
14%|█▎ | 135/1000 [04:44<19:17, 1.34s/it]
|
406 |
14%|█▎ | 136/1000 [04:46<18:43, 1.30s/it]
|
407 |
|
408 |
14%|█▎ | 136/1000 [04:46<18:43, 1.30s/it]
|
409 |
14%|█▎ | 137/1000 [04:47<18:17, 1.27s/it]
|
410 |
|
411 |
14%|█▎ | 137/1000 [04:47<18:17, 1.27s/it]
|
412 |
14%|█▍ | 138/1000 [04:48<17:58, 1.25s/it]
|
413 |
|
414 |
14%|█▍ | 138/1000 [04:48<17:58, 1.25s/it]
|
415 |
14%|█▍ | 139/1000 [04:49<17:46, 1.24s/it]
|
416 |
|
417 |
14%|█▍ | 139/1000 [04:49<17:46, 1.24s/it]
|
418 |
14%|█▍ | 140/1000 [04:50<17:26, 1.22s/it]
|
419 |
|
420 |
14%|█▍ | 140/1000 [04:50<17:26, 1.22s/it]
|
421 |
14%|█▍ | 141/1000 [04:51<16:23, 1.14s/it]
|
422 |
|
423 |
14%|█▍ | 141/1000 [04:51<16:23, 1.14s/it]
|
424 |
14%|█▍ | 142/1000 [04:52<15:23, 1.08s/it]
|
425 |
|
426 |
14%|█▍ | 142/1000 [04:52<15:23, 1.08s/it]
|
427 |
14%|█▍ | 143/1000 [04:53<14:43, 1.03s/it]
|
428 |
|
429 |
14%|█▍ | 143/1000 [04:53<14:43, 1.03s/it]
|
430 |
14%|█▍ | 144/1000 [04:54<14:12, 1.00it/s]
|
431 |
|
432 |
14%|█▍ | 144/1000 [04:54<14:12, 1.00it/s]
|
433 |
14%|█▍ | 145/1000 [04:55<13:53, 1.03it/s]
|
434 |
|
435 |
14%|█▍ | 145/1000 [04:55<13:53, 1.03it/s]
|
436 |
15%|█▍ | 146/1000 [04:56<13:39, 1.04it/s]
|
437 |
|
438 |
15%|█▍ | 146/1000 [04:56<13:39, 1.04it/s]
|
439 |
15%|█▍ | 147/1000 [04:57<12:35, 1.13it/s]
|
440 |
|
441 |
15%|█▍ | 147/1000 [04:57<12:35, 1.13it/s]
|
442 |
15%|█▍ | 148/1000 [04:57<11:37, 1.22it/s]
|
443 |
|
444 |
15%|█▍ | 148/1000 [04:57<11:37, 1.22it/s]
|
445 |
15%|█▍ | 149/1000 [04:58<10:57, 1.29it/s]
|
446 |
|
447 |
15%|█▍ | 149/1000 [04:58<10:57, 1.29it/s]
|
448 |
15%|█▌ | 150/1000 [05:01<19:37, 1.38s/it]
|
449 |
|
450 |
15%|█▌ | 150/1000 [05:01<19:37, 1.38s/it]
|
451 |
15%|█▌ | 151/1000 [05:09<46:12, 3.27s/it]
|
452 |
|
453 |
15%|█▌ | 151/1000 [05:09<46:12, 3.27s/it]
|
454 |
15%|█▌ | 152/1000 [05:13<49:43, 3.52s/it]
|
455 |
|
456 |
15%|█▌ | 152/1000 [05:13<49:43, 3.52s/it]
|
457 |
15%|█▌ | 153/1000 [05:16<50:02, 3.54s/it]
|
458 |
|
459 |
15%|█▌ | 153/1000 [05:16<50:02, 3.54s/it]
|
460 |
15%|█▌ | 154/1000 [05:20<48:49, 3.46s/it]
|
461 |
|
462 |
15%|█▌ | 154/1000 [05:20<48:49, 3.46s/it]
|
463 |
16%|█▌ | 155/1000 [05:23<46:54, 3.33s/it]
|
464 |
|
465 |
16%|█▌ | 155/1000 [05:23<46:54, 3.33s/it]
|
466 |
16%|█▌ | 156/1000 [05:25<44:57, 3.20s/it]
|
467 |
|
468 |
16%|█▌ | 156/1000 [05:25<44:57, 3.20s/it]
|
469 |
16%|█▌ | 157/1000 [05:28<42:37, 3.03s/it]
|
470 |
|
471 |
16%|█▌ | 157/1000 [05:28<42:37, 3.03s/it]
|
472 |
16%|█▌ | 158/1000 [05:31<40:54, 2.92s/it]
|
473 |
|
474 |
16%|█▌ | 158/1000 [05:31<40:54, 2.92s/it]
|
475 |
16%|█▌ | 159/1000 [05:33<38:48, 2.77s/it]
|
476 |
|
477 |
16%|█▌ | 159/1000 [05:33<38:48, 2.77s/it]
|
478 |
16%|█▌ | 160/1000 [05:36<36:58, 2.64s/it]
|
479 |
|
480 |
16%|█▌ | 160/1000 [05:36<36:58, 2.64s/it]
|
481 |
16%|█▌ | 161/1000 [05:38<35:12, 2.52s/it]
|
482 |
|
483 |
16%|█▌ | 161/1000 [05:38<35:12, 2.52s/it]
|
484 |
16%|█▌ | 162/1000 [05:40<33:14, 2.38s/it]
|
485 |
|
486 |
16%|█▌ | 162/1000 [05:40<33:14, 2.38s/it]
|
487 |
16%|█▋ | 163/1000 [05:42<31:52, 2.28s/it]
|
488 |
|
489 |
16%|█▋ | 163/1000 [05:42<31:52, 2.28s/it]
|
490 |
16%|█▋ | 164/1000 [05:44<30:51, 2.22s/it]
|
491 |
|
492 |
16%|█▋ | 164/1000 [05:44<30:51, 2.22s/it]
|
493 |
16%|█▋ | 165/1000 [05:46<30:11, 2.17s/it]
|
494 |
|
495 |
16%|█▋ | 165/1000 [05:46<30:11, 2.17s/it]
|
496 |
17%|█▋ | 166/1000 [05:48<29:00, 2.09s/it]
|
497 |
|
498 |
17%|█▋ | 166/1000 [05:48<29:00, 2.09s/it]
|
499 |
17%|█▋ | 167/1000 [05:50<27:33, 1.99s/it]
|
500 |
|
501 |
17%|█▋ | 167/1000 [05:50<27:33, 1.99s/it]
|
502 |
17%|█▋ | 168/1000 [05:51<26:31, 1.91s/it]
|
503 |
|
504 |
17%|█▋ | 168/1000 [05:51<26:31, 1.91s/it]
|
505 |
17%|█▋ | 169/1000 [05:53<25:51, 1.87s/it]
|
506 |
|
507 |
17%|█▋ | 169/1000 [05:53<25:51, 1.87s/it]
|
508 |
17%|█▋ | 170/1000 [05:55<25:16, 1.83s/it]
|
509 |
|
510 |
17%|█▋ | 170/1000 [05:55<25:16, 1.83s/it]
|
511 |
17%|█▋ | 171/1000 [05:57<24:54, 1.80s/it]
|
512 |
|
513 |
17%|█▋ | 171/1000 [05:57<24:54, 1.80s/it]
|
514 |
17%|█▋ | 172/1000 [05:58<24:18, 1.76s/it]
|
515 |
|
516 |
17%|█▋ | 172/1000 [05:58<24:18, 1.76s/it]
|
517 |
17%|█▋ | 173/1000 [06:00<23:08, 1.68s/it]
|
518 |
|
519 |
17%|█▋ | 173/1000 [06:00<23:08, 1.68s/it]
|
520 |
17%|█▋ | 174/1000 [06:01<22:16, 1.62s/it]
|
521 |
|
522 |
17%|█▋ | 174/1000 [06:01<22:16, 1.62s/it]
|
523 |
18%|█▊ | 175/1000 [06:03<21:39, 1.58s/it]
|
524 |
|
525 |
18%|█▊ | 175/1000 [06:03<21:39, 1.58s/it]
|
526 |
18%|█▊ | 176/1000 [06:04<21:14, 1.55s/it]
|
527 |
|
528 |
18%|█▊ | 176/1000 [06:04<21:14, 1.55s/it]
|
529 |
18%|█▊ | 177/1000 [06:06<20:53, 1.52s/it]
|
530 |
|
531 |
18%|█▊ | 177/1000 [06:06<20:53, 1.52s/it]
|
532 |
18%|█▊ | 178/1000 [06:07<20:42, 1.51s/it]
|
533 |
|
534 |
18%|█▊ | 178/1000 [06:07<20:42, 1.51s/it]
|
535 |
18%|█▊ | 179/1000 [06:09<20:30, 1.50s/it]
|
536 |
|
537 |
18%|█▊ | 179/1000 [06:09<20:30, 1.50s/it]
|
538 |
18%|█▊ | 180/1000 [06:10<20:05, 1.47s/it]
|
539 |
|
540 |
18%|█▊ | 180/1000 [06:10<20:05, 1.47s/it]
|
541 |
18%|█▊ | 181/1000 [06:11<19:11, 1.41s/it]
|
542 |
|
543 |
18%|█▊ | 181/1000 [06:11<19:11, 1.41s/it]
|
544 |
18%|█▊ | 182/1000 [06:12<18:20, 1.34s/it]
|
545 |
|
546 |
18%|█▊ | 182/1000 [06:12<18:20, 1.34s/it]
|
547 |
18%|█▊ | 183/1000 [06:14<17:43, 1.30s/it]
|
548 |
|
549 |
18%|█▊ | 183/1000 [06:14<17:43, 1.30s/it]
|
550 |
18%|█▊ | 184/1000 [06:15<17:20, 1.28s/it]
|
551 |
|
552 |
18%|█▊ | 184/1000 [06:15<17:20, 1.28s/it]
|
553 |
18%|█▊ | 185/1000 [06:16<17:02, 1.25s/it]
|
554 |
|
555 |
18%|█▊ | 185/1000 [06:16<17:02, 1.25s/it]
|
556 |
19%|█▊ | 186/1000 [06:17<16:50, 1.24s/it]
|
557 |
|
558 |
19%|█▊ | 186/1000 [06:17<16:50, 1.24s/it]
|
559 |
19%|█▊ | 187/1000 [06:19<16:41, 1.23s/it]
|
560 |
|
561 |
19%|█▊ | 187/1000 [06:19<16:41, 1.23s/it]
|
562 |
19%|█▉ | 188/1000 [06:20<16:33, 1.22s/it]
|
563 |
|
564 |
19%|█▉ | 188/1000 [06:20<16:33, 1.22s/it]
|
565 |
19%|█▉ | 189/1000 [06:21<16:02, 1.19s/it]
|
566 |
|
567 |
19%|█▉ | 189/1000 [06:21<16:02, 1.19s/it]
|
568 |
19%|█▉ | 190/1000 [06:22<14:57, 1.11s/it]
|
569 |
|
570 |
19%|█▉ | 190/1000 [06:22<14:57, 1.11s/it]
|
571 |
19%|█▉ | 191/1000 [06:23<14:11, 1.05s/it]
|
572 |
|
573 |
19%|█▉ | 191/1000 [06:23<14:11, 1.05s/it]
|
574 |
19%|█▉ | 192/1000 [06:24<13:38, 1.01s/it]
|
575 |
|
576 |
19%|█▉ | 192/1000 [06:24<13:38, 1.01s/it]
|
577 |
19%|█▉ | 193/1000 [06:25<13:15, 1.01it/s]
|
578 |
|
579 |
19%|█▉ | 193/1000 [06:25<13:15, 1.01it/s]
|
580 |
19%|█▉ | 194/1000 [06:25<12:59, 1.03it/s]
|
581 |
|
582 |
19%|█▉ | 194/1000 [06:25<12:59, 1.03it/s]
|
583 |
20%|█▉ | 195/1000 [06:26<12:46, 1.05it/s]
|
584 |
|
585 |
20%|█▉ | 195/1000 [06:26<12:46, 1.05it/s]
|
586 |
20%|█▉ | 196/1000 [06:27<12:10, 1.10it/s]
|
587 |
|
588 |
20%|█▉ | 196/1000 [06:27<12:10, 1.10it/s]
|
589 |
20%|█▉ | 197/1000 [06:28<11:12, 1.19it/s]
|
590 |
|
591 |
20%|█▉ | 197/1000 [06:28<11:12, 1.19it/s]
|
592 |
20%|█▉ | 198/1000 [06:28<10:30, 1.27it/s]
|
593 |
|
594 |
20%|█▉ | 198/1000 [06:29<10:30, 1.27it/s]
|
595 |
20%|█▉ | 199/1000 [06:29<10:10, 1.31it/s]
|
596 |
|
597 |
20%|█▉ | 199/1000 [06:29<10:10, 1.31it/s]
|
598 |
20%|██ | 200/1000 [06:32<17:56, 1.35s/it]
|
599 |
|
600 |
20%|██ | 200/1000 [06:32<17:56, 1.35s/it]
|
601 |
20%|██ | 201/1000 [06:40<44:39, 3.35s/it]
|
602 |
|
603 |
20%|██ | 201/1000 [06:40<44:39, 3.35s/it]
|
604 |
20%|██ | 202/1000 [06:44<47:38, 3.58s/it]
|
605 |
|
606 |
20%|██ | 202/1000 [06:44<47:38, 3.58s/it]
|
607 |
20%|██ | 203/1000 [06:48<47:52, 3.60s/it]
|
608 |
|
609 |
20%|██ | 203/1000 [06:48<47:52, 3.60s/it]slurmstepd: error: *** JOB 2128361 ON gpu5 CANCELLED AT 2024-08-21T14:36:31 ***
|
|
|
1 |
+
wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
|
2 |
+
wandb: wandb version 0.17.7 is available! To upgrade, please run:
|
3 |
+
wandb: $ pip install wandb --upgrade
|
4 |
+
wandb: Tracking run with wandb version 0.17.6
|
5 |
+
wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240821_141937-nb85kn9g
|
6 |
+
wandb: Run `wandb offline` to turn off syncing.
|
7 |
+
wandb: Syncing run celestial-oath-23
|
8 |
+
wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
|
9 |
+
wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/nb85kn9g
|
10 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-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
|
11 |
+
warnings.warn(
|
12 |
+
08/21/2024 14:19:40 - WARNING - __main__ - device: cuda:0, n_gpu: 116-bits training: True
|
13 |
+
|
14 |
+
|
15 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/auto/configuration_auto.py:957: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.
|
16 |
+
warnings.warn(
|
17 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/configuration_utils.py:364: UserWarning: Passing `gradient_checkpointing` to a config initialization is deprecated and will be removed in v5 Transformers. Using `model.gradient_checkpointing_enable()` instead, or if you are using the `Trainer` API, pass `gradient_checkpointing=True` in your `TrainingArguments`.
|
18 |
+
warnings.warn(
|
19 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/auto/feature_extraction_auto.py:329: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.
|
20 |
+
warnings.warn(
|
21 |
+
/scratch/elec/puhe/p/palp3/MUCS/finetune_script_indicw2v_partdata.py:508: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
22 |
+
state_dict = torch.load(f"{model_args.model_name_or_path}/pytorch_model.bin")
|
23 |
+
Some weights of the model checkpoint at /m/triton/scratch/elec/puhe/p/palp3/MUCS/indicwav2vec-hindi were not used when initializing Wav2Vec2ForCTC: ['wav2vec2.encoder.pos_conv_embed.conv.weight_g', 'wav2vec2.encoder.pos_conv_embed.conv.weight_v']
|
24 |
+
- This IS expected if you are initializing Wav2Vec2ForCTC from the checkpoint of a model trained on another task or with another architecture (e.g. initializing a BertForSequenceClassification model from a BertForPreTraining model).
|
25 |
+
- This IS NOT expected if you are initializing Wav2Vec2ForCTC from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model).
|
26 |
+
Some weights of Wav2Vec2ForCTC were not initialized from the model checkpoint at /m/triton/scratch/elec/puhe/p/palp3/MUCS/indicwav2vec-hindi and are newly initialized: ['lm_head.bias', 'lm_head.weight', 'wav2vec2.encoder.pos_conv_embed.conv.parametrizations.weight.original0', 'wav2vec2.encoder.pos_conv_embed.conv.parametrizations.weight.original1']
|
27 |
+
You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference.
|
28 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-packages/accelerate/accelerator.py:488: FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.
|
29 |
+
self.scaler = torch.cuda.amp.GradScaler(**kwargs)
|
30 |
+
max_steps is given, it will override any value given in num_train_epochs
|
31 |
+
Wav2Vec2CTCTokenizer(name_or_path='', vocab_size=149, model_max_length=1000000000000000019884624838656, is_fast=False, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '[UNK]', 'pad_token': '[PAD]'}, clean_up_tokenization_spaces=True), added_tokens_decoder={
|
32 |
+
147: AddedToken("[UNK]", rstrip=True, lstrip=True, single_word=False, normalized=False, special=False),
|
33 |
+
148: AddedToken("[PAD]", rstrip=True, lstrip=True, single_word=False, normalized=False, special=False),
|
34 |
+
149: AddedToken("<s>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
35 |
+
150: AddedToken("</s>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
|
36 |
+
}
|
37 |
+
CHECK MODEL PARAMS Wav2Vec2ForCTC(
|
38 |
+
(wav2vec2): Wav2Vec2Model(
|
39 |
+
(feature_extractor): Wav2Vec2FeatureEncoder(
|
40 |
+
(conv_layers): ModuleList(
|
41 |
+
(0): Wav2Vec2LayerNormConvLayer(
|
42 |
+
(conv): Conv1d(1, 512, kernel_size=(10,), stride=(5,))
|
43 |
+
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
|
44 |
+
(activation): GELUActivation()
|
45 |
+
)
|
46 |
+
(1-4): 4 x Wav2Vec2LayerNormConvLayer(
|
47 |
+
(conv): Conv1d(512, 512, kernel_size=(3,), stride=(2,))
|
48 |
+
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
|
49 |
+
(activation): GELUActivation()
|
50 |
+
)
|
51 |
+
(5-6): 2 x Wav2Vec2LayerNormConvLayer(
|
52 |
+
(conv): Conv1d(512, 512, kernel_size=(2,), stride=(2,))
|
53 |
+
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
|
54 |
+
(activation): GELUActivation()
|
55 |
+
)
|
56 |
+
)
|
57 |
+
)
|
58 |
+
(feature_projection): Wav2Vec2FeatureProjection(
|
59 |
+
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
|
60 |
+
(projection): Linear(in_features=512, out_features=1024, bias=True)
|
61 |
+
(dropout): Dropout(p=0.3, inplace=False)
|
62 |
+
)
|
63 |
+
(encoder): Wav2Vec2EncoderStableLayerNorm(
|
64 |
+
(pos_conv_embed): Wav2Vec2PositionalConvEmbedding(
|
65 |
+
(conv): ParametrizedConv1d(
|
66 |
+
1024, 1024, kernel_size=(128,), stride=(1,), padding=(64,), groups=16
|
67 |
+
(parametrizations): ModuleDict(
|
68 |
+
(weight): ParametrizationList(
|
69 |
+
(0): _WeightNorm()
|
70 |
+
)
|
71 |
+
)
|
72 |
+
)
|
73 |
+
(padding): Wav2Vec2SamePadLayer()
|
74 |
+
(activation): GELUActivation()
|
75 |
+
)
|
76 |
+
(layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
|
77 |
+
(dropout): Dropout(p=0.2, inplace=False)
|
78 |
+
(layers): ModuleList(
|
79 |
+
(0-23): 24 x Wav2Vec2EncoderLayerStableLayerNorm(
|
80 |
+
(attention): Wav2Vec2SdpaAttention(
|
81 |
+
(k_proj): Linear(in_features=1024, out_features=1024, bias=True)
|
82 |
+
(v_proj): Linear(in_features=1024, out_features=1024, bias=True)
|
83 |
+
(q_proj): Linear(in_features=1024, out_features=1024, bias=True)
|
84 |
+
(out_proj): Linear(in_features=1024, out_features=1024, bias=True)
|
85 |
+
)
|
86 |
+
(dropout): Dropout(p=0.2, inplace=False)
|
87 |
+
(layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
|
88 |
+
(feed_forward): Wav2Vec2FeedForward(
|
89 |
+
(intermediate_dropout): Dropout(p=0.0, inplace=False)
|
90 |
+
(intermediate_dense): Linear(in_features=1024, out_features=4096, bias=True)
|
91 |
+
(intermediate_act_fn): GELUActivation()
|
92 |
+
(output_dense): Linear(in_features=4096, out_features=1024, bias=True)
|
93 |
+
(output_dropout): Dropout(p=0.2, inplace=False)
|
94 |
+
)
|
95 |
+
(final_layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
|
96 |
+
)
|
97 |
+
)
|
98 |
+
)
|
99 |
+
)
|
100 |
+
(dropout): Dropout(p=0.0, inplace=False)
|
101 |
+
(lm_head): Linear(in_features=1024, out_features=151, bias=True)
|
102 |
+
)
|
103 |
+
|
104 |
0%| | 0/1000 [00:00<?, ?it/s]/scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/wav2vec2/processing_wav2vec2.py:157: UserWarning: `as_target_processor` is deprecated and will be removed in v5 of Transformers. You can process your labels by using the argument `text` of the regular `__call__` method (either in the same call as your audio inputs, or in a separate call.
|
105 |
+
warnings.warn(
|
106 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-packages/torch/_dynamo/eval_frame.py:600: UserWarning: torch.utils.checkpoint: the use_reentrant parameter should be passed explicitly. In version 2.4 we will raise an exception if use_reentrant is not passed. use_reentrant=False is recommended, but if you need to preserve the current default behavior, you can pass use_reentrant=True. Refer to docs for more details on the differences between the two variants.
|
107 |
+
return fn(*args, **kwargs)
|
108 |
+
/scratch/work/palp3/myenv/lib/python3.11/site-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead.
|
109 |
+
with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined]
|
110 |
+
|
111 |
0%| | 1/1000 [00:23<6:29:15, 23.38s/it]
|
112 |
|
113 |
0%| | 1/1000 [00:23<6:29:15, 23.38s/it]
|
114 |
0%| | 2/1000 [00:27<3:20:47, 12.07s/it]
|
115 |
|
116 |
0%| | 2/1000 [00:27<3:20:47, 12.07s/it]
|
117 |
0%| | 3/1000 [00:31<2:20:58, 8.48s/it]
|
118 |
|
119 |
0%| | 3/1000 [00:31<2:20:58, 8.48s/it]
|
120 |
0%| | 4/1000 [00:35<1:46:52, 6.44s/it]
|
121 |
|
122 |
0%| | 4/1000 [00:35<1:46:52, 6.44s/it]
|
123 |
0%| | 5/1000 [00:38<1:27:11, 5.26s/it]
|
124 |
|
125 |
0%| | 5/1000 [00:38<1:27:11, 5.26s/it]
|
126 |
1%| | 6/1000 [00:41<1:13:55, 4.46s/it]
|
127 |
|
128 |
1%| | 6/1000 [00:41<1:13:55, 4.46s/it]
|
129 |
1%| | 7/1000 [00:43<1:04:39, 3.91s/it]
|
130 |
|
131 |
1%| | 7/1000 [00:43<1:04:39, 3.91s/it]
|
132 |
1%| | 8/1000 [00:46<58:03, 3.51s/it]
|
133 |
|
134 |
1%| | 8/1000 [00:46<58:03, 3.51s/it]
|
135 |
1%| | 9/1000 [00:49<53:07, 3.22s/it]
|
136 |
|
137 |
1%| | 9/1000 [00:49<53:07, 3.22s/it]
|
138 |
1%| | 10/1000 [00:51<48:38, 2.95s/it]
|
139 |
|
140 |
1%| | 10/1000 [00:51<48:38, 2.95s/it]
|
141 |
1%| | 11/1000 [00:53<45:30, 2.76s/it]
|
142 |
|
143 |
1%| | 11/1000 [00:53<45:30, 2.76s/it]
|
144 |
1%| | 12/1000 [00:56<42:58, 2.61s/it]
|
145 |
|
146 |
1%| | 12/1000 [00:56<42:58, 2.61s/it]
|
147 |
1%|▏ | 13/1000 [00:58<40:22, 2.45s/it]
|
148 |
|
149 |
1%|▏ | 13/1000 [00:58<40:22, 2.45s/it]
|
150 |
1%|▏ | 14/1000 [01:00<38:25, 2.34s/it]
|
151 |
|
152 |
1%|▏ | 14/1000 [01:00<38:25, 2.34s/it]
|
153 |
2%|▏ | 15/1000 [01:02<36:53, 2.25s/it]
|
154 |
|
155 |
2%|▏ | 15/1000 [01:02<36:53, 2.25s/it]
|
156 |
2%|▏ | 16/1000 [01:04<36:01, 2.20s/it]
|
157 |
|
158 |
2%|▏ | 16/1000 [01:04<36:01, 2.20s/it]
|
159 |
2%|▏ | 17/1000 [01:06<35:14, 2.15s/it]
|
160 |
|
161 |
2%|▏ | 17/1000 [01:06<35:14, 2.15s/it]
|
162 |
2%|▏ | 18/1000 [01:08<33:33, 2.05s/it]
|
163 |
|
164 |
2%|▏ | 18/1000 [01:08<33:33, 2.05s/it]
|
165 |
2%|▏ | 19/1000 [01:09<32:00, 1.96s/it]
|
166 |
|
167 |
2%|▏ | 19/1000 [01:09<32:00, 1.96s/it]
|
168 |
2%|▏ | 20/1000 [01:11<30:58, 1.90s/it]
|
169 |
|
170 |
2%|▏ | 20/1000 [01:11<30:58, 1.90s/it]
|
171 |
2%|▏ | 21/1000 [01:13<30:14, 1.85s/it]
|
172 |
|
173 |
2%|▏ | 21/1000 [01:13<30:14, 1.85s/it]
|
174 |
2%|▏ | 22/1000 [01:15<29:40, 1.82s/it]
|
175 |
|
176 |
2%|▏ | 22/1000 [01:15<29:40, 1.82s/it]
|
177 |
2%|▏ | 23/1000 [01:16<29:18, 1.80s/it]
|
178 |
|
179 |
2%|▏ | 23/1000 [01:16<29:18, 1.80s/it]
|
180 |
2%|▏ | 24/1000 [01:18<28:33, 1.76s/it]
|
181 |
|
182 |
2%|▏ | 24/1000 [01:18<28:33, 1.76s/it]
|
183 |
2%|▎ | 25/1000 [01:20<27:07, 1.67s/it]
|
184 |
|
185 |
2%|▎ | 25/1000 [01:20<27:07, 1.67s/it]
|
186 |
3%|▎ | 26/1000 [01:21<26:05, 1.61s/it]
|
187 |
|
188 |
3%|▎ | 26/1000 [01:21<26:05, 1.61s/it]
|
189 |
3%|▎ | 27/1000 [01:23<25:22, 1.56s/it]
|
190 |
|
191 |
3%|▎ | 27/1000 [01:23<25:22, 1.56s/it]
|
192 |
3%|▎ | 28/1000 [01:24<24:52, 1.54s/it]
|
193 |
|
194 |
3%|▎ | 28/1000 [01:24<24:52, 1.54s/it]
|
195 |
3%|▎ | 29/1000 [01:25<24:29, 1.51s/it]
|
196 |
|
197 |
3%|▎ | 29/1000 [01:25<24:29, 1.51s/it]
|
198 |
3%|▎ | 30/1000 [01:27<24:13, 1.50s/it]
|
199 |
|
200 |
3%|▎ | 30/1000 [01:27<24:13, 1.50s/it]
|
201 |
3%|▎ | 31/1000 [01:28<24:03, 1.49s/it]
|
202 |
|
203 |
3%|▎ | 31/1000 [01:28<24:03, 1.49s/it]
|
204 |
3%|▎ | 32/1000 [01:30<23:20, 1.45s/it]
|
205 |
|
206 |
3%|▎ | 32/1000 [01:30<23:20, 1.45s/it]
|
207 |
3%|▎ | 33/1000 [01:31<22:12, 1.38s/it]
|
208 |
|
209 |
3%|▎ | 33/1000 [01:31<22:12, 1.38s/it]
|
210 |
3%|▎ | 34/1000 [01:32<21:17, 1.32s/it]
|
211 |
|
212 |
3%|▎ | 34/1000 [01:32<21:17, 1.32s/it]
|
213 |
4%|▎ | 35/1000 [01:33<20:41, 1.29s/it]
|
214 |
|
215 |
4%|▎ | 35/1000 [01:33<20:41, 1.29s/it]
|
216 |
4%|▎ | 36/1000 [01:35<20:15, 1.26s/it]
|
217 |
|
218 |
4%|▎ | 36/1000 [01:35<20:15, 1.26s/it]
|
219 |
4%|▎ | 37/1000 [01:36<19:57, 1.24s/it]
|
220 |
|
221 |
4%|▎ | 37/1000 [01:36<19:57, 1.24s/it]
|
222 |
4%|▍ | 38/1000 [01:37<19:43, 1.23s/it]
|
223 |
|
224 |
4%|▍ | 38/1000 [01:37<19:43, 1.23s/it]
|
225 |
4%|▍ | 39/1000 [01:38<19:34, 1.22s/it]
|
226 |
|
227 |
4%|▍ | 39/1000 [01:38<19:34, 1.22s/it]
|
228 |
4%|▍ | 40/1000 [01:39<19:11, 1.20s/it]
|
229 |
|
230 |
4%|▍ | 40/1000 [01:39<19:11, 1.20s/it]
|
231 |
4%|▍ | 41/1000 [01:40<18:06, 1.13s/it]
|
232 |
|
233 |
4%|▍ | 41/1000 [01:40<18:06, 1.13s/it]
|
234 |
4%|▍ | 42/1000 [01:41<17:02, 1.07s/it]
|
235 |
|
236 |
4%|▍ | 42/1000 [01:41<17:02, 1.07s/it]
|
237 |
4%|▍ | 43/1000 [01:42<16:17, 1.02s/it]
|
238 |
|
239 |
4%|▍ | 43/1000 [01:42<16:17, 1.02s/it]
|
240 |
4%|▍ | 44/1000 [01:43<15:45, 1.01it/s]
|
241 |
|
242 |
4%|▍ | 44/1000 [01:43<15:45, 1.01it/s]
|
243 |
4%|▍ | 45/1000 [01:44<15:24, 1.03it/s]
|
244 |
|
245 |
4%|▍ | 45/1000 [01:44<15:24, 1.03it/s]
|
246 |
5%|▍ | 46/1000 [01:45<15:00, 1.06it/s]
|
247 |
|
248 |
5%|▍ | 46/1000 [01:45<15:00, 1.06it/s]
|
249 |
5%|▍ | 47/1000 [01:46<14:15, 1.11it/s]
|
250 |
|
251 |
5%|▍ | 47/1000 [01:46<14:15, 1.11it/s]
|
252 |
5%|▍ | 48/1000 [01:46<13:06, 1.21it/s]
|
253 |
|
254 |
5%|▍ | 48/1000 [01:46<13:06, 1.21it/s]
|
255 |
5%|▍ | 49/1000 [01:47<12:21, 1.28it/s]
|
256 |
|
257 |
5%|▍ | 49/1000 [01:47<12:21, 1.28it/s]
|
258 |
5%|▌ | 50/1000 [01:49<20:36, 1.30s/it]
|
259 |
|
260 |
5%|▌ | 50/1000 [01:49<20:36, 1.30s/it]
|
261 |
5%|▌ | 51/1000 [01:57<48:59, 3.10s/it]
|
262 |
|
263 |
5%|▌ | 51/1000 [01:57<48:59, 3.10s/it]
|
264 |
5%|▌ | 52/1000 [02:01<54:41, 3.46s/it]
|
265 |
|
266 |
5%|▌ | 52/1000 [02:01<54:41, 3.46s/it]
|
267 |
5%|▌ | 53/1000 [02:05<56:25, 3.58s/it]
|
268 |
|
269 |
5%|▌ | 53/1000 [02:05<56:25, 3.58s/it]
|
270 |
5%|▌ | 54/1000 [02:08<56:04, 3.56s/it]
|
271 |
|
272 |
5%|▌ | 54/1000 [02:08<56:04, 3.56s/it]
|
273 |
6%|▌ | 55/1000 [02:12<54:42, 3.47s/it]
|
274 |
|
275 |
6%|▌ | 55/1000 [02:12<54:42, 3.47s/it]
|
276 |
6%|▌ | 56/1000 [02:15<52:24, 3.33s/it]
|
277 |
|
278 |
6%|▌ | 56/1000 [02:15<52:24, 3.33s/it]
|
279 |
6%|▌ | 57/1000 [02:18<50:02, 3.18s/it]
|
280 |
|
281 |
6%|▌ | 57/1000 [02:18<50:02, 3.18s/it]
|
282 |
6%|▌ | 58/1000 [02:20<47:28, 3.02s/it]
|
283 |
|
284 |
6%|▌ | 58/1000 [02:20<47:28, 3.02s/it]
|
285 |
6%|▌ | 59/1000 [02:23<45:27, 2.90s/it]
|
286 |
|
287 |
6%|▌ | 59/1000 [02:23<45:27, 2.90s/it]
|
288 |
6%|▌ | 60/1000 [02:25<43:07, 2.75s/it]
|
289 |
|
290 |
6%|▌ | 60/1000 [02:25<43:07, 2.75s/it]
|
291 |
6%|▌ | 61/1000 [02:28<41:07, 2.63s/it]
|
292 |
|
293 |
6%|▌ | 61/1000 [02:28<41:07, 2.63s/it]
|
294 |
6%|▌ | 62/1000 [02:30<39:57, 2.56s/it]
|
295 |
|
296 |
6%|▌ | 62/1000 [02:30<39:57, 2.56s/it]
|
297 |
6%|▋ | 63/1000 [02:32<38:26, 2.46s/it]
|
298 |
|
299 |
6%|▋ | 63/1000 [02:32<38:26, 2.46s/it]
|
300 |
6%|▋ | 64/1000 [02:34<36:27, 2.34s/it]
|
301 |
|
302 |
6%|▋ | 64/1000 [02:34<36:27, 2.34s/it]
|
303 |
6%|▋ | 65/1000 [02:36<35:04, 2.25s/it]
|
304 |
|
305 |
6%|▋ | 65/1000 [02:36<35:04, 2.25s/it]
|
306 |
7%|▋ | 66/1000 [02:38<34:09, 2.19s/it]
|
307 |
|
308 |
7%|▋ | 66/1000 [02:38<34:09, 2.19s/it]
|
309 |
7%|▋ | 67/1000 [02:40<33:27, 2.15s/it]
|
310 |
|
311 |
7%|▋ | 67/1000 [02:40<33:27, 2.15s/it]
|
312 |
7%|▋ | 68/1000 [02:42<32:56, 2.12s/it]
|
313 |
|
314 |
7%|▋ | 68/1000 [02:42<32:56, 2.12s/it]
|
315 |
7%|▋ | 69/1000 [02:44<31:29, 2.03s/it]
|
316 |
|
317 |
7%|▋ | 69/1000 [02:44<31:29, 2.03s/it]
|
318 |
7%|▋ | 70/1000 [02:46<30:06, 1.94s/it]
|
319 |
|
320 |
7%|▋ | 70/1000 [02:46<30:06, 1.94s/it]
|
321 |
7%|▋ | 71/1000 [02:48<29:08, 1.88s/it]
|
322 |
|
323 |
7%|▋ | 71/1000 [02:48<29:08, 1.88s/it]
|
324 |
7%|▋ | 72/1000 [02:49<28:28, 1.84s/it]
|
325 |
|
326 |
7%|▋ | 72/1000 [02:49<28:28, 1.84s/it]
|
327 |
7%|▋ | 73/1000 [02:51<28:02, 1.81s/it]
|
328 |
|
329 |
7%|▋ | 73/1000 [02:51<28:02, 1.81s/it]
|
330 |
7%|▋ | 74/1000 [02:53<27:37, 1.79s/it]
|
331 |
|
332 |
7%|▋ | 74/1000 [02:53<27:37, 1.79s/it]
|
333 |
8%|▊ | 75/1000 [02:55<27:10, 1.76s/it]
|
334 |
|
335 |
8%|▊ | 75/1000 [02:55<27:10, 1.76s/it]
|
336 |
8%|▊ | 76/1000 [02:56<26:02, 1.69s/it]
|
337 |
|
338 |
8%|▊ | 76/1000 [02:56<26:02, 1.69s/it]
|
339 |
8%|▊ | 77/1000 [02:58<25:00, 1.63s/it]
|
340 |
|
341 |
8%|▊ | 77/1000 [02:58<25:00, 1.63s/it]
|
342 |
8%|▊ | 78/1000 [02:59<24:32, 1.60s/it]
|
343 |
|
344 |
8%|▊ | 78/1000 [02:59<24:32, 1.60s/it]
|
345 |
8%|▊ | 79/1000 [03:01<23:56, 1.56s/it]
|
346 |
|
347 |
8%|▊ | 79/1000 [03:01<23:56, 1.56s/it]
|
348 |
8%|▊ | 80/1000 [03:02<23:31, 1.53s/it]
|
349 |
|
350 |
8%|▊ | 80/1000 [03:02<23:31, 1.53s/it]
|
351 |
8%|▊ | 81/1000 [03:04<23:13, 1.52s/it]
|
352 |
|
353 |
8%|▊ | 81/1000 [03:04<23:13, 1.52s/it]
|
354 |
8%|▊ | 82/1000 [03:05<23:01, 1.50s/it]
|
355 |
|
356 |
8%|▊ | 82/1000 [03:05<23:01, 1.50s/it]
|
357 |
8%|▊ | 83/1000 [03:07<22:41, 1.48s/it]
|
358 |
|
359 |
8%|▊ | 83/1000 [03:07<22:41, 1.48s/it]
|
360 |
8%|▊ | 84/1000 [03:08<21:36, 1.42s/it]
|
361 |
|
362 |
8%|▊ | 84/1000 [03:08<21:36, 1.42s/it]
|
363 |
8%|▊ | 85/1000 [03:09<20:39, 1.35s/it]
|
364 |
|
365 |
8%|▊ | 85/1000 [03:09<20:39, 1.35s/it]
|
366 |
9%|▊ | 86/1000 [03:10<19:58, 1.31s/it]
|
367 |
|
368 |
9%|▊ | 86/1000 [03:10<19:58, 1.31s/it]
|
369 |
9%|▊ | 87/1000 [03:11<19:27, 1.28s/it]
|
370 |
|
371 |
9%|▊ | 87/1000 [03:11<19:27, 1.28s/it]
|
372 |
9%|▉ | 88/1000 [03:13<19:03, 1.25s/it]
|
373 |
|
374 |
9%|▉ | 88/1000 [03:13<19:03, 1.25s/it]
|
375 |
9%|▉ | 89/1000 [03:14<18:48, 1.24s/it]
|
376 |
|
377 |
9%|▉ | 89/1000 [03:14<18:48, 1.24s/it]
|
378 |
9%|▉ | 90/1000 [03:15<18:38, 1.23s/it]
|
379 |
|
380 |
9%|▉ | 90/1000 [03:15<18:38, 1.23s/it]
|
381 |
9%|▉ | 91/1000 [03:16<18:12, 1.20s/it]
|
382 |
|
383 |
9%|▉ | 91/1000 [03:16<18:12, 1.20s/it]
|
384 |
9%|▉ | 92/1000 [03:17<17:10, 1.13s/it]
|
385 |
|
386 |
9%|▉ | 92/1000 [03:17<17:10, 1.13s/it]
|
387 |
9%|▉ | 93/1000 [03:18<16:11, 1.07s/it]
|
388 |
|
389 |
9%|▉ | 93/1000 [03:18<16:11, 1.07s/it]
|
390 |
9%|▉ | 94/1000 [03:19<15:31, 1.03s/it]
|
391 |
|
392 |
9%|▉ | 94/1000 [03:19<15:31, 1.03s/it]
|
393 |
10%|▉ | 95/1000 [03:20<15:00, 1.00it/s]
|
394 |
|
395 |
10%|▉ | 95/1000 [03:20<15:00, 1.00it/s]
|
396 |
10%|▉ | 96/1000 [03:21<14:44, 1.02it/s]
|
397 |
|
398 |
10%|▉ | 96/1000 [03:21<14:44, 1.02it/s]
|
399 |
10%|▉ | 97/1000 [03:22<13:48, 1.09it/s]
|
400 |
|
401 |
10%|▉ | 97/1000 [03:22<13:48, 1.09it/s]
|
402 |
10%|▉ | 98/1000 [03:22<12:39, 1.19it/s]
|
403 |
|
404 |
10%|▉ | 98/1000 [03:22<12:39, 1.19it/s]
|
405 |
10%|▉ | 99/1000 [03:23<11:50, 1.27it/s]
|
406 |
|
407 |
10%|▉ | 99/1000 [03:23<11:50, 1.27it/s]
|
408 |
10%|█ | 100/1000 [03:25<19:40, 1.31s/it]
|
409 |
|
410 |
10%|█ | 100/1000 [03:25<19:40, 1.31s/it]
|
411 |
10%|█ | 101/1000 [03:34<51:53, 3.46s/it]
|
412 |
|
413 |
10%|█ | 101/1000 [03:34<51:53, 3.46s/it]
|
414 |
10%|█ | 102/1000 [03:38<55:32, 3.71s/it]
|
415 |
|
416 |
10%|█ | 102/1000 [03:38<55:32, 3.71s/it]
|
417 |
10%|█ | 103/1000 [03:42<55:10, 3.69s/it]
|
418 |
|
419 |
10%|█ | 103/1000 [03:42<55:10, 3.69s/it]
|
420 |
10%|█ | 104/1000 [03:45<53:26, 3.58s/it]
|
421 |
|
422 |
10%|█ | 104/1000 [03:45<53:26, 3.58s/it]
|
423 |
10%|█ | 105/1000 [03:48<50:52, 3.41s/it]
|
424 |
|
425 |
10%|█ | 105/1000 [03:48<50:52, 3.41s/it]
|
426 |
11%|█ | 106/1000 [03:51<48:27, 3.25s/it]
|
427 |
|
428 |
11%|█ | 106/1000 [03:51<48:27, 3.25s/it]
|
429 |
11%|█ | 107/1000 [03:54<46:09, 3.10s/it]
|
430 |
|
431 |
11%|█ | 107/1000 [03:54<46:09, 3.10s/it]
|
432 |
11%|█ | 108/1000 [03:56<44:05, 2.97s/it]
|
433 |
|
434 |
11%|█ | 108/1000 [03:57<44:05, 2.97s/it]
|
435 |
11%|█ | 109/1000 [03:59<41:47, 2.81s/it]
|
436 |
|
437 |
11%|█ | 109/1000 [03:59<41:47, 2.81s/it]
|
438 |
11%|█ | 110/1000 [04:01<39:41, 2.68s/it]
|
439 |
|
440 |
11%|█ | 110/1000 [04:01<39:41, 2.68s/it]
|
441 |
11%|█ | 111/1000 [04:04<38:06, 2.57s/it]
|
442 |
|
443 |
11%|█ | 111/1000 [04:04<38:06, 2.57s/it]
|
444 |
11%|█ | 112/1000 [04:06<36:46, 2.49s/it]
|
445 |
|
446 |
11%|█ | 112/1000 [04:06<36:46, 2.49s/it]
|
447 |
11%|█▏ | 113/1000 [04:08<35:00, 2.37s/it]
|
448 |
|
449 |
11%|█▏ | 113/1000 [04:08<35:00, 2.37s/it]
|
450 |
11%|█▏ | 114/1000 [04:10<33:32, 2.27s/it]
|
451 |
|
452 |
11%|█▏ | 114/1000 [04:10<33:32, 2.27s/it]
|
453 |
12%|█▏ | 115/1000 [04:12<32:28, 2.20s/it]
|
454 |
|
455 |
12%|█▏ | 115/1000 [04:12<32:28, 2.20s/it]
|
456 |
12%|█▏ | 116/1000 [04:14<31:42, 2.15s/it]
|
457 |
|
458 |
12%|█▏ | 116/1000 [04:14<31:42, 2.15s/it]
|
459 |
12%|█▏ | 117/1000 [04:16<31:13, 2.12s/it]
|
460 |
|
461 |
12%|█▏ | 117/1000 [04:16<31:13, 2.12s/it]
|
462 |
12%|█▏ | 118/1000 [04:18<30:30, 2.08s/it]
|
463 |
|
464 |
12%|█▏ | 118/1000 [04:18<30:30, 2.08s/it]
|
465 |
12%|█▏ | 119/1000 [04:20<29:03, 1.98s/it]
|
466 |
|
467 |
12%|█▏ | 119/1000 [04:20<29:03, 1.98s/it]
|
468 |
12%|█▏ | 120/1000 [04:22<28:02, 1.91s/it]
|
469 |
|
470 |
12%|█▏ | 120/1000 [04:22<28:02, 1.91s/it]
|
471 |
12%|█▏ | 121/1000 [04:23<27:14, 1.86s/it]
|
472 |
|
473 |
12%|█▏ | 121/1000 [04:23<27:14, 1.86s/it]
|
474 |
12%|█▏ | 122/1000 [04:25<26:46, 1.83s/it]
|
475 |
|
476 |
12%|█▏ | 122/1000 [04:25<26:46, 1.83s/it]
|
477 |
12%|█▏ | 123/1000 [04:27<26:27, 1.81s/it]
|
478 |
|
479 |
12%|█▏ | 123/1000 [04:27<26:27, 1.81s/it]
|
480 |
12%|█▏ | 124/1000 [04:29<26:08, 1.79s/it]
|
481 |
|
482 |
12%|█▏ | 124/1000 [04:29<26:08, 1.79s/it]
|
483 |
12%|█▎ | 125/1000 [04:30<25:26, 1.75s/it]
|
484 |
|
485 |
12%|█▎ | 125/1000 [04:30<25:26, 1.75s/it]
|
486 |
13%|█▎ | 126/1000 [04:32<24:15, 1.67s/it]
|
487 |
|
488 |
13%|█▎ | 126/1000 [04:32<24:15, 1.67s/it]
|
489 |
13%|█▎ | 127/1000 [04:33<23:24, 1.61s/it]
|
490 |
|
491 |
13%|█▎ | 127/1000 [04:33<23:24, 1.61s/it]
|
492 |
13%|█▎ | 128/1000 [04:35<22:50, 1.57s/it]
|
493 |
|
494 |
13%|█▎ | 128/1000 [04:35<22:50, 1.57s/it]
|
495 |
13%|█▎ | 129/1000 [04:36<22:22, 1.54s/it]
|
496 |
|
497 |
13%|█▎ | 129/1000 [04:36<22:22, 1.54s/it]
|
498 |
13%|█▎ | 130/1000 [04:38<22:01, 1.52s/it]
|
499 |
|
500 |
13%|█▎ | 130/1000 [04:38<22:01, 1.52s/it]
|
501 |
13%|█▎ | 131/1000 [04:39<21:48, 1.51s/it]
|
502 |
|
503 |
13%|█▎ | 131/1000 [04:39<21:48, 1.51s/it]
|
504 |
13%|█▎ | 132/1000 [04:41<21:40, 1.50s/it]
|
505 |
|
506 |
13%|█▎ | 132/1000 [04:41<21:40, 1.50s/it]
|
507 |
13%|█▎ | 133/1000 [04:42<21:11, 1.47s/it]
|
508 |
|
509 |
13%|█▎ | 133/1000 [04:42<21:11, 1.47s/it]
|
510 |
13%|█▎ | 134/1000 [04:43<20:05, 1.39s/it]
|
511 |
|
512 |
13%|█▎ | 134/1000 [04:43<20:05, 1.39s/it]
|
513 |
14%|█▎ | 135/1000 [04:44<19:17, 1.34s/it]
|
514 |
|
515 |
14%|█▎ | 135/1000 [04:44<19:17, 1.34s/it]
|
516 |
14%|█▎ | 136/1000 [04:46<18:43, 1.30s/it]
|
517 |
|
518 |
14%|█▎ | 136/1000 [04:46<18:43, 1.30s/it]
|
519 |
14%|█▎ | 137/1000 [04:47<18:17, 1.27s/it]
|
520 |
|
521 |
14%|█▎ | 137/1000 [04:47<18:17, 1.27s/it]
|
522 |
14%|█▍ | 138/1000 [04:48<17:58, 1.25s/it]
|
523 |
|
524 |
14%|█▍ | 138/1000 [04:48<17:58, 1.25s/it]
|
525 |
14%|█▍ | 139/1000 [04:49<17:46, 1.24s/it]
|
526 |
|
527 |
14%|█▍ | 139/1000 [04:49<17:46, 1.24s/it]
|
528 |
14%|█▍ | 140/1000 [04:50<17:26, 1.22s/it]
|
529 |
|
530 |
14%|█▍ | 140/1000 [04:50<17:26, 1.22s/it]
|
531 |
14%|█▍ | 141/1000 [04:51<16:23, 1.14s/it]
|
532 |
|
533 |
14%|█▍ | 141/1000 [04:51<16:23, 1.14s/it]
|
534 |
14%|█▍ | 142/1000 [04:52<15:23, 1.08s/it]
|
535 |
|
536 |
14%|█▍ | 142/1000 [04:52<15:23, 1.08s/it]
|
537 |
14%|█▍ | 143/1000 [04:53<14:43, 1.03s/it]
|
538 |
|
539 |
14%|█▍ | 143/1000 [04:53<14:43, 1.03s/it]
|
540 |
14%|█▍ | 144/1000 [04:54<14:12, 1.00it/s]
|
541 |
|
542 |
14%|█▍ | 144/1000 [04:54<14:12, 1.00it/s]
|
543 |
14%|█▍ | 145/1000 [04:55<13:53, 1.03it/s]
|
544 |
|
545 |
14%|█▍ | 145/1000 [04:55<13:53, 1.03it/s]
|
546 |
15%|█▍ | 146/1000 [04:56<13:39, 1.04it/s]
|
547 |
|
548 |
15%|█▍ | 146/1000 [04:56<13:39, 1.04it/s]
|
549 |
15%|█▍ | 147/1000 [04:57<12:35, 1.13it/s]
|
550 |
|
551 |
15%|█▍ | 147/1000 [04:57<12:35, 1.13it/s]
|
552 |
15%|█▍ | 148/1000 [04:57<11:37, 1.22it/s]
|
553 |
|
554 |
15%|█▍ | 148/1000 [04:57<11:37, 1.22it/s]
|
555 |
15%|█▍ | 149/1000 [04:58<10:57, 1.29it/s]
|
556 |
|
557 |
15%|█▍ | 149/1000 [04:58<10:57, 1.29it/s]
|
558 |
15%|█▌ | 150/1000 [05:01<19:37, 1.38s/it]
|
559 |
|
560 |
15%|█▌ | 150/1000 [05:01<19:37, 1.38s/it]
|
561 |
15%|█▌ | 151/1000 [05:09<46:12, 3.27s/it]
|
562 |
|
563 |
15%|█▌ | 151/1000 [05:09<46:12, 3.27s/it]
|
564 |
15%|█▌ | 152/1000 [05:13<49:43, 3.52s/it]
|
565 |
|
566 |
15%|█▌ | 152/1000 [05:13<49:43, 3.52s/it]
|
567 |
15%|█▌ | 153/1000 [05:16<50:02, 3.54s/it]
|
568 |
|
569 |
15%|█▌ | 153/1000 [05:16<50:02, 3.54s/it]
|
570 |
15%|█▌ | 154/1000 [05:20<48:49, 3.46s/it]
|
571 |
|
572 |
15%|█▌ | 154/1000 [05:20<48:49, 3.46s/it]
|
573 |
16%|█▌ | 155/1000 [05:23<46:54, 3.33s/it]
|
574 |
|
575 |
16%|█▌ | 155/1000 [05:23<46:54, 3.33s/it]
|
576 |
16%|█▌ | 156/1000 [05:25<44:57, 3.20s/it]
|
577 |
|
578 |
16%|█▌ | 156/1000 [05:25<44:57, 3.20s/it]
|
579 |
16%|█▌ | 157/1000 [05:28<42:37, 3.03s/it]
|
580 |
|
581 |
16%|█▌ | 157/1000 [05:28<42:37, 3.03s/it]
|
582 |
16%|█▌ | 158/1000 [05:31<40:54, 2.92s/it]
|
583 |
|
584 |
16%|█▌ | 158/1000 [05:31<40:54, 2.92s/it]
|
585 |
16%|█▌ | 159/1000 [05:33<38:48, 2.77s/it]
|
586 |
|
587 |
16%|█▌ | 159/1000 [05:33<38:48, 2.77s/it]
|
588 |
16%|█▌ | 160/1000 [05:36<36:58, 2.64s/it]
|
589 |
|
590 |
16%|█▌ | 160/1000 [05:36<36:58, 2.64s/it]
|
591 |
16%|█▌ | 161/1000 [05:38<35:12, 2.52s/it]
|
592 |
|
593 |
16%|█▌ | 161/1000 [05:38<35:12, 2.52s/it]
|
594 |
16%|█▌ | 162/1000 [05:40<33:14, 2.38s/it]
|
595 |
|
596 |
16%|█▌ | 162/1000 [05:40<33:14, 2.38s/it]
|
597 |
16%|█▋ | 163/1000 [05:42<31:52, 2.28s/it]
|
598 |
|
599 |
16%|█▋ | 163/1000 [05:42<31:52, 2.28s/it]
|
600 |
16%|█▋ | 164/1000 [05:44<30:51, 2.22s/it]
|
601 |
|
602 |
16%|█▋ | 164/1000 [05:44<30:51, 2.22s/it]
|
603 |
16%|█▋ | 165/1000 [05:46<30:11, 2.17s/it]
|
604 |
|
605 |
16%|█▋ | 165/1000 [05:46<30:11, 2.17s/it]
|
606 |
17%|█▋ | 166/1000 [05:48<29:00, 2.09s/it]
|
607 |
|
608 |
17%|█▋ | 166/1000 [05:48<29:00, 2.09s/it]
|
609 |
17%|█▋ | 167/1000 [05:50<27:33, 1.99s/it]
|
610 |
|
611 |
17%|█▋ | 167/1000 [05:50<27:33, 1.99s/it]
|
612 |
17%|█▋ | 168/1000 [05:51<26:31, 1.91s/it]
|
613 |
|
614 |
17%|█▋ | 168/1000 [05:51<26:31, 1.91s/it]
|
615 |
17%|█▋ | 169/1000 [05:53<25:51, 1.87s/it]
|
616 |
|
617 |
17%|█▋ | 169/1000 [05:53<25:51, 1.87s/it]
|
618 |
17%|█▋ | 170/1000 [05:55<25:16, 1.83s/it]
|
619 |
|
620 |
17%|█▋ | 170/1000 [05:55<25:16, 1.83s/it]
|
621 |
17%|█▋ | 171/1000 [05:57<24:54, 1.80s/it]
|
622 |
|
623 |
17%|█▋ | 171/1000 [05:57<24:54, 1.80s/it]
|
624 |
17%|█▋ | 172/1000 [05:58<24:18, 1.76s/it]
|
625 |
|
626 |
17%|█▋ | 172/1000 [05:58<24:18, 1.76s/it]
|
627 |
17%|█▋ | 173/1000 [06:00<23:08, 1.68s/it]
|
628 |
|
629 |
17%|█▋ | 173/1000 [06:00<23:08, 1.68s/it]
|
630 |
17%|█▋ | 174/1000 [06:01<22:16, 1.62s/it]
|
631 |
|
632 |
17%|█▋ | 174/1000 [06:01<22:16, 1.62s/it]
|
633 |
18%|█▊ | 175/1000 [06:03<21:39, 1.58s/it]
|
634 |
|
635 |
18%|█▊ | 175/1000 [06:03<21:39, 1.58s/it]
|
636 |
18%|█▊ | 176/1000 [06:04<21:14, 1.55s/it]
|
637 |
|
638 |
18%|█▊ | 176/1000 [06:04<21:14, 1.55s/it]
|
639 |
18%|█▊ | 177/1000 [06:06<20:53, 1.52s/it]
|
640 |
|
641 |
18%|█▊ | 177/1000 [06:06<20:53, 1.52s/it]
|
642 |
18%|█▊ | 178/1000 [06:07<20:42, 1.51s/it]
|
643 |
|
644 |
18%|█▊ | 178/1000 [06:07<20:42, 1.51s/it]
|
645 |
18%|█▊ | 179/1000 [06:09<20:30, 1.50s/it]
|
646 |
|
647 |
18%|█▊ | 179/1000 [06:09<20:30, 1.50s/it]
|
648 |
18%|█▊ | 180/1000 [06:10<20:05, 1.47s/it]
|
649 |
|
650 |
18%|█▊ | 180/1000 [06:10<20:05, 1.47s/it]
|
651 |
18%|█▊ | 181/1000 [06:11<19:11, 1.41s/it]
|
652 |
|
653 |
18%|█▊ | 181/1000 [06:11<19:11, 1.41s/it]
|
654 |
18%|█▊ | 182/1000 [06:12<18:20, 1.34s/it]
|
655 |
|
656 |
18%|█▊ | 182/1000 [06:12<18:20, 1.34s/it]
|
657 |
18%|█▊ | 183/1000 [06:14<17:43, 1.30s/it]
|
658 |
|
659 |
18%|█▊ | 183/1000 [06:14<17:43, 1.30s/it]
|
660 |
18%|█▊ | 184/1000 [06:15<17:20, 1.28s/it]
|
661 |
|
662 |
18%|█▊ | 184/1000 [06:15<17:20, 1.28s/it]
|
663 |
18%|█▊ | 185/1000 [06:16<17:02, 1.25s/it]
|
664 |
|
665 |
18%|█▊ | 185/1000 [06:16<17:02, 1.25s/it]
|
666 |
19%|█▊ | 186/1000 [06:17<16:50, 1.24s/it]
|
667 |
|
668 |
19%|█▊ | 186/1000 [06:17<16:50, 1.24s/it]
|
669 |
19%|█▊ | 187/1000 [06:19<16:41, 1.23s/it]
|
670 |
|
671 |
19%|█▊ | 187/1000 [06:19<16:41, 1.23s/it]
|
672 |
19%|█▉ | 188/1000 [06:20<16:33, 1.22s/it]
|
673 |
|
674 |
19%|█▉ | 188/1000 [06:20<16:33, 1.22s/it]
|
675 |
19%|█▉ | 189/1000 [06:21<16:02, 1.19s/it]
|
676 |
|
677 |
19%|█▉ | 189/1000 [06:21<16:02, 1.19s/it]
|
678 |
19%|█▉ | 190/1000 [06:22<14:57, 1.11s/it]
|
679 |
|
680 |
19%|█▉ | 190/1000 [06:22<14:57, 1.11s/it]
|
681 |
19%|█▉ | 191/1000 [06:23<14:11, 1.05s/it]
|
682 |
|
683 |
19%|█▉ | 191/1000 [06:23<14:11, 1.05s/it]
|
684 |
19%|█▉ | 192/1000 [06:24<13:38, 1.01s/it]
|
685 |
|
686 |
19%|█▉ | 192/1000 [06:24<13:38, 1.01s/it]
|
687 |
19%|█▉ | 193/1000 [06:25<13:15, 1.01it/s]
|
688 |
|
689 |
19%|█▉ | 193/1000 [06:25<13:15, 1.01it/s]
|
690 |
19%|█▉ | 194/1000 [06:25<12:59, 1.03it/s]
|
691 |
|
692 |
19%|█▉ | 194/1000 [06:25<12:59, 1.03it/s]
|
693 |
20%|█▉ | 195/1000 [06:26<12:46, 1.05it/s]
|
694 |
|
695 |
20%|█▉ | 195/1000 [06:26<12:46, 1.05it/s]
|
696 |
20%|█▉ | 196/1000 [06:27<12:10, 1.10it/s]
|
697 |
|
698 |
20%|█▉ | 196/1000 [06:27<12:10, 1.10it/s]
|
699 |
20%|█▉ | 197/1000 [06:28<11:12, 1.19it/s]
|
700 |
|
701 |
20%|█▉ | 197/1000 [06:28<11:12, 1.19it/s]
|
702 |
20%|█▉ | 198/1000 [06:28<10:30, 1.27it/s]
|
703 |
|
704 |
20%|█▉ | 198/1000 [06:29<10:30, 1.27it/s]
|
705 |
20%|█▉ | 199/1000 [06:29<10:10, 1.31it/s]
|
706 |
|
707 |
20%|█▉ | 199/1000 [06:29<10:10, 1.31it/s]
|
708 |
20%|██ | 200/1000 [06:32<17:56, 1.35s/it]
|
709 |
|
710 |
20%|██ | 200/1000 [06:32<17:56, 1.35s/it]
|
711 |
20%|██ | 201/1000 [06:40<44:39, 3.35s/it]
|
712 |
|
713 |
20%|██ | 201/1000 [06:40<44:39, 3.35s/it]
|
714 |
20%|██ | 202/1000 [06:44<47:38, 3.58s/it]
|
715 |
|
716 |
20%|██ | 202/1000 [06:44<47:38, 3.58s/it]
|
717 |
20%|██ | 203/1000 [06:48<47:52, 3.60s/it]
|
718 |
|
719 |
20%|██ | 203/1000 [06:48<47:52, 3.60s/it]slurmstepd: error: *** JOB 2128361 ON gpu5 CANCELLED AT 2024-08-21T14:36:31 ***
|
json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a.incomplete_info.lock
ADDED
File without changes
|
json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/cache-bd3db0facea40b8d.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49b4d74dc0972855ca766736529b82ac7e2943140a3d4dfeec837740c72a72bf
|
3 |
+
size 430536
|
json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/dataset_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"description": "", "citation": "", "homepage": "", "license": "", "features": {"audio_id": {"dtype": "string", "_type": "Value"}, "audio_paths": {"dtype": "string", "_type": "Value"}, "transcriptions": {"dtype": "string", "_type": "Value"}}, "builder_name": "json", "dataset_name": "json", "config_name": "default", "version": {"version_str": "0.0.0", "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 13235737, "num_examples": 52825, "dataset_name": "json"}}, "download_checksums": {"/m/triton/scratch/elec/puhe/p/palp3/MUCS/MUCS_train_test_dataset_dict_v2.json": {"num_bytes": 22505219, "checksum": null}}, "download_size": 22505219, "dataset_size": 13235737, "size_in_bytes": 35740956}
|
json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/json-train.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10a6c2891b5cf56e16613cbe17c167485b41888123c9bfc933cf4f8c41e40e6a
|
3 |
+
size 13255688
|
json/default-1e0effeee5ce3cbb/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a_builder.lock
ADDED
File without changes
|
json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a.incomplete_info.lock
ADDED
File without changes
|
json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/dataset_info.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"description": "", "citation": "", "homepage": "", "license": "", "features": {"audio_id": {"dtype": "string", "_type": "Value"}, "audio_paths": {"dtype": "string", "_type": "Value"}, "transcriptions": {"dtype": "string", "_type": "Value"}}, "builder_name": "json", "dataset_name": "json", "config_name": "default", "version": {"version_str": "0.0.0", "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 791200, "num_examples": 3136, "dataset_name": "json"}}, "download_checksums": {"/m/triton/scratch/elec/puhe/p/palp3/MUCS/MUCS_train_test_dataset_dict_v2.json": {"num_bytes": 22505219, "checksum": null}}, "download_size": 22505219, "dataset_size": 791200, "size_in_bytes": 23296419}
|
json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/json-train.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbbe02a419ea87c50b03d02089a41e7a6c114e96411394405f3ca717ade2db7d
|
3 |
+
size 793032
|
json/default-e1fa1bd3a5ee0c77/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a_builder.lock
ADDED
File without changes
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9367c78a92aef3076de01353e7f63733eb3273ffbca6c59957741bf6a4155549
|
3 |
+
size 1262426580
|
predictions_indicw2v_ad0_3_hd_02_featd_0_2_lr6e-4_warmup500_s300_shuff100.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
preprocessor_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0,
|
7 |
+
"processor_class": "Wav2Vec2Processor",
|
8 |
+
"return_attention_mask": true,
|
9 |
+
"sampling_rate": 16000
|
10 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"147": {
|
4 |
+
"content": "[UNK]",
|
5 |
+
"lstrip": true,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": true,
|
8 |
+
"single_word": false,
|
9 |
+
"special": false
|
10 |
+
},
|
11 |
+
"148": {
|
12 |
+
"content": "[PAD]",
|
13 |
+
"lstrip": true,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": true,
|
16 |
+
"single_word": false,
|
17 |
+
"special": false
|
18 |
+
},
|
19 |
+
"149": {
|
20 |
+
"content": "<s>",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"150": {
|
28 |
+
"content": "</s>",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"bos_token": "<s>",
|
37 |
+
"clean_up_tokenization_spaces": true,
|
38 |
+
"do_lower_case": false,
|
39 |
+
"eos_token": "</s>",
|
40 |
+
"model_max_length": 1000000000000000019884624838656,
|
41 |
+
"pad_token": "[PAD]",
|
42 |
+
"processor_class": "Wav2Vec2Processor",
|
43 |
+
"replace_word_delimiter_char": " ",
|
44 |
+
"target_lang": null,
|
45 |
+
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
46 |
+
"unk_token": "[UNK]",
|
47 |
+
"word_delimiter_token": "|"
|
48 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeac58d8964b49d915038731c28a91ee0d56a3958c02bf5737260d7c08c53eba
|
3 |
+
size 5432
|
vocab.json
ADDED
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"!": 1,
|
3 |
+
"#": 2,
|
4 |
+
"$": 3,
|
5 |
+
"%": 4,
|
6 |
+
"&": 5,
|
7 |
+
"*": 6,
|
8 |
+
"+": 7,
|
9 |
+
"/": 8,
|
10 |
+
"0": 9,
|
11 |
+
"1": 10,
|
12 |
+
"2": 11,
|
13 |
+
"3": 12,
|
14 |
+
"4": 13,
|
15 |
+
"5": 14,
|
16 |
+
"6": 15,
|
17 |
+
"7": 16,
|
18 |
+
"8": 17,
|
19 |
+
"9": 18,
|
20 |
+
":": 19,
|
21 |
+
";": 20,
|
22 |
+
"<": 21,
|
23 |
+
"=": 22,
|
24 |
+
">": 23,
|
25 |
+
"@": 24,
|
26 |
+
"[PAD]": 148,
|
27 |
+
"[UNK]": 147,
|
28 |
+
"\\": 25,
|
29 |
+
"^": 26,
|
30 |
+
"_": 27,
|
31 |
+
"`": 28,
|
32 |
+
"a": 29,
|
33 |
+
"b": 30,
|
34 |
+
"c": 31,
|
35 |
+
"d": 32,
|
36 |
+
"e": 33,
|
37 |
+
"f": 34,
|
38 |
+
"g": 35,
|
39 |
+
"h": 36,
|
40 |
+
"i": 37,
|
41 |
+
"j": 38,
|
42 |
+
"k": 39,
|
43 |
+
"l": 40,
|
44 |
+
"m": 41,
|
45 |
+
"n": 42,
|
46 |
+
"o": 43,
|
47 |
+
"p": 44,
|
48 |
+
"q": 45,
|
49 |
+
"r": 46,
|
50 |
+
"s": 47,
|
51 |
+
"t": 48,
|
52 |
+
"u": 49,
|
53 |
+
"v": 50,
|
54 |
+
"w": 51,
|
55 |
+
"x": 52,
|
56 |
+
"y": 53,
|
57 |
+
"z": 54,
|
58 |
+
"{": 55,
|
59 |
+
"|": 0,
|
60 |
+
"}": 56,
|
61 |
+
"~": 57,
|
62 |
+
"°": 58,
|
63 |
+
"º": 59,
|
64 |
+
"×": 60,
|
65 |
+
"λ": 61,
|
66 |
+
"μ": 62,
|
67 |
+
"π": 63,
|
68 |
+
"φ": 64,
|
69 |
+
"ω": 65,
|
70 |
+
"ँ": 66,
|
71 |
+
"ं": 67,
|
72 |
+
"ः": 68,
|
73 |
+
"अ": 69,
|
74 |
+
"आ": 70,
|
75 |
+
"इ": 71,
|
76 |
+
"ई": 72,
|
77 |
+
"उ": 73,
|
78 |
+
"ऊ": 74,
|
79 |
+
"ऋ": 75,
|
80 |
+
"ऍ": 76,
|
81 |
+
"ए": 77,
|
82 |
+
"ऐ": 78,
|
83 |
+
"ऑ": 79,
|
84 |
+
"ओ": 80,
|
85 |
+
"औ": 81,
|
86 |
+
"क": 82,
|
87 |
+
"ख": 83,
|
88 |
+
"ग": 84,
|
89 |
+
"घ": 85,
|
90 |
+
"च": 86,
|
91 |
+
"छ": 87,
|
92 |
+
"ज": 88,
|
93 |
+
"झ": 89,
|
94 |
+
"ञ": 90,
|
95 |
+
"ट": 91,
|
96 |
+
"ठ": 92,
|
97 |
+
"ड": 93,
|
98 |
+
"ढ": 94,
|
99 |
+
"ण": 95,
|
100 |
+
"त": 96,
|
101 |
+
"थ": 97,
|
102 |
+
"द": 98,
|
103 |
+
"ध": 99,
|
104 |
+
"न": 100,
|
105 |
+
"ऩ": 101,
|
106 |
+
"प": 102,
|
107 |
+
"फ": 103,
|
108 |
+
"ब": 104,
|
109 |
+
"भ": 105,
|
110 |
+
"म": 106,
|
111 |
+
"य": 107,
|
112 |
+
"र": 108,
|
113 |
+
"ऱ": 109,
|
114 |
+
"ल": 110,
|
115 |
+
"व": 111,
|
116 |
+
"श": 112,
|
117 |
+
"ष": 113,
|
118 |
+
"स": 114,
|
119 |
+
"ह": 115,
|
120 |
+
"़": 116,
|
121 |
+
"ा": 117,
|
122 |
+
"ि": 118,
|
123 |
+
"ी": 119,
|
124 |
+
"ु": 120,
|
125 |
+
"ू": 121,
|
126 |
+
"ृ": 122,
|
127 |
+
"ॅ": 123,
|
128 |
+
"े": 124,
|
129 |
+
"ै": 125,
|
130 |
+
"ॉ": 126,
|
131 |
+
"ो": 127,
|
132 |
+
"ौ": 128,
|
133 |
+
"्": 129,
|
134 |
+
"०": 130,
|
135 |
+
"१": 131,
|
136 |
+
"२": 132,
|
137 |
+
"३": 133,
|
138 |
+
"४": 134,
|
139 |
+
"५": 135,
|
140 |
+
"६": 136,
|
141 |
+
"७": 137,
|
142 |
+
"८": 138,
|
143 |
+
"९": 139,
|
144 |
+
"–": 140,
|
145 |
+
"•": 141,
|
146 |
+
"…": 142,
|
147 |
+
"›": 143,
|
148 |
+
"⅓": 144,
|
149 |
+
"→": 145,
|
150 |
+
"−": 146
|
151 |
+
}
|