Mir-2002 commited on
Commit
f6fb5a6
·
verified ·
1 Parent(s): 17ab3f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -114,14 +114,12 @@ The dataset generally follows [CodeBERT's code2nl](https://github.com/microsoft/
114
 
115
  - Removed comments from the code
116
  - Removed examples where code cannot be parsed into an AST
117
- - Remove examples that codes cannot be parsed into an abstract syntax tree.
118
  - Remove examples that documents contain special tokens (e.g. <img ...> or https:...)
119
  - Remove examples that documents are not English
120
 
121
  Furthermore, the following cleaning steps specific to this dataset were applied:
122
  - Removed examples where, using CodeT5+'s tokenizer, the combined tokens of the source_code + ast_data is > 512
123
  - Removed examples where, using CodeT5+'s tokenizer, the docstrings are > 512
124
- - Normalized the source code
125
 
126
  # Final Statistics
127
 
 
114
 
115
  - Removed comments from the code
116
  - Removed examples where code cannot be parsed into an AST
 
117
  - Remove examples that documents contain special tokens (e.g. <img ...> or https:...)
118
  - Remove examples that documents are not English
119
 
120
  Furthermore, the following cleaning steps specific to this dataset were applied:
121
  - Removed examples where, using CodeT5+'s tokenizer, the combined tokens of the source_code + ast_data is > 512
122
  - Removed examples where, using CodeT5+'s tokenizer, the docstrings are > 512
 
123
 
124
  # Final Statistics
125