eval_cache_hinglish / evalonlyhinglish_indicwav2vec_MUCS_warmup2000_s300shuff500_2144487.out
Priyanship's picture
End of training
d0ebe82 verified
Raw
History Blame Contribute Delete
31.2 kB
wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
wandb: wandb version 0.17.7 is available! To upgrade, please run:
wandb: $ pip install wandb --upgrade
wandb: Tracking run with wandb version 0.17.6
wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240822_173605-b43qqej3
wandb: Run `wandb offline` to turn off syncing.
wandb: Syncing run eval_pd20000_w500_s300_shuff100_hinglish
wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/b43qqej3
/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
warnings.warn(
Generating train split: 0 examples [00:00, ? examples/s] Generating train split: 2564 examples [00:00, 5653.88 examples/s] Generating train split: 2564 examples [00:00, 5484.69 examples/s]
/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.
warnings.warn(
/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.
warnings.warn(
/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.
self.scaler = torch.cuda.amp.GradScaler(**kwargs)
max_steps is given, it will override any value given in num_train_epochs
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={
147: AddedToken("[UNK]", rstrip=True, lstrip=True, single_word=False, normalized=False, special=False),
148: AddedToken("[PAD]", rstrip=True, lstrip=True, single_word=False, normalized=False, special=False),
149: AddedToken("<s>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
150: AddedToken("</s>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
}
CHECK MODEL PARAMS Wav2Vec2ForCTC(
(wav2vec2): Wav2Vec2Model(
(feature_extractor): Wav2Vec2FeatureEncoder(
(conv_layers): ModuleList(
(0): Wav2Vec2LayerNormConvLayer(
(conv): Conv1d(1, 512, kernel_size=(10,), stride=(5,))
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
(activation): GELUActivation()
)
(1-4): 4 x Wav2Vec2LayerNormConvLayer(
(conv): Conv1d(512, 512, kernel_size=(3,), stride=(2,))
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
(activation): GELUActivation()
)
(5-6): 2 x Wav2Vec2LayerNormConvLayer(
(conv): Conv1d(512, 512, kernel_size=(2,), stride=(2,))
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
(activation): GELUActivation()
)
)
)
(feature_projection): Wav2Vec2FeatureProjection(
(layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
(projection): Linear(in_features=512, out_features=1024, bias=True)
(dropout): Dropout(p=0.3, inplace=False)
)
(encoder): Wav2Vec2EncoderStableLayerNorm(
(pos_conv_embed): Wav2Vec2PositionalConvEmbedding(
(conv): ParametrizedConv1d(
1024, 1024, kernel_size=(128,), stride=(1,), padding=(64,), groups=16
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): _WeightNorm()
)
)
)
(padding): Wav2Vec2SamePadLayer()
(activation): GELUActivation()
)
(layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(dropout): Dropout(p=0.2, inplace=False)
(layers): ModuleList(
(0-23): 24 x Wav2Vec2EncoderLayerStableLayerNorm(
(attention): Wav2Vec2SdpaAttention(
(k_proj): Linear(in_features=1024, out_features=1024, bias=True)
(v_proj): Linear(in_features=1024, out_features=1024, bias=True)
(q_proj): Linear(in_features=1024, out_features=1024, bias=True)
(out_proj): Linear(in_features=1024, out_features=1024, bias=True)
)
(dropout): Dropout(p=0.2, inplace=False)
(layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(feed_forward): Wav2Vec2FeedForward(
(intermediate_dropout): Dropout(p=0.0, inplace=False)
(intermediate_dense): Linear(in_features=1024, out_features=4096, bias=True)
(intermediate_act_fn): GELUActivation()
(output_dense): Linear(in_features=4096, out_features=1024, bias=True)
(output_dropout): Dropout(p=0.2, inplace=False)
)
(final_layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
)
)
)
)
(dropout): Dropout(p=0.0, inplace=False)
(lm_head): Linear(in_features=1024, out_features=151, bias=True)
)
check the eval set length 2564
08/22/2024 17:36:18 - INFO - __main__ - *** Evaluate ***
/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.
warnings.warn(
0%| | 0/161 [00:00<?, ?it/s] 1%| | 2/161 [00:00<01:07, 2.36it/s] 2%|▏ | 3/161 [00:01<01:28, 1.79it/s] 2%|▏ | 4/161 [00:02<01:51, 1.40it/s] 3%|▎ | 5/161 [00:03<02:02, 1.27it/s] 4%|▎ | 6/161 [00:04<02:07, 1.22it/s] 4%|▍ | 7/161 [00:05<02:37, 1.02s/it] 5%|▍ | 8/161 [00:08<03:33, 1.40s/it] 6%|▌ | 9/161 [00:09<03:53, 1.54s/it] 6%|▌ | 10/161 [00:10<03:25, 1.36s/it] 7%|▋ | 11/161 [00:11<02:56, 1.18s/it] 7%|▋ | 12/161 [00:12<02:30, 1.01s/it] 8%|▊ | 13/161 [00:13<02:23, 1.03it/s] 9%|▊ | 14/161 [00:14<02:43, 1.11s/it] 9%|▉ | 15/161 [00:16<03:00, 1.24s/it] 10%|▉ | 16/161 [00:17<02:47, 1.16s/it] 11%|█ | 17/161 [00:17<02:23, 1.00it/s] 11%|█ | 18/161 [00:18<02:09, 1.11it/s] 12%|█▏ | 19/161 [00:19<01:59, 1.19it/s] 12%|█▏ | 20/161 [00:19<01:57, 1.20it/s] 13%|█▎ | 21/161 [00:20<01:45, 1.32it/s] 14%|█▎ | 22/161 [00:21<01:51, 1.25it/s] 14%|█▍ | 23/161 [00:23<02:30, 1.09s/it] 15%|█▍ | 24/161 [00:24<02:29, 1.09s/it] 16%|█▌ | 25/161 [00:25<02:20, 1.03s/it] 16%|█▌ | 26/161 [00:25<02:11, 1.03it/s] 17%|█▋ | 27/161 [00:26<02:02, 1.10it/s] 17%|█▋ | 28/161 [00:27<01:54, 1.16it/s] 18%|█▊ | 29/161 [00:28<01:49, 1.20it/s] 19%|█▊ | 30/161 [00:28<01:45, 1.24it/s] 19%|█▉ | 31/161 [00:29<01:36, 1.34it/s] 20%|█▉ | 32/161 [00:30<01:30, 1.42it/s] 20%|██ | 33/161 [00:30<01:30, 1.42it/s] 21%|██ | 34/161 [00:31<01:27, 1.46it/s] 22%|██▏ | 35/161 [00:32<01:25, 1.48it/s] 22%|██▏ | 36/161 [00:32<01:22, 1.51it/s] 23%|██▎ | 37/161 [00:33<01:19, 1.55it/s] 24%|██▎ | 38/161 [00:34<01:20, 1.52it/s] 24%|██▍ | 39/161 [00:34<01:24, 1.44it/s] 25%|██▍ | 40/161 [00:35<01:29, 1.36it/s] 25%|██▌ | 41/161 [00:36<01:36, 1.24it/s] 26%|██▌ | 42/161 [00:37<01:40, 1.18it/s] 27%|██▋ | 43/161 [00:38<01:41, 1.16it/s] 27%|██▋ | 44/161 [00:39<01:42, 1.15it/s] 28%|██▊ | 45/161 [00:40<01:34, 1.23it/s] 29%|██▊ | 46/161 [00:40<01:28, 1.30it/s] 29%|██▉ | 47/161 [00:41<01:28, 1.29it/s] 30%|██▉ | 48/161 [00:42<01:28, 1.27it/s] 30%|███ | 49/161 [00:43<01:27, 1.28it/s] 31%|███ | 50/161 [00:43<01:28, 1.26it/s] 32%|███▏ | 51/161 [00:44<01:29, 1.23it/s] 32%|███▏ | 52/161 [00:45<01:34, 1.15it/s] 33%|███▎ | 53/161 [00:46<01:36, 1.12it/s] 34%|███▎ | 54/161 [00:47<01:32, 1.16it/s] 34%|███▍ | 55/161 [00:48<01:25, 1.24it/s] 35%|███▍ | 56/161 [00:48<01:18, 1.33it/s] 35%|███▌ | 57/161 [00:49<01:14, 1.40it/s] 36%|███▌ | 58/161 [00:50<01:11, 1.45it/s] 37%|███▋ | 59/161 [00:50<01:07, 1.51it/s] 37%|███▋ | 60/161 [00:51<01:04, 1.57it/s] 38%|███▊ | 61/161 [00:52<01:06, 1.50it/s] 39%|███▊ | 62/161 [00:52<01:07, 1.47it/s] 39%|███▉ | 63/161 [00:53<01:06, 1.47it/s] 40%|███▉ | 64/161 [00:54<01:09, 1.39it/s] 40%|████ | 65/161 [00:55<01:11, 1.35it/s] 41%|████ | 66/161 [00:55<01:12, 1.31it/s] 42%|████▏ | 67/161 [00:56<01:12, 1.29it/s] 42%|████▏ | 68/161 [00:57<01:12, 1.28it/s] 43%|████▎ | 69/161 [00:58<01:10, 1.30it/s] 43%|████▎ | 70/161 [00:59<01:12, 1.26it/s] 44%|████▍ | 71/161 [00:59<01:11, 1.25it/s] 45%|████▍ | 72/161 [01:00<01:13, 1.20it/s] 45%|████▌ | 73/161 [01:01<01:13, 1.20it/s] 46%|████▌ | 74/161 [01:02<01:10, 1.23it/s] 47%|████▋ | 75/161 [01:02<01:04, 1.34it/s] 47%|████▋ | 76/161 [01:03<01:03, 1.33it/s] 48%|████▊ | 77/161 [01:04<01:04, 1.30it/s] 48%|████▊ | 78/161 [01:05<01:06, 1.25it/s] 49%|████▉ | 79/161 [01:06<01:06, 1.24it/s] 50%|████▉ | 80/161 [01:06<01:04, 1.25it/s] 50%|█████ | 81/161 [01:07<01:03, 1.25it/s] 51%|█████ | 82/161 [01:08<00:59, 1.33it/s] 52%|█████▏ | 83/161 [01:08<00:53, 1.47it/s] 52%|█████▏ | 84/161 [01:09<00:50, 1.53it/s] 53%|█████▎ | 85/161 [01:10<00:52, 1.44it/s] 53%|█████▎ | 86/161 [01:11<00:54, 1.38it/s] 54%|█████▍ | 87/161 [01:12<00:58, 1.26it/s] 55%|█████▍ | 88/161 [01:13<01:01, 1.18it/s] 55%|█████▌ | 89/161 [01:13<01:01, 1.17it/s] 56%|█████▌ | 90/161 [01:14<00:57, 1.23it/s] 57%|█████▋ | 91/161 [01:15<00:53, 1.31it/s] 57%|█████▋ | 92/161 [01:15<00:51, 1.35it/s] 58%|█████▊ | 93/161 [01:16<00:50, 1.34it/s] 58%|█████▊ | 94/161 [01:17<00:49, 1.36it/s] 59%|█████▉ | 95/161 [01:18<00:48, 1.37it/s] 60%|█████▉ | 96/161 [01:18<00:43, 1.49it/s] 60%|██████ | 97/161 [01:19<00:43, 1.47it/s] 61%|██████ | 98/161 [01:20<00:42, 1.48it/s] 61%|██████▏ | 99/161 [01:20<00:41, 1.50it/s] 62%|██████▏ | 100/161 [01:21<00:41, 1.46it/s] 63%|██████▎ | 101/161 [01:22<00:39, 1.54it/s] 63%|██████▎ | 102/161 [01:22<00:39, 1.50it/s] 64%|██████▍ | 103/161 [01:23<00:39, 1.46it/s] 65%|██████▍ | 104/161 [01:24<00:42, 1.36it/s] 65%|██████▌ | 105/161 [01:25<00:41, 1.34it/s] 66%|██████▌ | 106/161 [01:25<00:38, 1.43it/s] 66%|██████▋ | 107/161 [01:26<00:36, 1.47it/s] 67%|██████▋ | 108/161 [01:27<00:37, 1.42it/s] 68%|██████▊ | 109/161 [01:27<00:36, 1.44it/s] 68%|██████▊ | 110/161 [01:28<00:35, 1.45it/s] 69%|██████▉ | 111/161 [01:29<00:35, 1.42it/s] 70%|██████▉ | 112/161 [01:29<00:34, 1.43it/s] 70%|███████ | 113/161 [01:30<00:33, 1.45it/s] 71%|███████ | 114/161 [01:31<00:31, 1.49it/s] 71%|███████▏ | 115/161 [01:31<00:30, 1.51it/s] 72%|███████▏ | 116/161 [01:32<00:31, 1.45it/s] 73%|███████▎ | 117/161 [01:33<00:30, 1.44it/s] 73%|███████▎ | 118/161 [01:33<00:27, 1.55it/s] 74%|███████▍ | 119/161 [01:34<00:25, 1.62it/s] 75%|███████▍ | 120/161 [01:34<00:24, 1.66it/s] 75%|███████▌ | 121/161 [01:35<00:24, 1.63it/s] 76%|███████▌ | 122/161 [01:36<00:23, 1.69it/s] 76%|███████▋ | 123/161 [01:36<00:24, 1.53it/s] 77%|███████▋ | 124/161 [01:37<00:24, 1.48it/s] 78%|███████▊ | 125/161 [01:38<00:24, 1.48it/s] 78%|███████▊ | 126/161 [01:38<00:23, 1.50it/s] 79%|███████▉ | 127/161 [01:39<00:23, 1.48it/s] 80%|███████▉ | 128/161 [01:40<00:22, 1.44it/s] 80%|████████ | 129/161 [01:41<00:25, 1.28it/s] 81%|████████ | 130/161 [01:42<00:24, 1.27it/s] 81%|████████▏ | 131/161 [01:42<00:21, 1.40it/s] 82%|████████▏ | 132/161 [01:43<00:20, 1.43it/s] 83%|████████▎ | 133/161 [01:43<00:19, 1.47it/s] 83%|████████▎ | 134/161 [01:44<00:18, 1.43it/s] 84%|████████▍ | 135/161 [01:45<00:17, 1.49it/s] 84%|████████▍ | 136/161 [01:45<00:16, 1.49it/s] 85%|████████▌ | 137/161 [01:46<00:16, 1.45it/s] 86%|████████▌ | 138/161 [01:47<00:15, 1.48it/s] 86%|████████▋ | 139/161 [01:47<00:14, 1.52it/s] 87%|████████▋ | 140/161 [01:48<00:13, 1.51it/s] 88%|████████▊ | 141/161 [01:49<00:13, 1.45it/s] 88%|████████▊ | 142/161 [01:50<00:13, 1.44it/s] 89%|████████▉ | 143/161 [01:50<00:12, 1.47it/s] 89%|████████▉ | 144/161 [01:51<00:11, 1.46it/s] 90%|█████████ | 145/161 [01:52<00:10, 1.46it/s] 91%|█████████ | 146/161 [01:52<00:10, 1.37it/s] 91%|█████████▏| 147/161 [01:54<00:15, 1.08s/it] 92%|█████████▏| 148/161 [01:56<00:17, 1.38s/it] 93%|█████████▎| 149/161 [01:58<00:15, 1.30s/it] 93%|█████████▎| 150/161 [01:58<00:12, 1.13s/it] 94%|█████████▍| 151/161 [01:59<00:09, 1.02it/s] 94%|█████████▍| 152/161 [02:00<00:08, 1.11it/s] 95%|█████████▌| 153/161 [02:01<00:07, 1.07it/s] 96%|█████████▌| 154/161 [02:02<00:06, 1.09it/s] 96%|█████████▋| 155/161 [02:02<00:05, 1.08it/s] 97%|█████████▋| 156/161 [02:03<00:04, 1.17it/s] 98%|█████████▊| 157/161 [02:04<00:03, 1.24it/s] 98%|█████████▊| 158/161 [02:05<00:02, 1.29it/s] 99%|█████████▉| 159/161 [02:05<00:01, 1.41it/s] 99%|█████████▉| 160/161 [02:05<00:00, 1.71it/s] 100%|██████████| 161/161 [02:06<00:00, 1.99it/s] 100%|██████████| 161/161 [02:12<00:00, 1.22it/s]
Printing predictions for a few samples:
Sample 1:
Reference: लिबर ऑफिस impress में एक प्रस्तुति document बनाना और बुनियादी formatting के इस spoken tutorial में आपका स्वागत है
######
Prediction: liber ऑfis impes में एक प्रस्तुति document बनाना और बुनियादी formating के इस spoken tutorial में आपका स्वागै
Sample 2:
Reference: इस tutorial में हम impress window के भागों के बारे में सीखेंगे और कैसे स्लाइड इन्सर्ट करें और कॉपी करें फॉन्ट तथा फॉन्ट को फॉर्मेट करना सीखेंगे
######
Prediction: इस tutorial में हम impres window के भागों के बारे में सीखेंगे और कैसे slide insert करें और copyfornt तथा font को format करना सीखेंगे
Sample 3:
Reference: यहाँ हम अपने ऑपरेटिंग सिस्टम के रूप में gnu/linux और लिबरऑफिस वर्जन 334 का उपयोग कर रहे हैं
######
Prediction: यहाँ हम अपने operating system के रूप में gnu lिnuक और libr ofic version 334 का उपयोग कर रहे हं
Sample 4:
Reference: चलिए अपनी प्रस्तुति प्रेजैटेशन sample impress open करते हैं जिसे पिछले tutorial में बनाया था
######
Prediction: चलिए अपनी प्रस्तुति sampl impres open करते हैं जिे
Sample 5:
Reference: चलिए देखते हैं कि screen पर क्या क्या है
######
Prediction: चलिए देखते हैं कि scren पर क्या क्या है
last Reference string इस mission पर अधिक जानकारी दिए गए लिंक पर उपलब्ध है
last prediction string दिए गए link पर उपलब्ध हैspokepentutorialorg mcthpeint
***** eval metrics *****
eval_cer = 0.2775
eval_loss = 1.3408
eval_model_preparation_time = 0.0045
eval_runtime = 0:02:21.90
eval_samples = 2564
eval_samples_per_second = 18.068
eval_steps_per_second = 1.135
eval_wer = 0.4149
json-train.arrow: 0%| | 0.00/633k [00:00<?, ?B/s]
model.safetensors: 0%| | 0.00/1.26G [00:00<?, ?B/s]
Upload 3 LFS files: 0%| | 0/3 [00:00<?, ?it/s]
training_args.bin: 0%| | 0.00/5.43k [00:00<?, ?B/s] training_args.bin: 100%|██████████| 5.43k/5.43k [00:00<00:00, 35.0kB/s]
model.safetensors: 0%| | 1.69M/1.26G [00:00<02:03, 10.2MB/s]
model.safetensors: 0%| | 2.72M/1.26G [00:00<03:26, 6.09MB/s]
model.safetensors: 0%| | 4.44M/1.26G [00:00<02:34, 8.12MB/s]
model.safetensors: 0%| | 6.24M/1.26G [00:00<02:04, 10.1MB/s] json-train.arrow: 100%|██████████| 633k/633k [00:00<00:00, 841kB/s]
model.safetensors: 1%| | 12.6M/1.26G [00:00<00:52, 24.0MB/s]
Upload 3 LFS files: 33%|███▎ | 1/3 [00:00<00:01, 1.04it/s]
model.safetensors: 1%|▏ | 16.0M/1.26G [00:01<01:25, 14.7MB/s]
model.safetensors: 2%|▏ | 20.5M/1.26G [00:01<01:11, 17.4MB/s]
model.safetensors: 2%|▏ | 23.3M/1.26G [00:01<01:13, 16.9MB/s]
model.safetensors: 2%|▏ | 25.4M/1.26G [00:01<01:19, 15.6MB/s]
model.safetensors: 2%|▏ | 27.9M/1.26G [00:01<01:16, 16.1MB/s]
model.safetensors: 2%|▏ | 31.5M/1.26G [00:01<01:01, 19.9MB/s]
model.safetensors: 3%|▎ | 33.8M/1.26G [00:02<01:45, 11.7MB/s]
model.safetensors: 3%|▎ | 38.4M/1.26G [00:02<01:24, 14.5MB/s]
model.safetensors: 3%|▎ | 40.3M/1.26G [00:02<01:25, 14.3MB/s]
model.safetensors: 3%|▎ | 42.0M/1.26G [00:02<01:39, 12.3MB/s]
model.safetensors: 3%|▎ | 43.5M/1.26G [00:03<01:36, 12.6MB/s]
model.safetensors: 4%|▎ | 46.7M/1.26G [00:03<01:16, 16.0MB/s]
model.safetensors: 4%|▍ | 48.5M/1.26G [00:03<02:08, 9.43MB/s]
model.safetensors: 5%|▌ | 63.8M/1.26G [00:03<00:39, 30.2MB/s]
model.safetensors: 5%|▌ | 68.9M/1.26G [00:04<00:49, 24.0MB/s]
model.safetensors: 6%|▋ | 80.0M/1.26G [00:04<00:47, 25.0MB/s]
model.safetensors: 7%|▋ | 84.6M/1.26G [00:04<00:42, 27.7MB/s]
model.safetensors: 7%|▋ | 88.5M/1.26G [00:04<00:48, 24.0MB/s]
model.safetensors: 7%|▋ | 91.7M/1.26G [00:05<00:57, 20.3MB/s]
model.safetensors: 7%|▋ | 94.4M/1.26G [00:05<00:56, 20.6MB/s]
model.safetensors: 8%|▊ | 96.9M/1.26G [00:05<01:34, 12.3MB/s]
model.safetensors: 9%|▉ | 111M/1.26G [00:05<00:40, 28.5MB/s] 
model.safetensors: 9%|▉ | 117M/1.26G [00:06<00:43, 26.6MB/s]
model.safetensors: 10%|█ | 128M/1.26G [00:08<01:54, 9.87MB/s]
model.safetensors: 11%|█▏ | 144M/1.26G [00:08<01:05, 17.1MB/s]
model.safetensors: 12%|█▏ | 150M/1.26G [00:08<01:07, 16.5MB/s]
model.safetensors: 12%|█▏ | 155M/1.26G [00:09<01:16, 14.5MB/s]
model.safetensors: 13%|█▎ | 159M/1.26G [00:09<01:08, 16.0MB/s]
model.safetensors: 13%|█▎ | 162M/1.26G [00:09<01:24, 12.9MB/s]
model.safetensors: 14%|█▍ | 176M/1.26G [00:10<00:46, 23.4MB/s]
model.safetensors: 14%|█▍ | 181M/1.26G [00:10<00:46, 23.3MB/s]
model.safetensors: 15%|█▌ | 192M/1.26G [00:10<00:43, 24.4MB/s]
model.safetensors: 16%|█▋ | 207M/1.26G [00:10<00:27, 38.4MB/s]
model.safetensors: 17%|█▋ | 214M/1.26G [00:11<00:36, 28.6MB/s]
model.safetensors: 17%|█▋ | 220M/1.26G [00:11<00:48, 21.4MB/s]
model.safetensors: 18%|█▊ | 224M/1.26G [00:11<00:47, 21.9MB/s]
model.safetensors: 18%|█▊ | 227M/1.26G [00:12<00:59, 17.5MB/s]
model.safetensors: 19%|█▉ | 240M/1.26G [00:12<00:35, 28.9MB/s]
model.safetensors: 19%|█▉ | 245M/1.26G [00:12<00:40, 25.0MB/s]
model.safetensors: 20%|██ | 256M/1.26G [00:13<00:47, 21.2MB/s]
model.safetensors: 22%|██▏ | 272M/1.26G [00:13<00:29, 34.1MB/s]
model.safetensors: 22%|██▏ | 278M/1.26G [00:13<00:34, 28.9MB/s]
model.safetensors: 23%|██▎ | 288M/1.26G [00:14<00:35, 27.3MB/s]
model.safetensors: 24%|██▍ | 303M/1.26G [00:14<00:23, 40.9MB/s]
model.safetensors: 25%|██▍ | 311M/1.26G [00:14<00:29, 32.8MB/s]
model.safetensors: 25%|██▌ | 320M/1.26G [00:15<00:31, 29.7MB/s]
model.safetensors: 27%|██▋ | 336M/1.26G [00:15<00:21, 43.5MB/s]
model.safetensors: 27%|██▋ | 343M/1.26G [00:15<00:27, 33.2MB/s]
model.safetensors: 28%|██▊ | 352M/1.26G [00:16<00:29, 31.3MB/s]
model.safetensors: 29%|██▉ | 367M/1.26G [00:16<00:19, 45.2MB/s]
model.safetensors: 30%|██▉ | 375M/1.26G [00:16<00:25, 35.3MB/s]
model.safetensors: 30%|███ | 384M/1.26G [00:16<00:27, 31.6MB/s]
model.safetensors: 32%|███▏ | 399M/1.26G [00:16<00:18, 45.7MB/s]
model.safetensors: 32%|███▏ | 407M/1.26G [00:17<00:23, 36.9MB/s]
model.safetensors: 33%|███▎ | 416M/1.26G [00:17<00:33, 25.0MB/s]
model.safetensors: 34%|███▍ | 431M/1.26G [00:18<00:22, 37.2MB/s]
model.safetensors: 35%|███▍ | 439M/1.26G [00:18<00:24, 33.8MB/s]
model.safetensors: 35%|███▌ | 448M/1.26G [00:18<00:25, 31.6MB/s]
model.safetensors: 37%|███▋ | 463M/1.26G [00:18<00:17, 45.7MB/s]
model.safetensors: 37%|███▋ | 471M/1.26G [00:19<00:21, 36.9MB/s]
model.safetensors: 38%|███▊ | 480M/1.26G [00:19<00:27, 28.2MB/s]
model.safetensors: 39%|███▉ | 495M/1.26G [00:19<00:18, 41.4MB/s]
model.safetensors: 40%|███▉ | 503M/1.26G [00:20<00:20, 37.0MB/s]
model.safetensors: 41%|████ | 512M/1.26G [00:20<00:24, 30.3MB/s]
model.safetensors: 42%|████▏ | 527M/1.26G [00:20<00:16, 44.1MB/s]
model.safetensors: 42%|████▏ | 535M/1.26G [00:21<00:20, 35.4MB/s]
model.safetensors: 43%|████▎ | 544M/1.26G [00:21<00:23, 30.7MB/s]
model.safetensors: 44%|████▍ | 560M/1.26G [00:21<00:15, 44.8MB/s]
model.safetensors: 45%|████▍ | 567M/1.26G [00:21<00:20, 33.7MB/s]
model.safetensors: 46%|████▌ | 576M/1.26G [00:22<00:22, 30.7MB/s]
model.safetensors: 47%|████▋ | 590M/1.26G [00:22<00:15, 42.9MB/s]
model.safetensors: 47%|████▋ | 597M/1.26G [00:22<00:17, 37.5MB/s]
model.safetensors: 48%|████▊ | 608M/1.26G [00:23<00:18, 35.6MB/s]
model.safetensors: 49%|████▉ | 623M/1.26G [00:23<00:12, 50.3MB/s]
model.safetensors: 50%|█████ | 631M/1.26G [00:23<00:14, 42.2MB/s]
model.safetensors: 51%|█████ | 640M/1.26G [00:23<00:18, 34.3MB/s]
model.safetensors: 52%|█████▏ | 654M/1.26G [00:23<00:12, 47.2MB/s]
model.safetensors: 52%|█████▏ | 661M/1.26G [00:24<00:16, 35.6MB/s]
model.safetensors: 53%|█████▎ | 672M/1.26G [00:25<00:24, 23.8MB/s]
model.safetensors: 54%|█████▍ | 687M/1.26G [00:25<00:16, 35.3MB/s]
model.safetensors: 55%|█████▌ | 695M/1.26G [00:25<00:18, 30.2MB/s]
model.safetensors: 56%|█████▌ | 704M/1.26G [00:25<00:19, 29.2MB/s]
model.safetensors: 57%|█████▋ | 719M/1.26G [00:26<00:12, 42.6MB/s]
model.safetensors: 58%|█████▊ | 727M/1.26G [00:26<00:14, 37.6MB/s]
model.safetensors: 58%|█████▊ | 736M/1.26G [00:26<00:15, 33.7MB/s]
model.safetensors: 59%|█████▉ | 750M/1.26G [00:26<00:10, 46.7MB/s]
model.safetensors: 60%|██████ | 758M/1.26G [00:27<00:14, 35.2MB/s]
model.safetensors: 61%|██████ | 768M/1.26G [00:27<00:15, 31.7MB/s]
model.safetensors: 62%|██████▏ | 783M/1.26G [00:27<00:10, 45.2MB/s]
model.safetensors: 63%|██████▎ | 791M/1.26G [00:28<00:17, 27.7MB/s]
model.safetensors: 63%|██████▎ | 800M/1.26G [00:28<00:17, 27.0MB/s]
model.safetensors: 65%|██████▍ | 815M/1.26G [00:28<00:11, 39.5MB/s]
model.safetensors: 65%|██████▌ | 823M/1.26G [00:29<00:15, 27.8MB/s]
model.safetensors: 66%|██████▌ | 829M/1.26G [00:29<00:19, 22.5MB/s]
model.safetensors: 66%|██████▌ | 833M/1.26G [00:30<00:26, 16.3MB/s]
model.safetensors: 67%|██████▋ | 848M/1.26G [00:30<00:15, 26.9MB/s]
model.safetensors: 68%|██████▊ | 854M/1.26G [00:30<00:16, 24.6MB/s]
model.safetensors: 68%|██████▊ | 864M/1.26G [00:31<00:16, 24.2MB/s]
model.safetensors: 70%|██████▉ | 880M/1.26G [00:31<00:10, 37.4MB/s]
model.safetensors: 70%|███████ | 887M/1.26G [00:31<00:11, 33.5MB/s]
model.safetensors: 71%|███████ | 896M/1.26G [00:32<00:13, 26.9MB/s]
model.safetensors: 72%|███████▏ | 912M/1.26G [00:32<00:08, 40.2MB/s]
model.safetensors: 73%|███████▎ | 919M/1.26G [00:32<00:09, 34.6MB/s]
model.safetensors: 74%|███████▎ | 928M/1.26G [00:33<00:10, 32.6MB/s]
model.safetensors: 75%|███████▍ | 944M/1.26G [00:33<00:06, 47.2MB/s]
model.safetensors: 75%|███████▌ | 951M/1.26G [00:33<00:07, 43.2MB/s]
model.safetensors: 76%|███████▌ | 960M/1.26G [00:33<00:08, 36.6MB/s]
model.safetensors: 77%|███████▋ | 975M/1.26G [00:33<00:05, 52.0MB/s]
model.safetensors: 78%|███████▊ | 983M/1.26G [00:34<00:06, 40.9MB/s]
model.safetensors: 79%|███████▊ | 992M/1.26G [00:34<00:07, 34.5MB/s]
model.safetensors: 80%|███████▉ | 1.01G/1.26G [00:34<00:05, 49.4MB/s]
model.safetensors: 80%|████████ | 1.02G/1.26G [00:34<00:05, 42.0MB/s]
model.safetensors: 81%|████████ | 1.02G/1.26G [00:35<00:08, 29.7MB/s]
model.safetensors: 82%|████████▏ | 1.04G/1.26G [00:35<00:05, 43.5MB/s]
model.safetensors: 83%|████████▎ | 1.05G/1.26G [00:35<00:05, 37.3MB/s]
model.safetensors: 84%|████████▎ | 1.06G/1.26G [00:36<00:06, 30.5MB/s]
model.safetensors: 85%|████████▍ | 1.07G/1.26G [00:36<00:04, 44.2MB/s]
model.safetensors: 85%|████████▌ | 1.08G/1.26G [00:36<00:04, 38.9MB/s]
model.safetensors: 86%|████████▌ | 1.09G/1.26G [00:37<00:05, 33.9MB/s]
model.safetensors: 87%|████████▋ | 1.10G/1.26G [00:37<00:03, 48.7MB/s]
model.safetensors: 88%|████████▊ | 1.11G/1.26G [00:37<00:05, 29.6MB/s]
model.safetensors: 89%|████████▊ | 1.12G/1.26G [00:38<00:05, 27.8MB/s]
model.safetensors: 90%|████████▉ | 1.13G/1.26G [00:38<00:03, 40.5MB/s]
model.safetensors: 91%|█████████ | 1.14G/1.26G [00:38<00:03, 34.9MB/s]
model.safetensors: 91%|█████████▏| 1.15G/1.26G [00:39<00:03, 29.6MB/s]
model.safetensors: 92%|█████████▏| 1.17G/1.26G [00:39<00:02, 43.2MB/s]
model.safetensors: 93%|█████████▎| 1.18G/1.26G [00:39<00:02, 38.5MB/s]
model.safetensors: 94%|█████████▍| 1.18G/1.26G [00:39<00:02, 32.0MB/s]
model.safetensors: 95%|█████████▍| 1.20G/1.26G [00:39<00:01, 44.1MB/s]
model.safetensors: 95%|█████████▌| 1.21G/1.26G [00:40<00:02, 25.2MB/s]
model.safetensors: 96%|█████████▋| 1.22G/1.26G [00:41<00:01, 26.7MB/s]
model.safetensors: 98%|█████████▊| 1.23G/1.26G [00:41<00:00, 39.2MB/s]
model.safetensors: 98%|█████████▊| 1.24G/1.26G [00:41<00:00, 34.6MB/s]
model.safetensors: 99%|█████████▉| 1.25G/1.26G [00:41<00:00, 31.0MB/s] model.safetensors: 100%|██████████| 1.26G/1.26G [00:42<00:00, 29.9MB/s]
Upload 3 LFS files: 67%|██████▋ | 2/3 [00:42<00:24, 24.82s/it] Upload 3 LFS files: 100%|██████████| 3/3 [00:42<00:00, 14.16s/it]