BERT-SQuAD icon indicating copy to clipboard operation
BERT-SQuAD copied to clipboard

HOW TO GET "utils_squad_evaluate"

Open qiunlp opened this issue 6 years ago • 3 comments

THERE IS "from utils_squad_evaluate import EVAL_OPTS, main as evaluate_on_squad" IN "run.squad.py" , HOW TO GET "utils_squad_evaluate"?

qiunlp avatar Mar 11 '20 06:03 qiunlp

THERE IS "from utils_squad_evaluate import EVAL_OPTS, main as evaluate_on_squad" IN "run.squad.py" , HOW TO GET "utils_squad_evaluate"?

I've got the same error.

shinsei66 avatar Mar 31 '20 14:03 shinsei66

https://github.com/nlpyang/pytorch-transformers/blob/master/examples/utils_squad_evaluate.py

@yzgdjqwh ,I guess you are looking for this ?

sreejith3534 avatar Apr 02 '20 09:04 sreejith3534

https://github.com/nlpyang/pytorch-transformers/blob/master/examples/utils_squad_evaluate.py

@yzgdjqwh ,I guess you are looking for this ?

Thanks so much!

shinsei66 avatar Apr 02 '20 13:04 shinsei66