Transformers
PyTorch
TensorBoard
English
encoder-decoder
text2text-generation
Generated from Trainer
seq2seq
Instructions to use abhi11nav/codebert-gpt2-commitgen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abhi11nav/codebert-gpt2-commitgen with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("abhi11nav/codebert-gpt2-commitgen") model = AutoModelForSeq2SeqLM.from_pretrained("abhi11nav/codebert-gpt2-commitgen") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 11 |
|
| 12 |
# codebert-gpt2-commitgen
|
| 13 |
|
| 14 |
-
This model is a fine-tuned version
|
| 15 |
Siyuan Jiang and Collin McMillan. Heres is the link to the paper https://arxiv.org/abs/1703.09603
|
| 16 |
|
| 17 |
## Model description
|
|
|
|
| 11 |
|
| 12 |
# codebert-gpt2-commitgen
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version [](https://huggingface.co/) on dataset provided in the paper titled "Towards Automatic Generation of Short Summaries of Commits" by
|
| 15 |
Siyuan Jiang and Collin McMillan. Heres is the link to the paper https://arxiv.org/abs/1703.09603
|
| 16 |
|
| 17 |
## Model description
|