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