CodeForCodersYT commited on
Commit
18faf00
·
verified ·
1 Parent(s): 2b8e1f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -15
README.md CHANGED
@@ -1,21 +1,145 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: id
5
- dtype: string
6
- - name: input
7
- dtype: string
8
- - name: output
9
- dtype: string
10
  splits:
11
- - name: train
12
- num_bytes: 37238584810
13
- num_examples: 12500000
14
- download_size: 71279710676
15
- dataset_size: 37238584810
16
  configs:
17
- - config_name: default
18
- data_files:
19
- - split: train
20
- path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: id
5
+ dtype: string
6
+ - name: input
7
+ dtype: string
8
+ - name: output
9
+ dtype: string
10
  splits:
11
+ - name: train
12
+ num_bytes: 29197203208
13
+ num_examples: 12500000
14
+ download_size: 11862158116
15
+ dataset_size: 29197203208
16
  configs:
17
+ - config_name: default
18
+ data_files:
19
+ - split: train
20
+ path: data/train-*
21
+ license: cc-by-4.0
22
+ language:
23
+ - en
24
+ tags:
25
+ - code
26
+ - synthetic
27
+ - instruction-tuning
28
+ task_categories:
29
+ - text-generation
30
+ size_categories:
31
+ - 10M<n<100M
32
  ---
33
+
34
+ # ultimate-code
35
+
36
+ ## Dataset Description
37
+
38
+ ultimate-code is a derived dataset built by combining and processing data from
39
+ [`nvidia/OpenCodeInstruct`](https://huggingface.co/datasets/nvidia/OpenCodeInstruct) and
40
+ [`nvidia/OpenCodeGeneticInstruct`](https://huggingface.co/datasets/nvidia/OpenCodeGeneticInstruct).
41
+ It can be used to fine-tune LLMs for coding tasks.
42
+
43
+ > **Tokenized variant available:** a pre-tokenized version of this dataset is available at
44
+ > [`CodeForCodersYT/ultimate-code-tokenized`](https://huggingface.co/datasets/CodeForCodersYT/ultimate-code-tokenized).
45
+ > <!-- TODO: Link/Repo-Namen prüfen und ggf. anpassen, falls der Name der tokenisierten Variante anders lautet. -->
46
+ > Use that version if you want ready-to-train tokenized sequences instead of raw text.
47
+
48
+ ## Source Datasets & Attribution
49
+
50
+ This dataset is derived from the following NVIDIA datasets, both released under the
51
+ **Creative Commons Attribution 4.0 International License (CC BY 4.0)**:
52
+
53
+ | Source Dataset | Owner | License | Link |
54
+ |---|---|---|---|
55
+ | OpenCodeInstruct | NVIDIA Corporation | CC BY 4.0 | https://huggingface.co/datasets/nvidia/OpenCodeInstruct |
56
+ | OpenCodeGeneticInstruct | NVIDIA Corporation | CC BY 4.0 | https://huggingface.co/datasets/nvidia/OpenCodeGeneticInstruct |
57
+
58
+ Both source datasets are copyright © NVIDIA Corporation and are licensed under CC BY 4.0
59
+ ([full license text](https://creativecommons.org/licenses/by/4.0/legalcode)).
60
+
61
+ ### Modifications made to the original data
62
+
63
+ - Both source datasets were merged into a single unified schema.
64
+ - Only the `id`, `input`, and `output` columns were kept; all other columns from the original
65
+ datasets (e.g. `domain`, `generation_algorithm`, `llm_judgement`, `unit_tests`,
66
+ `tests_execution_status`, `average_test_score`) were dropped.
67
+ - No additional filtering, deduplication, or reformatting was applied beyond the column selection.
68
+
69
+ ## Dataset Structure
70
+
71
+ | Field | Type | Description |
72
+ |---|---|---|
73
+ | `id` | string | Unique identifier for each example |
74
+ | `input` | string | The coding question / prompt |
75
+ | `output` | string | The corresponding solution / response |
76
+
77
+ ## Dataset Statistics
78
+
79
+ - Total records (train split): 12,500,000
80
+ - Total size (uncompressed): ~29.2 GB
81
+ - Download size (Parquet): ~11.86 GB
82
+
83
+ ## How to Use
84
+
85
+ ```python
86
+ from datasets import load_dataset
87
+
88
+ ds = load_dataset("CodeForCodersYT/ultimate-code", split="train")
89
+ ```
90
+
91
+ For a pre-tokenized version ready for training pipelines, see
92
+ [`CodeForCodersYT/ultimate-code-tokenized`](https://huggingface.co/datasets/CodeForCodersYT/ultimate-code-tokenized) instead.
93
+
94
+ ## License
95
+
96
+ This dataset is released under **CC BY 4.0** (https://creativecommons.org/licenses/by/4.0/legalcode),
97
+ consistent with the license of the source datasets. If you use this dataset, please provide
98
+ attribution to both this dataset and the original NVIDIA source datasets as described above.
99
+
100
+ ## Ethical Considerations
101
+
102
+ This dataset inherits ethical considerations from its source data. As noted by NVIDIA for the
103
+ original datasets: users are responsible for checking that the dataset and license are fit for
104
+ their intended purpose, and should evaluate the resulting models for their specific use case and
105
+ industry requirements before deployment.
106
+
107
+ ## Citation
108
+
109
+ If you use this dataset, please cite both the original source datasets and this dataset.
110
+
111
+ **OpenCodeInstruct:**
112
+
113
+ ```bibtex
114
+ @article{ahmad2025opencodeinstruct,
115
+ title={OpenCodeInstruct: A Large-scale Instruction Tuning Dataset for Code LLMs},
116
+ author={Wasi Uddin Ahmad and Aleksander Ficek and Mehrzad Samadi and Jocelyn Huang and Vahid Noroozi and Somshubra Majumdar and Boris Ginsburg},
117
+ year={2025},
118
+ eprint={2504.04030},
119
+ archivePrefix={arXiv},
120
+ primaryClass={cs.CL},
121
+ url={https://arxiv.org/abs/2504.04030},
122
+ }
123
+ ```
124
+
125
+ **OpenCodeGeneticInstruct:**
126
+
127
+ ```bibtex
128
+ @misc{nvidia_opencodegeneticinstruct,
129
+ title={OpenCodeGeneticInstruct},
130
+ author={NVIDIA Corporation},
131
+ year={2025},
132
+ url={https://huggingface.co/datasets/nvidia/OpenCodeGeneticInstruct},
133
+ }
134
+ ```
135
+
136
+ **This dataset:**
137
+
138
+ ```bibtex
139
+ @misc{ultimate_code_2026,
140
+ title={ultimate-code: A Merged Instruction-Tuning Dataset for Code LLMs},
141
+ author={CodeForCodersYT},
142
+ year={2026},
143
+ url={https://huggingface.co/datasets/CodeForCodersYT/ultimate-code},
144
+ }
145
+ ```