active-qa icon indicating copy to clipboard operation
active-qa copied to clipboard

Results 13 active-qa issues
Sort by recently updated
recently updated
newest added

hi, loved the repo. failed to download pre-trained models using the links in readme. [checkpoint of the reformulator](https://storage.cloud.google.com/pretrained_models/translate.ckpt-6156696.zip) and [checkpoint of the selector](https://storage.cloud.google.com/pretrained_models/selector.zip) are there new updated links? thanks in...

Hi, Thanks for releasing the code for active-qa. After browsing the code, I did not find Monte-Carlo Sampling in the training stage. It seems that each training instance consists of...

I am using ActiveQA Github repository to generate questions and answers. right now i am looking for checkpoints for selector training (Pre-trained Models),actually i was unable to download from activeqa...

Hi @dberlin , I had run Full code in System but at last i downloaded the pretrained transalate checkpoints and sector modules and placed in the select folders but my...

Hi @willnorris @cdibona @christianbuck @dberlin @j5b Actually i am running the command **'python -m px.nmt.reformulator_and_selector_training --environment_server_address=localhost:10000 --hparams_path=px/nmt/example_configs/reformulator.json --enable_reformulator_training=true --enable_selector_training=false --train_questions=$SQUAD_DIR/train-questions.txt --train_annotations=$SQUAD_DIR/train-annotation.txt --train_data=data/squad/data_train.json --dev_questions=$SQUAD_DIR/dev-questions.txt --dev_annotations=$SQUAD_DIR/dev-annotation.txt --dev_data=data/squad/data_dev.json --glove_path=$GLOVE_DIR/glove.6B.100d.txt --out_dir=$REFORMULATOR_DIR --tensorboard_dir=$OUT_DIR/tensorboard'** then i...

Hi @willnorris , Actually I am running your project in the process of 2-way processing while run this comand **python -m third_party.bi_att_flow.squad.prepro \ --glove_dir=$GLOVE_DIR \ --source_dir=$SQUAD_DIR** the process is killed...

Hi Every one , I followed README.md file and follow the instruction given their to run the program/code mean while i got an error while running tis command **python -m...

# Output ``` Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-OSBzO1/numpy/setup.py", line 31, in raise RuntimeError("Python version >= 3.5 required.") RuntimeError: Python version >= 3.5 required....

Would be great to have docker image.

## Console Output ``` Collecting sentencepiece (from -r requirements.txt (line 11)) Using cached https://files.pythonhosted.org/packages/1b/87/c3c2fa8cbec61fffe031ca9f0da512747520bec9be7f886f748457daac31/sentencepiece-0.1.83.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1,...