Instructions to use yuchenlin/BART0-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yuchenlin/BART0-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("yuchenlin/BART0-base") model = AutoModelForSeq2SeqLM.from_pretrained("yuchenlin/BART0-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ae9af6a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:67d6a9068328893ac795bd5007ade8cb3bdfdf14743bd5c5f907f34834d995b1
size 2991
|