Instructions to use alexjercan/codet5-base-buggy-error-description with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexjercan/codet5-base-buggy-error-description with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("alexjercan/codet5-base-buggy-error-description") model = AutoModelForSeq2SeqLM.from_pretrained("alexjercan/codet5-base-buggy-error-description") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by cherry0328 - opened
Hi there! First of all, I want to say that your model is absolutely fantastic. We would love to contribute by updating the README to include information about the base_model. This would help address the current gap in the model card. Thank you!