Add link to notebook
Browse files
README.md
CHANGED
@@ -12,6 +12,10 @@ widget:
|
|
12 |
|
13 |
CodeT5-small model, fine-tuned on the code summarization subtask of CodeXGLUE (Ruby programming language). This model can generate a docstring of a given function written in Ruby.
|
14 |
|
|
|
|
|
|
|
|
|
15 |
# Usage
|
16 |
|
17 |
Here's how to use this model:
|
|
|
12 |
|
13 |
CodeT5-small model, fine-tuned on the code summarization subtask of CodeXGLUE (Ruby programming language). This model can generate a docstring of a given function written in Ruby.
|
14 |
|
15 |
+
# Notebook
|
16 |
+
|
17 |
+
The notebook that I used to fine-tune CodeT5 can be found [here](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/T5/Fine_tune_CodeT5_for_generating_docstrings_from_Ruby_code.ipynb).
|
18 |
+
|
19 |
# Usage
|
20 |
|
21 |
Here's how to use this model:
|