filbert
Results
1
comments of
filbert
you might want to try something like this ```python import jsonlines INPUT_FILE = "nq-train-sample.jsonl" START_TOKEN = 3521 END_TOKEN = 3525 QAS_ID = 4549465242785278785 REMOVE_HTML = True def get_span_from_token_offsets(f, start_token, end_token,...