Instructions to use EEsu/codeT5-small-without-lora-prompt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EEsu/codeT5-small-without-lora-prompt with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("EEsu/codeT5-small-without-lora-prompt") model = AutoModelForSeq2SeqLM.from_pretrained("EEsu/codeT5-small-without-lora-prompt", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e726adb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d3839c11d2c61d963bb76f22ba07e84cafcf8b302b78d96c4e1920995bb1cb2
size 244353824
|