JanSchTech
commited on
Commit
•
9349492
1
Parent(s):
b50c3e3
readme update
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ Each record in the dataset includes:
|
|
32 |
* `max_stars_repo_path`: repo path
|
33 |
* `max_stars_repo_name`: repo name
|
34 |
* `content`: The original code content.
|
35 |
-
* `content_cleaned`: The content with specific metadata (e.g.,
|
36 |
* `language`: The detected language of code comments.
|
37 |
* `language_score`: The confidence score for the language classification.
|
38 |
* `comments`: Extracted comments from the code content.
|
|
|
32 |
* `max_stars_repo_path`: repo path
|
33 |
* `max_stars_repo_name`: repo name
|
34 |
* `content`: The original code content.
|
35 |
+
* `content_cleaned`: The content with specific metadata (e.g., reponame) removed for cleaner processing.
|
36 |
* `language`: The detected language of code comments.
|
37 |
* `language_score`: The confidence score for the language classification.
|
38 |
* `comments`: Extracted comments from the code content.
|