Open LeSaUi opened 3 years ago
Hi,
I read your paper and has tried to train your model.
But, I got a problem with bert_position_ner_hotpot_train_v1.1.json file.
I run the main.py with HotpotQA train set and dev set.
In arguments, train_ner_file, I replaced "bert_position_ner_hotpot_train_v1.1.json" string with "train_gold_ner.json" string
Though I could get gold_doc and gold_ner .json file respectively,
run_hotpotqa.py returned error when I trained model with train_gold_ner.json
At 286 line, list index out of range occur ("ni" variable)
Is there something I have to do?
What is bert_position_ner_hotpot_train_v1.1.json ? Hi, guys can you find train.py in run_hotpotqa_roberta.py? I can"t find it
Hi,
I read your paper and has tried to train your model.
But, I got a problem with bert_position_ner_hotpot_train_v1.1.json file.
I run the main.py with HotpotQA train set and dev set.
In arguments, train_ner_file, I replaced "bert_position_ner_hotpot_train_v1.1.json" string with "train_gold_ner.json" string
Though I could get gold_doc and gold_ner .json file respectively,
run_hotpotqa.py returned error when I trained model with train_gold_ner.json
At 286 line, list index out of range occur ("ni" variable)
Is there something I have to do?
What is bert_position_ner_hotpot_train_v1.1.json ?
could you have this question:python: can't open file 'main.py': [Errno 2] No such file or directory?
Hi,
I read your paper and has tried to train your model.
But, I got a problem with bert_position_ner_hotpot_train_v1.1.json file.
I run the main.py with HotpotQA train set and dev set.
In arguments, train_ner_file, I replaced "bert_position_ner_hotpot_train_v1.1.json" string with "train_gold_ner.json" string
Though I could get gold_doc and gold_ner .json file respectively,
run_hotpotqa.py returned error when I trained model with train_gold_ner.json
At 286 line, list index out of range occur ("ni" variable)
Is there something I have to do?
What is bert_position_ner_hotpot_train_v1.1.json ?