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
| > **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** | |