Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use lmeninato/t5-small-codesearchnet-python3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lmeninato/t5-small-codesearchnet-python3 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("lmeninato/t5-small-codesearchnet-python3") model = AutoModelForSeq2SeqLM.from_pretrained("lmeninato/t5-small-codesearchnet-python3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
739569e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b5293325c20df9b7806b1872351e71ed4b4a474198619e6e9b9d21cc5487cb38
size 838981
|