You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, any valid and test datasets (in addition to train) come from the squad "training" batch only.
This is because the squad training batch has exactly one answer, while the validation sets have multiple "correct" answers, and this requires slightly different pre-processing
Implement validation set pre-processing so that:
the actual validation set can be passed for test/validation
Currently, any valid and test datasets (in addition to train) come from the squad "training" batch only.
This is because the squad training batch has exactly one answer, while the validation sets have multiple "correct" answers, and this requires slightly different pre-processing
Implement validation set pre-processing so that:
See example code in HF: https://huggingface.co/learn/nlp-course/chapter7/7?fw=pt#processing-the-training-data
The text was updated successfully, but these errors were encountered: