Update README.md
Browse files
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 |
|