Instructions to use msakthiganesh/TabQGen-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use msakthiganesh/TabQGen-Small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("msakthiganesh/TabQGen-Small") model = AutoModelForSeq2SeqLM.from_pretrained("msakthiganesh/TabQGen-Small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| {"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>"]} |