You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to reproduce results from table 1 from the paper (BioASQ only, Experiment (1) ). I have been using the default settings from the README file. This is my setting
Hi,
I wanted to reproduce results from table 1 from the paper (BioASQ only, Experiment (1) ). I have been using the default settings from the README file. This is my setting
python biomedical_qa/training/train_qa.py
--with_question_type_features
--size 100
--max_epochs 40
--model_type simple_pointer
--is_bioasq True
--data data/bioasq_v2_cv_4 \ # 4th cross-validation set
--trainset_prefix train
--validset_prefix dev
--start_output_unit sigmoid
--ckpt_its 10
--batch_size 64
--save_dir saved_models_v3_cv_4 \ # directory for cross validation set 4
--dropout 0.5
--dataset squad
--transfer_model_config model_checkpoints/glove_pubmed_embedder/config.pickle
--transfer_model_path model_checkpoints/glove_pubmed_embedder/model.tf
--composition LSTM
I am unable to reproduce the numbers from the paper. I was wondering if I am doing something wrong in the settings.
Could you help me figure out ?
The text was updated successfully, but these errors were encountered: