from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("graviraja/covid_squad") model = AutoModelForQuestionAnswering.from_pretrained("graviraja/covid_squad")
git lfs install git clone https://huggingface.co/graviraja/covid_squad # if you want to clone without large files – just their pointers # prepend your git clone with the following env var: GIT_LFS_SKIP_SMUDGE=1