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: 129 Bytes
5bbbdc9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:48f75d8d5c11061507566411eca84589b039693f87391ef490311feaf35612c7
size 1327
|