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