artitw / BERT_QA

Accelerating the development of question-answering systems based on BERT and TF 2.0
https://arxiv.org/abs/1909.05017
Apache License 2.0
19 stars 4 forks source link

How to specify the model and data path? #7

Open hieonn opened 3 years ago

hieonn commented 3 years ago

I'm running standalone server so that I would like to specify the path of the model and data for the api. How can I make it? Thanks.

artitw commented 3 years ago

Please take a look at https://github.com/artitw/text2text and ask questions there if necessary.