Update README.md
Browse files
README.md
CHANGED
|
@@ -262,3 +262,20 @@ configs:
|
|
| 262 |
- split: train
|
| 263 |
path: typescript/train-*
|
| 264 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 262 |
- split: train
|
| 263 |
path: typescript/train-*
|
| 264 |
---
|
| 265 |
+
|
| 266 |
+
This is a dataset built from [CommitPackFT](https://huggingface.co/datasets/bigcode/commitpackft), providing ~1500 commits with diffs for several programming languages:
|
| 267 |
+
- Python
|
| 268 |
+
- JavaScript
|
| 269 |
+
- TypeScript
|
| 270 |
+
- Go
|
| 271 |
+
- Ruby
|
| 272 |
+
- Java
|
| 273 |
+
- PHP
|
| 274 |
+
- C
|
| 275 |
+
- C++
|
| 276 |
+
- Rust
|
| 277 |
+
- Swift
|
| 278 |
+
- Scala
|
| 279 |
+
- Bash
|
| 280 |
+
|
| 281 |
+
The goal of this dataset is to evaluate the ability of models to retrieve a diff given it's instruction.
|