Instructions to use wahdie11/codet5-finetuned-text-python with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wahdie11/codet5-finetuned-text-python with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("wahdie11/codet5-finetuned-text-python") model = AutoModelForSeq2SeqLM.from_pretrained("wahdie11/codet5-finetuned-text-python", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| library_name: transformers | |
| tags: | |
| - trl | |
| - sft | |
| datasets: | |
| - google/code_x_glue_ct_code_to_text | |
| base_model: | |
| - Salesforce/codet5-base | |