byt5
byt5 copied to clipboard
Using ByT5 for NER
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 tasks.py. But can you explain it to me in detail about how I can go about it, because I am still unsure about the format in which we have to feed in the train data for NER. I'm new to SeqIO and I am still trying to figure out how to use the scripts mentioned in the readme file.