Instructions to use yuchenlin/BART0pp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuchenlin/BART0pp with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yuchenlin/BART0pp") model = AutoModelForSeq2SeqLM.from_pretrained("yuchenlin/BART0pp") - Notebooks
- Google Colab
- Kaggle
Commit History
36000 ea0d45c
Bill Yuchen Lin commited on
Update README.md ed9987c
Update README.md 564cc4a
Create README.md 3de0ffa
44000 a9a5df6
init commit 48939e3
(Bill) Yuchen Lin commited on