Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use davidgaofc/TechDebtLabeler with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use davidgaofc/TechDebtLabeler with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("davidgaofc/TechDebtLabeler") model = AutoModelForSeq2SeqLM.from_pretrained("davidgaofc/TechDebtLabeler") - Notebooks
- Google Colab
- Kaggle
Commit ·
3ef25db
1
Parent(s): 8687a1a
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,10 @@ model-index:
|
|
| 11 |
|
| 12 |
# training
|
| 13 |
|
| 14 |
-
This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on [
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Model description
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
# training
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on [a dataset created from The Technical Debt Dataset](https://huggingface.co/datasets/davidgaofc/techdebt_label).
|
| 15 |
+
|
| 16 |
+
# dataset citation
|
| 17 |
+
Valentina Lenarduzzi, Nyyti Saarimäki, Davide Taibi. The Technical Debt Dataset. Proceedings for the 15th Conference on Predictive Models and Data Analytics in Software Engineering. Brazil. 2019.
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|