-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about fine-tuning on squad dataset #24
Comments
Huh, that is strange for it to exit with no error message. Can you add some print statements to find exactly at which point it exits? |
I add some print statements in preprocessing.py to see what's going on:
The output is like this:
It seems that what is not working properly is "task_examples = task.get_examples(split)" To see what is going on with .get_examples method |
Updated: My squad datadir located "D:\python_code\NLP\electra\datadir\finetuning_data\squad" |
I downloaded this model and I tried to use this model.
I choosed the squad 2.0 dataset to fine-tune.
When I tried to fine-tune the model on the command line,
the program just stopped working and the command line seemed to exit the program.
The output is like this:
My computer setting:
Windows 10
Cuda 10.0.130
Cudnn 7.6.3
Tensorflow 1.15 GPU
I've put the pre-trained model file under "datadir\models\electra_small" directory
and squad dataset under "datadir\finetuning_data\squad" directory.
Does anyone know why the fine-tuning is not working?
The text was updated successfully, but these errors were encountered: