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