Instructions to use RUCAIBox/live-bart-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RUCAIBox/live-bart-base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("RUCAIBox/live-bart-base") model = AutoModelForSeq2SeqLM.from_pretrained("RUCAIBox/live-bart-base") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a812fd5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:281d7c2fbb5b8e107538e6260ecce3009584c8d17bdc6abe61a32ac9bea3e868
size 614501373
|