Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use chathuranga-jayanath/codet5-small-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chathuranga-jayanath/codet5-small-v3 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("chathuranga-jayanath/codet5-small-v3") model = AutoModelForSeq2SeqLM.from_pretrained("chathuranga-jayanath/codet5-small-v3") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,10 @@ It achieves the following results on the evaluation set:
|
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
| 30 |
|
| 31 |
## Intended uses & limitations
|
| 32 |
|
|
|
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
| 29 |
+
Trained,
|
| 30 |
+
- dataset: chathuranga-jayanath/context-5-predict-token-for-fine-tune-without-comments-from-finmath
|
| 31 |
+
- epochs: 3
|
| 32 |
+
- metric: rouge
|
| 33 |
|
| 34 |
## Intended uses & limitations
|
| 35 |
|