CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-TapasForSequenceClassification

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes10downloads
tokenizer_config.json29 linesDownload Raw Back to root
1{2  "additional_special_tokens": [3    "[EMPTY]"4  ],5  "cell_trim_length": -1,6  "clean_up_tokenization_spaces": true,7  "cls_token": "[CLS]",8  "do_basic_tokenize": true,9  "do_lower_case": true,10  "drop_rows_to_fit": false,11  "empty_token": "[EMPTY]",12  "mask_token": "[MASK]",13  "max_column_id": null,14  "max_question_length": null,15  "max_row_id": null,16  "min_question_length": null,17  "model_max_length": 512,18  "never_split": null,19  "pad_token": "[PAD]",20  "sep_token": "[SEP]",21  "special_tokens_map_file": "/home/runner/.cache/huggingface/hub/models--google--tapas-base-finetuned-sqa/snapshots/81916d20eef75766aeae71b9487fd615017b0413/special_tokens_map.json",22  "strip_accents": null,23  "strip_column_names": false,24  "tokenize_chinese_chars": true,25  "tokenizer_class": "TapasTokenizer",26  "unk_token": "[UNK]",27  "update_answer_coordinates": false28}29