ronantakizawa commited on
Commit
2062d1d
·
verified ·
1 Parent(s): fe266cd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,8 +32,8 @@ This provides a natural signal for training models to:
32
 
33
  ### Key Features
34
 
35
- - **142K+ positive triplets** from 617 top GitHub repositories
36
- - **40K+ negative examples** (~22% 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
 
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