Instructions to use sail/tapex-zero-xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sail/tapex-zero-xl with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sail/tapex-zero-xl") model = AutoModelForSeq2SeqLM.from_pretrained("sail/tapex-zero-xl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
upload model 52324f0
SivilTaram commited on
initial commit f6bd530
Qian Liu commited on