gap-text2sql / gap-text2sql-main /data /preprocessed_data /bart_parser_pretrain_label_mapping.json
antonlabate
ver 1.3
d758c99
raw
history blame
758 Bytes
{
"keyword": ["<s>", "<pad>", "</s>", "select", "where", "_value_", "_values_", "group", "by", "order", "limit", "from", "join", "on",
"count", "distinct", "and", "desc", "avg", "having", "max", "in", "<", "sum", "intersect", "not", "min",
"except", "all", "or", "asc", "like", "!=", "union", "between", "into",
"when", "else", "case", "then", "true", "false", "end", "as", "left", "right", "natural", "full", "convert", "cast",
"is", "null", "<=>", "/", "(", ".", "$", "=>", "_", "]", "[", ">", "#", "!", ",", "*", "&", "|", "?", "~", "-", "<=", "'",
")", "}", "+", "\"", "{", "=", "^", "@", "<", ">="],
"label_padding_token": "<pad>",
"label_eos_token": "</s>",
"label_bos_token": "<s>"
}