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