ArtifactAI commited on
Commit
7ff3787
1 Parent(s): 53afe2d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -52,9 +52,10 @@ Each data instance corresponds to one file. The content of the file is in the `c
52
  - `repo` (string): code repository name.
53
  - `file` (string): file path in the repository.
54
  - `code` (string): code within the file.
55
- - `avg_line_length` (float): the average line-length of the file.
56
- - `max_line_length` (integer): the maximum line-length of the file.
57
- - `extension_type` (string): file extension.
 
58
 
59
  ### Data Splits
60
 
 
52
  - `repo` (string): code repository name.
53
  - `file` (string): file path in the repository.
54
  - `code` (string): code within the file.
55
+ - `file_length`: (integer): number of characters in the file.
56
+ - `avg_line_length`: (float): the average line-length of the file.
57
+ - `max_line_length`: (integer): the maximum line-length of the file.
58
+ - `extension_type`: (string): file extension.
59
 
60
  ### Data Splits
61