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