roberta-squad
roberta-squad copied to clipboard
roBERTa training for SQuAD
Thank you for sharing the code for fine-tuning Roberta. I've been trying to train Roberta-base on squad v2 and I am getting the following error with this command: ``` python...
**1.** Before I run the Experiment 1 , should I run "create_data.ipynb" first? **2.** This error occurred while I was running "create_data.ipynb" : `Traceback (most recent call last): File "create_data.py",...
I really appreciate your code, it helps me a lot to reproduce the squad results, very good job! One thing I am wondering is that how you write the tokenizer...