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