Closed bhadreshpsavani closed 3 years ago
Even for the run_tf_squad.py
script, I am facing the issue.
Here is the colab notebook with issue and Traceback logs
Is there anything else I need to use while running the script?
Hello!
The multiple choice example needs to be reworked. A PR to fix the squad example is available https://github.com/huggingface/transformers/pull/10275. Be aware that some arguments are not implemented on the TF side.
The TF examples are under rework and should become more reliable in a near future.
I am closing this issue since it is already WIP
Environment info
transformers
version: 4.4.0.dev0Who can help
Information
I was trying to train
bert-base-cased
on Multiple Choice task with below script provided on Readme of the taskI got below error
The problem arises when using:
The tasks I am working on is:
To reproduce
Steps to reproduce the behavior:
Follow this colab Notebook to run the script and reproduce the issue.
Expected behavior
It should execute the script and train the model without the given error.
Note: The colab notebook given in the readme is not working, It's outdated maybe! I removed
--logging-dir logs \
from the script because it was giving me another errorTagging SMEs: @LysandreJik @jplu