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