byt5
byt5 copied to clipboard
Hi, I'm trying to pretrain byt5 on the custom corpora (of short texts), but I'm stuck with the data pipeline (the code is below). When I decode the outputs, inputs...
Hi, ONNX allows to compress transformers models and speed up the inference time on CPU and GPU. Who could share code / notebook to convert mT5 and ByT5 models to...
Hi, May I check the exact script that you used to convert strings into UTF-8 bytes?
Internal change.
Hi, I finetuned ByT5 model for ocr post correction. My data is numeric. So while inferencing on the model, it adds some more digits to the ocr output as correction...
Update data path
I wanted to use ByT5 to finetune the pretrained model on a NER task. I can see that a sample NER task has been added to the SeqIO library in...