Update README.md
Browse files
README.md
CHANGED
@@ -113,7 +113,7 @@ FunctionDef:calculate_area
|
|
113 |
|
114 |
# Preprocessing
|
115 |
|
116 |
-
The dataset generally follows
|
117 |
|
118 |
- Removed comments from the code
|
119 |
- Removed examples where code cannot be parsed into an AST
|
|
|
113 |
|
114 |
# Preprocessing
|
115 |
|
116 |
+
The dataset generally follows [CodeBERT's code2nl](https://github.com/microsoft/CodeBERT/tree/master/CodeBERT/code2nl) dataset cleaning standards which are as follows:
|
117 |
|
118 |
- Removed comments from the code
|
119 |
- Removed examples where code cannot be parsed into an AST
|