SmBop
SmBop copied to clipboard
I installed everything as described. When I try to run start_demo or the eval script, I get the error: Traceback (most recent call last): File "eval.py", line 77, in main()...
How to get the sql/relational-algebra tree node (contextual) embeddings? @OhadRubin
I declare the libraries  return error  Libraries of me:  
What is beam_scores_el mathematically? Are these ( sum/ average/ product?) of log probabilities of each predicted token of each beam? what do the dimension of this tensor indicate? @entslscheia @OhadRubin...
Hello, I recently tried to train and evaluate the method without values and I ran into some problems. You can surely help me with that. I trained the model with...
I am using GPU to follow along the training process of the model. I have cloned the github repo, ran the requirements.txt command, installed NLTK punkt, and downloaded spider dataset....
Hi @OhadRubin , Could you please let me know whether the `final_beam_acc` metric in the code is the same as the BEM metric reported in Table 3 of your paper?...
I'm using colab pro , with batch_size = 15 each epoch is taking 24 minutes, so total epoch is 410, it will take lots of time. Any way to train...
Traceback (most recent call last): File "exec.py", line 148, in run() File "exec.py", line 111, in run settings = Params.from_file( File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/allennlp/common/params.py", line 488, in from_file file_dict = json.loads(evaluate_file(params_file, ext_vars=ext_vars))...
Hi, this is just one question Spider train_set has 8659 instances, although it comes divided into train_spider.json which has 7000, and train_others.json which has the other instances and which is...