Closed gozdesahin closed 3 years ago
Thanks for the code! In the SQuAD notebook, https://github.com/marcotcr/checklist/blob/master/notebooks/SQuAD.ipynb , the code refers to a local module called mltests: sys.path.append('/home/marcotcr/work/ml-tests/') from mltests import bert_squad_model Could you please add it?
Thanks, Gozde
That was just a helper function I wrote to run SQuAD models before huggingface had pipelines. You can look at lines 17-19 of this notebook for more compact code that does the same thing.
pipelines
Thanks for the code! In the SQuAD notebook, https://github.com/marcotcr/checklist/blob/master/notebooks/SQuAD.ipynb , the code refers to a local module called mltests: sys.path.append('/home/marcotcr/work/ml-tests/') from mltests import bert_squad_model Could you please add it?
Thanks, Gozde