Instructions to use thevan2404/codeT5_phase1_8ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thevan2404/codeT5_phase1_8ep with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("thevan2404/codeT5_phase1_8ep") model = AutoModelForSeq2SeqLM.from_pretrained("thevan2404/codeT5_phase1_8ep", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
52d08a3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:087fa7fc31d1c8d9f5f5eec6e15ce79ba9e8ed55e9fe7c79dc0dad8ecafe719c
size 5432
|