ronantakizawa commited on
Commit
461fa15
·
verified ·
1 Parent(s): 2359b79

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: mit
3
  task_categories:
4
  - text-generation
5
- - text2text-generation
6
  language:
7
  - en
8
  - code
@@ -30,8 +29,8 @@ Each row captures a moment where a human code reviewer left an inline comment on
30
 
31
  ### Key Features
32
 
33
- - **500K+ triplets** from 10,000+ top GitHub repositories
34
- - **10+ programming languages** (Python, JavaScript, TypeScript, Java, Go, Rust, C++, C#, Ruby, PHP, and more)
35
  - **Quality-filtered**: bot comments, noise ("LGTM", "+1"), and auto-generated content removed
36
  - **Chunk-focused**: ~50 lines of context around the reviewed code, not entire files
37
  - **Permissive licenses only**: all source repos use MIT, Apache-2.0, BSD, or similar licenses
@@ -65,7 +64,7 @@ Each row captures a moment where a human code reviewer left an inline comment on
65
  ```python
66
  from datasets import load_dataset
67
 
68
- ds = load_dataset("ronantakizawa/code-review-diffs")
69
 
70
  # Get a training example
71
  example = ds["train"][0]
@@ -134,6 +133,6 @@ If you use this dataset, please cite:
134
  author={Takizawa, Ronan},
135
  year={2026},
136
  publisher={Hugging Face},
137
- url={https://huggingface.co/datasets/ronantakizawa/code-review-diffs}
138
  }
139
  ```
 
2
  license: mit
3
  task_categories:
4
  - text-generation
 
5
  language:
6
  - en
7
  - code
 
29
 
30
  ### Key Features
31
 
32
+ - **118K+ triplets** from 562 top GitHub repositories
33
+ - **20+ programming languages** (Python, TypeScript, Go, C++, Rust, JavaScript, C#, Java, Kotlin, Swift, and more)
34
  - **Quality-filtered**: bot comments, noise ("LGTM", "+1"), and auto-generated content removed
35
  - **Chunk-focused**: ~50 lines of context around the reviewed code, not entire files
36
  - **Permissive licenses only**: all source repos use MIT, Apache-2.0, BSD, or similar licenses
 
64
  ```python
65
  from datasets import load_dataset
66
 
67
+ ds = load_dataset("ronantakizawa/github-codereview")
68
 
69
  # Get a training example
70
  example = ds["train"][0]
 
133
  author={Takizawa, Ronan},
134
  year={2026},
135
  publisher={Hugging Face},
136
+ url={https://huggingface.co/datasets/ronantakizawa/github-codereview}
137
  }
138
  ```