BERT-based-pretrained-model-using-SQuAD-2.0-dataset icon indicating copy to clipboard operation
BERT-based-pretrained-model-using-SQuAD-2.0-dataset copied to clipboard

BERT based pretrained model using SQuAD 2.0 Dataset for Question-Answering

Results 2 BERT-based-pretrained-model-using-SQuAD-2.0-dataset issues
Sort by recently updated
recently updated
newest added

My google colab session crashes while training the model. Any useful tricks. Pls share

Could you please explain how does this line work? In the file: "Fine_Tuning_Bert.ipynb" Step 6: Convert the start-end positions to tokens start-end positions line: start_positions.append(encodings.char_to_token(i, answers[i]['answer_start'])) Appreciate your help