haonan-li / MultiSpanQA

MultiSpanQA: A Dataset for Multi-Span Question Answering
27 stars 10 forks source link

Some problems encountered when running QA Model #6

Closed island-jie closed 1 year ago

island-jie commented 1 year ago

Is the code of this QA model complete?Is it my problem? Traceback (most recent call last): File "run_squad.py", line 762, in <module> main() File "run_squad.py", line 499, in main context_column_name = "context" if "context" in column_names else column_names[1] IndexError: list index out of range