Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ Paper: [Code Summarization Beyond Function Level](https://hf.co/papers/2502.1670
|
|
| 50 |
|
| 51 |
The dataset contains samples with the following fields:
|
| 52 |
|
| 53 |
-
* `repo_name`:
|
| 54 |
* `method_name`: The method name (including class name).
|
| 55 |
* `method_code`: The code of a method within the repository (without docstring).
|
| 56 |
* `method_summary`: The summary of the method.
|
|
|
|
| 50 |
|
| 51 |
The dataset contains samples with the following fields:
|
| 52 |
|
| 53 |
+
* `repo_name`: The repository name.
|
| 54 |
* `method_name`: The method name (including class name).
|
| 55 |
* `method_code`: The code of a method within the repository (without docstring).
|
| 56 |
* `method_summary`: The summary of the method.
|