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