-
I already know how to use Bert in AllenNLP (i.e., how to configure the tokenizer, indexer and model for it). Now I want to reimplement some Text2SQL (the task of mapping natural language to SQL) basel…
-
Hi,
I am getting below mentioned unicode encode error while running json_to_flat.py file to generate split on both wikisql and spider dataset :
json_to_flat.py", line 50, in convert_instance
…
-
Hi
I defined a new data reader like snli called snli_weighted and wants to use this one,
when I run my training codes, it says this reader is not register, could you please assist me.
thanks for y…
ghost updated
4 years ago
-
- 环境
1)PaddlePaddle版本:1.6.2
2)CPU:Intel(R) Xeon(R) CPU E5-2620 v2
3)GPU:no
4)系统环境:CentOS 6.3 ,Python版本 3.6.5
- 问题描述
程序直接 core 掉了,报了个“Cannot find original variable with name ifelse_…
-
First of all, thanks for making this project public! I think it helps the community a lot to takle the problem of Text2SQL and it would be nice if other participants of the Spider-Challenge would do t…
-
Hi @jkkummerfeld
There seem to be small naming inconsistency between `restaurants.json` and other files.
In `restaurants.json`, `RESTAUANT` table (when it is represented as RESTAURANTalias0 or …
-
i enter 'python my_train.py -params models/r2c++_res101_attribute/default.json -folder models/saves/base -plot models/saves/base_plot' command.
i have a problem like this!
> Traceback (most recent…
-
Hi @jkkummerfeld
I think "(SELECT" in the code below should change into "( SELECT" for the consistency.
https://github.com/jkkummerfeld/text2sql-data/blob/7aaae5bfcce37a54d1d713cabb27ee60dc9ba42…
-
System
- OS: Google Colab
- Python version: 3.6
- AllenNLP version: 0.9.0
- Torch version: 1.3.1
**Question**
I'm trying to train a custom Model using `allennlp train \path\to\the\config\…
-
**System (please complete the following information):**
OS: Windows 10 pro
Python version: 3.6.8
AllenNLP version: allennlp 0.8.4-unreleased
PyTorch version: 1.1.0
**Question**
I was followi…