modelzoo.transformers.pytorch.bert.fine_tuning.qa.input.BertQADataProcessor#

Processor for PyTorch BERT fine tuning - SQuAD (QA)

Functions

create_qa_features

Creates features dictionary of numpy arrays.

parse_qa_row

Processing of a row in the CSV file.

Classes

BertQADataProcessor

Reads csv file containing the input token ids, and label_ids.