Datasets:

Formats:
parquet
Languages:
English
ArXiv:
Tags:
code
DOI:
Libraries:
Datasets
pandas
License:
tiginamaria commited on
Commit
7200215
1 Parent(s): 087ac75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -519,7 +519,7 @@ The core fields are:
519
  | `repo_languages` | All programming languages used in the repository. |
520
  | `repo_license` | Licenses assigned to the repository. |
521
 
522
- * Excluding test files that do not contain bug causes, rather changed in order to add test for proving that bug is gone.
523
 
524
  The metrics fields are:
525
  | **Field** | **Description** |
@@ -545,8 +545,8 @@ The metrics fields are:
545
  | `issue_links_count` | Number of links (\[...\](...)) presented in issue body. |
546
  | `issue_code_blocks_count` | Number of code blocks (\`\`\`...\`\`\`) presented in issue body. |
547
 
548
- * Excluding test files that do not contain bug causes, rather changed in order to add test for proving that bug is gone. \
549
- ** Using GPT-4 tokenizer via ticktoken.
550
 
551
  ### Repos data
552
 
 
519
  | `repo_languages` | All programming languages used in the repository. |
520
  | `repo_license` | Licenses assigned to the repository. |
521
 
522
+ \* Excluding test files that do not contain bug causes, rather changed in order to add test for proving that bug is gone.
523
 
524
  The metrics fields are:
525
  | **Field** | **Description** |
 
545
  | `issue_links_count` | Number of links (\[...\](...)) presented in issue body. |
546
  | `issue_code_blocks_count` | Number of code blocks (\`\`\`...\`\`\`) presented in issue body. |
547
 
548
+ \* Excluding test files that do not contain bug causes, rather changed in order to add test for proving that bug is gone. \
549
+ \*\* Using GPT-4 tokenizer via ticktoken.
550
 
551
  ### Repos data
552