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
File size: 180 Bytes
59ae31f | 1 | > **TabQGen** model is released along with the dataset **Question Generation for Tables** in the paper - **Answer-Aware Question Generation from Tabular and Textual Data using T5** |