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