rubby33

Results 6 issues of rubby33

Hi: After i reload the mrc model, how can I implement the function like predict to get the answers for different input questions and contexts. Meanwhile, i want to reuse...

Hi, I have a question about process_tokens(temp_tokens) in utils.py. After invoke the function of process_tokens(), the punctuation in [-−—–/~"\\'“’”‘°] will split temp_tokens again. This may result in some items of...

I have a test file, whose name is mytest1.json. The context is a large text, which has so many words in it. when i run the folowing: basic/run_single.sh $HOME/data/squad/mytest1.json single.json...

In the class "ForwardEvaluator" in the evaluator.py, there is a function: class ForwardEvaluator(Evaluator): def _get2(context, xi, span): if len(xi)

大佬,基于你blog中的中英文测试集。 我分别做了实验,发现用lstm效果挺差了: 英文: 2020-08-25 10:46:41,055 - long_text_classification.py[line:874] - INFO: ====== train: bert finetune Accuracy: 0.945222, Loss: 0.212253 2020-08-25 10:46:41,055 - long_text_classification.py[line:875] - INFO: ====== val: bert finetune Accuracy: 0.944176, Loss:...

HIERARCHICAL TRANSFORMERS FOR LONG DOCUMENT CLASSIFICATION 这篇文章除了frequency model,average model,lstm model ,还有后面一个transformer model(TOBERT)。 请问这个如何实现,能否补充下,感谢!