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