update
Browse files
README.md
CHANGED
@@ -31,10 +31,6 @@ configs:
|
|
31 |
data_files:
|
32 |
- split: train
|
33 |
path: issues/train-*
|
34 |
-
- config_name: jupyter
|
35 |
-
data_files:
|
36 |
-
- split: train
|
37 |
-
path: jupyter/train-*
|
38 |
- config_name: kaggle
|
39 |
data_files:
|
40 |
- split: train
|
@@ -63,7 +59,7 @@ kaggle_notebooks = load_dataset("HuggingFaceTB/github-issues-notebooks", "kaggle
|
|
63 |
```
|
64 |
|
65 |
## Dataset curation
|
66 |
-
These curation details are from the
|
67 |
|
68 |
### 🐛 GitHub Issues
|
69 |
The GitHub Issues dataset consists of discussions from GitHub repositories, sourced from GHArchive. It contains issue reports, bug tracking, and technical Q&A discussions.
|
|
|
31 |
data_files:
|
32 |
- split: train
|
33 |
path: issues/train-*
|
|
|
|
|
|
|
|
|
34 |
- config_name: kaggle
|
35 |
data_files:
|
36 |
- split: train
|
|
|
59 |
```
|
60 |
|
61 |
## Dataset curation
|
62 |
+
These curation details are from the StarCoder2 pipeline. The original datasets can be found at: https://huggingface.co/datasets/bigcode/starcoder2data-extras and more details can be found in the StarCoder2 paper.
|
63 |
|
64 |
### 🐛 GitHub Issues
|
65 |
The GitHub Issues dataset consists of discussions from GitHub repositories, sourced from GHArchive. It contains issue reports, bug tracking, and technical Q&A discussions.
|