Mir-2002 commited on
Commit
6fa3289
·
verified ·
1 Parent(s): 4446ed7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -113,7 +113,7 @@ FunctionDef:calculate_area
113
 
114
  # Preprocessing
115
 
116
- The dataset generally follows CodeSearchNet's 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
 
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