Instructions to use neulab/omnitab-large-128shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use neulab/omnitab-large-128shot with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("table-question-answering", model="neulab/omnitab-large-128shot")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("neulab/omnitab-large-128shot") model = AutoModelForSeq2SeqLM.from_pretrained("neulab/omnitab-large-128shot", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0bf7f3b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:50dfb30432e7b1e1b7245e0e14c3bccd31ef5bc12387ab433d7ea5ca23fee025
size 812847041
|