ronantakizawa commited on
Commit
0e1bb2c
·
verified ·
1 Parent(s): aeb075d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -32,10 +32,11 @@ This provides a natural signal for training models to:
32
 
33
  ### Key Features
34
 
35
- - **128K+ positive triplets** from 617 top GitHub repositories
36
- - **40K+ negative examples** (~24% of dataset) of clean code labeled "No issues found."
37
- - **36 programming languages** (Python, TypeScript, Go, Rust, C++, JavaScript, C#, Java, Kotlin, Swift, and more)
38
- - **Quality-filtered**: bot comments, noise ("LGTM", "+1"), and auto-generated content removed
 
39
  - **Chunk-focused**: ~50 lines of context around the reviewed code, not entire files
40
  - **Permissive licenses only**: all source repos use MIT, Apache-2.0, BSD, or similar licenses
41
  - **Verified changes**: only includes triplets where the code chunk actually changed after the review
@@ -115,7 +116,7 @@ negatives = ds["train"].filter(lambda x: x["is_negative"])
115
 
116
  ### Quality Filters Applied
117
 
118
- - Bot authors excluded (dependabot, renovate, codecov, etc.)
119
  - Comments < 30 characters excluded
120
  - Noise patterns excluded (LGTM, +1, emoji-only, etc.)
121
  - Auto-generated comments excluded (coverage reports, CI output)
 
32
 
33
  ### Key Features
34
 
35
+ - **167K+ positive triplets** from 725 top GitHub repositories
36
+ - **51K+ negative examples** (~23% of dataset) of clean code labeled "No issues found."
37
+ - **37 programming languages** (Python, TypeScript, Go, Rust, C++, JavaScript, C#, Java, Kotlin, Swift, and more)
38
+ - **Human-only reviews**: AI/bot reviewers (Copilot, linter bots, etc.) are excluded
39
+ - **Quality-filtered**: noise ("LGTM", "+1"), and auto-generated content removed
40
  - **Chunk-focused**: ~50 lines of context around the reviewed code, not entire files
41
  - **Permissive licenses only**: all source repos use MIT, Apache-2.0, BSD, or similar licenses
42
  - **Verified changes**: only includes triplets where the code chunk actually changed after the review
 
116
 
117
  ### Quality Filters Applied
118
 
119
+ - Bot and AI reviewers excluded (dependabot, Copilot, golangcibot, houndci-bot, etc.)
120
  - Comments < 30 characters excluded
121
  - Noise patterns excluded (LGTM, +1, emoji-only, etc.)
122
  - Auto-generated comments excluded (coverage reports, CI output)