Questions tagged [squad]

18 questions
0
votes
0 answers

How to save-freeze-generate a .pb or .ckpt file for transformers and squad dataset?

Hello, I am trying to create a .pb or .ckpt file with a BERT Question Answer model to after the transformation convert it into a tflite file as the official tensorflow documentation says but I can't get it yet, thank you very much !pip install…
0
votes
2 answers

Running SQuAD script using ALBERT (huggingface-transformers)

I have a question regarding the usage of ALBERT with the SQuAD 2.0 huggingface-transformers script. In the github page, there are no specific instructions in how to run the script using ALBERT, so I used the same specifications used to run the…
0
votes
1 answer

KeyError: 'answers' error when using BioASQ dataset using Huggingface Transformers

I am using run_squad.py https://github.com/huggingface/transformers/blob/master/examples/run_squad.py from Huggingface Transformers for fine-tuning on BioASQ Question Answering dataset. I have converted the tensorflow weights provided by the authors…
1
2