Instructions to use msakthiganesh/TabQGen-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use msakthiganesh/TabQGen-Base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("msakthiganesh/TabQGen-Base") model = AutoModelForSeq2SeqLM.from_pretrained("msakthiganesh/TabQGen-Base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 342 Bytes
466cda9 | 1 | {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "additional_special_tokens": ["<page_title>", "</page_title>", "<section_title>", "</section_title>", "<table>", "</table>", "<cell>", "</cell>", "<col_header>", "</col_header>", "<highlighted_cell>", "</highlighted_cell>", "<row>", "</row>", "<row_header>", "</row_header>"]} |