table-question-answering-tapas / tokenizer_config.json
Meena's picture
add tokenizer
11151eb
{"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "empty_token": "[EMPTY]", "tokenize_chinese_chars": true, "strip_accents": null, "cell_trim_length": -1, "max_column_id": null, "max_row_id": null, "strip_column_names": false, "update_answer_coordinates": false, "min_question_length": null, "max_question_length": null, "model_max_length": 512, "additional_special_tokens": ["[EMPTY]"], "drop_rows_to_fit": false, "special_tokens_map_file": "/root/.cache/huggingface/transformers/e8c98220e9166b448d2e9dfdec05e35b3b68e2c079d80fadfb4dc71e96dee028.852c05acd4c087ec9774e7ed56aeea5010c13056cc8bc37594b75b172416592c", "name_or_path": "google/tapas-base-finetuned-wtq", "tokenizer_class": "TapasTokenizer"}