OpceanAI commited on
Commit
b69d25a
·
verified ·
1 Parent(s): cc87fbf

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +622 -6
README.md CHANGED
@@ -1,12 +1,628 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - text-generation
5
  language:
6
  - en
7
- tags:
8
  - code
9
- pretty_name: Yuuki
10
  size_categories:
11
  - 100K<n<1M
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
2
  language:
3
  - en
 
4
  - code
5
+ license: mit
6
  size_categories:
7
  - 100K<n<1M
8
+ task_categories:
9
+ - text-generation
10
+ pretty_name: Yuuki Code Dataset
11
+ tags:
12
+ - code
13
+ - multilingual
14
+ - programming
15
+ - training-data
16
+ - open-source
17
+ ---
18
+
19
+ <div align="center">
20
+
21
+ <br>
22
+
23
+ <img src="https://img.shields.io/badge/%E2%9C%A6-YUUKI--DATASET-000000?style=for-the-badge&labelColor=000000" alt="Yuuki Dataset" height="50">
24
+
25
+ <br><br>
26
+
27
+ # Multilingual Code Training Dataset
28
+
29
+ **321K code samples. 18 programming languages. Curated from GitHub + HuggingFace.**<br>
30
+ **High-quality training data for code generation models. Zero cloud budget.**
31
+
32
+ <br>
33
+
34
+ <a href="#dataset-description"><img src="https://img.shields.io/badge/DESCRIPTION-000000?style=for-the-badge" alt="Description"></a>
35
+ &nbsp;&nbsp;
36
+ <a href="#dataset-structure"><img src="https://img.shields.io/badge/STRUCTURE-000000?style=for-the-badge" alt="Structure"></a>
37
+ &nbsp;&nbsp;
38
+ <a href="https://github.com/sponsors/aguitauwu"><img src="https://img.shields.io/badge/SPONSOR-000000?style=for-the-badge" alt="Sponsor"></a>
39
+
40
+ <br><br>
41
+
42
+ [![License](https://img.shields.io/badge/MIT-222222?style=flat-square&logo=opensourceinitiative&logoColor=white)](LICENSE)
43
+ &nbsp;
44
+ [![HuggingFace](https://img.shields.io/badge/Datasets-222222?style=flat-square&logo=huggingface&logoColor=white)](https://huggingface.co/datasets)
45
+ &nbsp;
46
+ [![Python](https://img.shields.io/badge/Python-222222?style=flat-square&logo=python&logoColor=white)](https://www.python.org/)
47
+ &nbsp;
48
+ [![Code](https://img.shields.io/badge/Multilingual-222222?style=flat-square&logo=github&logoColor=white)](https://github.com)
49
+ &nbsp;
50
+ [![DOI](https://img.shields.io/badge/DOI-10.57967/hf/7809-222222?style=flat-square)](https://doi.org/10.57967/hf/7809)
51
+
52
+ <br>
53
+
54
+ ---
55
+
56
+ <br>
57
+
58
+ <table>
59
+ <tr>
60
+ <td width="50%" valign="top">
61
+
62
+ **Curated for quality.**<br><br>
63
+ 321,000 code samples total.<br>
64
+ 18 programming languages.<br>
65
+ Sourced from GitHub repositories.<br>
66
+ Filtered and deduplicated.<br>
67
+ Train/validation/test splits.<br>
68
+ Ready for model training.<br>
69
+ MIT licensed and attribution-complete.
70
+
71
+ </td>
72
+ <td width="50%" valign="top">
73
+
74
+ **Production-ready.**<br><br>
75
+ Structured JSONL format.<br>
76
+ Comprehensive metadata fields.<br>
77
+ Language detection included.<br>
78
+ Source repository tracking.<br>
79
+ File path preservation.<br>
80
+ <br>
81
+ Built for the Yuuki project.
82
+
83
+ </td>
84
+ </tr>
85
+ </table>
86
+
87
+ <br>
88
+
89
+ </div>
90
+
91
+ ---
92
+
93
+ <br>
94
+
95
+ <div align="center">
96
+
97
+ ## Dataset Description
98
+
99
+ </div>
100
+
101
+ <br>
102
+
103
+ **Yuuki Dataset** is a carefully curated collection of high-quality source code from open-source repositories and public datasets. Created specifically for training the [Yuuki language models](https://huggingface.co/OpceanAI/Yuuki-best), this dataset represents real-world code across 18 programming languages, with emphasis on Python, C/C++, JavaScript, and other widely-used languages.
104
+
105
+ The dataset was assembled with **zero cloud budget** using streaming collection from HuggingFace Datasets and targeted cloning from popular GitHub repositories. Each sample includes the source code, detected programming language, origin source, and (where applicable) repository URL and file path.
106
+
107
+ Built with rigorous **deduplication**, **quality filtering**, and **language balancing** to ensure diverse, high-quality training data. All code is from permissive open-source licenses (MIT, Apache-2.0, BSD, GPL, etc.) with full attribution metadata preserved.
108
+
109
+ <br>
110
+
111
+ ### Dataset Summary
112
+
113
+ - **Total Samples:** 321,000
114
+ - **Languages:** 18 (Python, C, C++, JavaScript, Java, Go, Rust, and more)
115
+ - **Sources:** GitHub repositories + HuggingFace Datasets
116
+ - **License:** MIT
117
+ - **Format:** JSONL (JSON Lines)
118
+ - **Splits:** Train (257k) / Validation (32.1k) / Test (32.1k)
119
+ - **Use Case:** Training code generation and completion models
120
+
121
+ <br>
122
+
123
+ ---
124
+
125
+ <br>
126
+
127
+ <div align="center">
128
+
129
+ ## Supported Tasks
130
+
131
+ </div>
132
+
133
+ <br>
134
+
135
+ <table>
136
+ <tr>
137
+ <td width="50%" valign="top">
138
+
139
+ <h3>Code Generation</h3>
140
+
141
+ Generate complete functions, classes, or modules from natural language descriptions or partial code contexts. The dataset's diverse language coverage and real-world code patterns make it ideal for training models to produce syntactically correct and idiomatic code.
142
+
143
+ <br>
144
+
145
+ <h3>Code Completion</h3>
146
+
147
+ Autocomplete code as developers type. Train models to predict the next tokens, lines, or blocks based on surrounding context. Includes common patterns, API usage, and language-specific idioms.
148
+
149
+ </td>
150
+ <td width="50%" valign="top">
151
+
152
+ <h3>Program Synthesis</h3>
153
+
154
+ Learn to translate specifications, comments, or natural language into executable code. The dataset's wide range of programming paradigms (imperative, functional, object-oriented) supports robust synthesis capabilities.
155
+
156
+ <br>
157
+
158
+ <h3>Code Translation</h3>
159
+
160
+ Cross-language translation tasks. With 18 languages represented, models can learn to convert code from one language to another while preserving functionality and idioms.
161
+
162
+ </td>
163
+ </tr>
164
+ </table>
165
+
166
+ <br>
167
+
168
+ ---
169
+
170
+ <br>
171
+
172
+ <div align="center">
173
+
174
+ ## Dataset Structure
175
+
176
+ </div>
177
+
178
+ <br>
179
+
180
+ ### Data Instances
181
+
182
+ Each instance in the dataset is a JSON object with the following structure:
183
+
184
+ ```json
185
+ {
186
+ "code": "def fibonacci(n):\n if n <= 1:\n return n\n return fibonacci(n-1) + fibonacci(n-2)",
187
+ "language": "python",
188
+ "source": "github",
189
+ "repo": "https://github.com/pytorch/pytorch",
190
+ "path": "examples/recursion/fibonacci.py"
191
+ }
192
+ ```
193
+
194
+ <br>
195
+
196
+ ### Data Fields
197
+
198
+ | Field | Type | Description |
199
+ |:------|:-----|:------------|
200
+ | `code` | `string` | The source code content (1-25.8M characters) |
201
+ | `language` | `string` | Detected programming language (18 values) |
202
+ | `source` | `string` | Origin source: `github`, `hf:dataset-name`, etc. (4 unique sources) |
203
+ | `repo` | `string` | Repository URL if sourced from GitHub (78 unique repos) |
204
+ | `path` | `string` | Original file path within repository (0-268 characters) |
205
+
206
+ <br>
207
+
208
+ ### Data Splits
209
+
210
+ | Split | Samples | Percentage | Size (approx) |
211
+ |:------|:--------|:-----------|:--------------|
212
+ | **Train** | 257,000 | 80% | ~15 GB |
213
+ | **Validation** | 32,100 | 10% | ~2 GB |
214
+ | **Test** | 32,100 | 10% | ~2 GB |
215
+ | **Total** | **321,200** | **100%** | **~19 GB** |
216
+
217
+ Splits are randomized and stratified to maintain language distribution consistency across train/validation/test sets.
218
+
219
+ <br>
220
+
221
+ ---
222
+
223
+ <br>
224
+
225
+ <div align="center">
226
+
227
+ ## Languages
228
+
229
+ </div>
230
+
231
+ <br>
232
+
233
+ The dataset covers 18 programming languages with varying representation:
234
+
235
+ | Language | Category | Primary Use Cases |
236
+ |:---------|:---------|:------------------|
237
+ | **C** | Systems | Operating systems, embedded systems, performance-critical code |
238
+ | **C++** | Systems | Game engines, high-performance computing, systems software |
239
+ | **Python** | General-purpose | Data science, web development, automation, AI/ML |
240
+ | **JavaScript** | Web | Frontend development, Node.js backends, full-stack applications |
241
+ | **TypeScript** | Web | Type-safe JavaScript for large-scale applications |
242
+ | **Java** | Enterprise | Android development, enterprise backends, distributed systems |
243
+ | **Go** | Cloud-native | Microservices, cloud infrastructure, concurrent systems |
244
+ | **Rust** | Systems | Memory-safe systems programming, WebAssembly, tooling |
245
+ | **PHP** | Web | WordPress, Laravel, server-side web development |
246
+ | **Ruby** | Web | Rails applications, scripting, web backends |
247
+ | **Swift** | Mobile | iOS, macOS, watchOS, tvOS application development |
248
+ | **Kotlin** | Mobile | Android development, server-side applications |
249
+ | **HTML** | Markup | Web page structure and content |
250
+ | **CSS** | Styling | Web page styling and layout |
251
+ | **SQL** | Database | Database queries, schema definitions, data manipulation |
252
+ | **Shell** | Scripting | Bash, Zsh, shell automation scripts |
253
+ | **JSON** | Data | Configuration files, API responses, data interchange |
254
+ | **YAML** | Configuration | Config files, CI/CD pipelines, infrastructure as code |
255
+
256
+ <br>
257
+
258
+ ---
259
+
260
+ <br>
261
+
262
+ <div align="center">
263
+
264
+ ## Dataset Creation
265
+
266
+ </div>
267
+
268
+ <br>
269
+
270
+ ### Curation Rationale
271
+
272
+ This dataset was created to train the **Yuuki** code generation models on resource-constrained hardware (specifically, a Snapdragon 685 smartphone) with **zero cloud budget**. The curation process prioritized:
273
+
274
+ 1. **Quality over quantity** — Aggressive filtering for syntax correctness, readability, and real-world patterns
275
+ 2. **Language diversity** — Balanced representation across major programming languages
276
+ 3. **License compliance** — Only permissive open-source licenses with full attribution
277
+ 4. **Deduplication** — Advanced MinHash LSH for near-duplicate detection (80% similarity threshold)
278
+ 5. **Reproducibility** — All sources documented with repository URLs and file paths
279
+
280
+ <br>
281
+
282
+ ### Source Data
283
+
284
+ #### HuggingFace Datasets
285
+
286
+ - `bigcode/the-stack-dedup` — Deduplicated subset of The Stack
287
+ - `bigcode/starcoderdata` — StarCoder training corpus
288
+ - `code_search_net` — CodeSearchNet dataset (all languages)
289
+ - `codeparrot/github-code` — GitHub code samples
290
+ - Additional curated code datasets
291
+
292
+ #### GitHub Repositories
293
+
294
+ 78 popular open-source repositories were cloned and filtered:
295
+
296
+ - **Python:** Django, Flask, NumPy, Pandas, PyTorch, TensorFlow, scikit-learn
297
+ - **JavaScript/TypeScript:** React, Vue, Angular, Next.js, Node.js, Express
298
+ - **Systems:** Linux kernel, PostgreSQL, Redis, Nginx, curl, Git
299
+ - **Languages:** Rust, Go, Kotlin, Swift language implementations
300
+ - **Frameworks:** Spring Boot, Laravel, Rails, and more
301
+
302
+ *Full repository list available in dataset metadata.*
303
+
304
+ <br>
305
+
306
+ ### Data Collection
307
+
308
+ 1. **Streaming Collection** from HuggingFace Datasets (target: ~10GB)
309
+ 2. **GitHub Cloning** with shallow clones (depth=1) for efficiency
310
+ 3. **File Extraction** filtering by extension (.py, .js, .c, .cpp, etc.)
311
+ 4. **Language Detection** based on file extension and content analysis
312
+ 5. **Quality Filtering** removing minified, generated, and binary files
313
+ 6. **Deduplication** using SHA-256 exact matching + MinHash LSH (80% threshold)
314
+ 7. **Balancing** to prevent language dominance (no single language >20%)
315
+ 8. **Splitting** into 80/10/10 train/validation/test sets
316
+
317
+ <br>
318
+
319
+ ### Preprocessing
320
+
321
+ - **Normalization:** Line ending conversion to `\n`, trailing whitespace removal
322
+ - **Validation:** Length checks (50-50,000 characters), line length heuristics
323
+ - **Exclusion:** Binary files, minified code, generated files (e.g., `_pb2.py`, `.min.js`)
324
+ - **Pattern Filtering:** Removed `node_modules`, `vendor`, `__pycache__`, build artifacts
325
+
326
+ <br>
327
+
328
+ ---
329
+
330
+ <br>
331
+
332
+ <div align="center">
333
+
334
+ ## Considerations for Using the Data
335
+
336
+ </div>
337
+
338
+ <br>
339
+
340
+ ### Social Impact
341
+
342
+ Democratizes access to high-quality code training data for researchers and developers without access to expensive compute resources or proprietary datasets. Enables training competitive code models on consumer hardware.
343
+
344
+ <br>
345
+
346
+ ### Discussion of Biases
347
+
348
+ <table>
349
+ <tr>
350
+ <td width="50%" valign="top">
351
+
352
+ <h4>Language Bias</h4>
353
+
354
+ Overrepresentation of popular languages (Python, JavaScript, C/C++). Underrepresentation of niche or domain-specific languages (Fortran, COBOL, R).
355
+
356
+ <br>
357
+
358
+ <h4>Domain Bias</h4>
359
+
360
+ Web development and data science code is overrepresented compared to embedded systems, scientific computing, or enterprise applications.
361
+
362
+ </td>
363
+ <td width="50%" valign="top">
364
+
365
+ <h4>Cultural Bias</h4>
366
+
367
+ English-centric variable names, comments, and documentation. Code from Western/US developers may dominate due to GitHub's demographics.
368
+
369
+ <br>
370
+
371
+ <h4>Recency Bias</h4>
372
+
373
+ Modern coding patterns favored. Legacy code, deprecated APIs, and historical programming styles underrepresented.
374
+
375
+ </td>
376
+ </tr>
377
+ </table>
378
+
379
+ <br>
380
+
381
+ ### Other Known Limitations
382
+
383
+ - **Snapshot in time:** Dataset reflects code patterns from early 2026
384
+ - **Quality variance:** Some low-quality or educational code may remain despite filtering
385
+ - **License diversity:** Mix of licenses (MIT, Apache, GPL, BSD); users must verify compatibility for commercial use
386
+ - **Incomplete attribution:** Some samples from aggregated datasets may lack complete provenance
387
+
388
+ <br>
389
+
390
+ ---
391
+
392
+ <br>
393
+
394
+ <div align="center">
395
+
396
+ ## Usage
397
+
398
+ </div>
399
+
400
+ <br>
401
+
402
+ ### Load with HuggingFace Datasets
403
+
404
+ ```python
405
+ from datasets import load_dataset
406
+
407
+ # Load the full dataset
408
+ dataset = load_dataset("OpceanAI/Yuuki-dataset")
409
+
410
+ # Access splits
411
+ train_data = dataset["train"]
412
+ val_data = dataset["validation"]
413
+ test_data = dataset["test"]
414
+
415
+ # Iterate through samples
416
+ for sample in train_data:
417
+ code = sample["code"]
418
+ language = sample["language"]
419
+ print(f"Language: {language}")
420
+ print(f"Code: {code[:100]}...") # First 100 chars
421
+ ```
422
+
423
+ <br>
424
+
425
+ ### Load with Pandas
426
+
427
+ ```python
428
+ import pandas as pd
429
+
430
+ # Load a specific split
431
+ df = pd.read_json("hf://datasets/OpceanAI/Yuuki-dataset/train-00000-of-00001.parquet")
432
+
433
+ # Filter by language
434
+ python_code = df[df["language"] == "python"]
435
+
436
+ # Group by source
437
+ by_source = df.groupby("source").size()
438
+ print(by_source)
439
+ ```
440
+
441
+ <br>
442
+
443
+ ### Filter by Language
444
+
445
+ ```python
446
+ from datasets import load_dataset
447
+
448
+ dataset = load_dataset("OpceanAI/Yuuki-dataset", split="train")
449
+
450
+ # Get all Python samples
451
+ python_samples = dataset.filter(lambda x: x["language"] == "python")
452
+
453
+ # Get all JavaScript/TypeScript samples
454
+ js_samples = dataset.filter(lambda x: x["language"] in ["javascript", "typescript"])
455
+ ```
456
+
457
+ <br>
458
+
459
+ ---
460
+
461
+ <br>
462
+
463
+ <div align="center">
464
+
465
+ ## Citation
466
+
467
+ </div>
468
+
469
+ <br>
470
+
471
+ If you use this dataset in your research or projects, please cite:
472
+
473
+ ```bibtex
474
+ @misc{yuuki-dataset-2026,
475
+ author = {agua_omg},
476
+ title = {Yuuki Code Dataset: Multilingual Code Training Data},
477
+ year = {2026},
478
+ publisher = {HuggingFace},
479
+ howpublished = {\url{https://huggingface.co/datasets/OpceanAI/Yuuki-dataset}},
480
+ doi = {10.57967/hf/7809}
481
+ }
482
+ ```
483
+
484
+ <br>
485
+
486
+ ---
487
+
488
+ <br>
489
+
490
+ <div align="center">
491
+
492
+ ## Related Projects
493
+
494
+ </div>
495
+
496
+ <br>
497
+
498
+ | Project | Description |
499
+ |:--------|:------------|
500
+ | [Yuuki Models](https://huggingface.co/OpceanAI/Yuuki-best) | Code generation models trained on this dataset |
501
+ | [Yuuki API](https://github.com/YuuKi-OS/Yuuki-api) | Inference API for Yuuki models |
502
+ | [Yuuki Chat](https://github.com/YuuKi-OS/yuuki-chat) | Web chat interface for Yuuki models |
503
+ | [yuy CLI](https://github.com/YuuKi-OS/yuy) | Command-line tool for running Yuuki models |
504
+ | [yuy-chat](https://github.com/YuuKi-OS/yuy-chat) | Terminal UI chat interface |
505
+ | [Yuuki Web](https://github.com/YuuKi-OS/yuuki-web) | Official landing page |
506
+
507
+ <br>
508
+
509
+ ---
510
+
511
+ <br>
512
+
513
+ <div align="center">
514
+
515
+ ## Links
516
+
517
+ </div>
518
+
519
+ <br>
520
+
521
+ <div align="center">
522
+
523
+ [![Dataset Viewer](https://img.shields.io/badge/Dataset_Viewer-Hugging_Face-ffd21e?style=for-the-badge&logo=huggingface&logoColor=black)](https://huggingface.co/datasets/OpceanAI/Yuuki-dataset/viewer/)
524
+ &nbsp;
525
+ [![Model Weights](https://img.shields.io/badge/Yuuki_Models-Hugging_Face-ffd21e?style=for-the-badge&logo=huggingface&logoColor=black)](https://huggingface.co/OpceanAI/Yuuki-best)
526
+ &nbsp;
527
+ [![API](https://img.shields.io/badge/Yuuki_API-Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white)](https://yuuki-api.vercel.app)
528
+
529
+ <br>
530
+
531
+ [![GitHub](https://img.shields.io/badge/YuuKi--OS-GitHub-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/YuuKi-OS)
532
+ &nbsp;
533
+ [![Paper](https://img.shields.io/badge/Research_Paper-Documentation-222222?style=for-the-badge&logo=readme&logoColor=white)](https://github.com/YuuKi-OS/yuuki-paper)
534
+ &nbsp;
535
+ [![Sponsor](https://img.shields.io/badge/Sponsor-GitHub_Sponsors-ea4aaa?style=for-the-badge&logo=githubsponsors&logoColor=white)](https://github.com/sponsors/aguitauwu)
536
+
537
+ </div>
538
+
539
+ <br>
540
+
541
+ ---
542
+
543
+ <br>
544
+
545
+ <div align="center">
546
+
547
+ ## License
548
+
549
+ </div>
550
+
551
+ <br>
552
+
553
+ ```
554
+ MIT License
555
+
556
+ Copyright (c) 2026 Yuuki Project
557
+
558
+ Permission is hereby granted, free of charge, to any person obtaining a copy
559
+ of this software and associated documentation files (the "Software"), to deal
560
+ in the Software without restriction, including without limitation the rights
561
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
562
+ copies of the Software, and to permit persons to whom the Software is
563
+ furnished to do so, subject to the following conditions:
564
+
565
+ The above copyright notice and this permission notice shall be included in all
566
+ copies or substantial portions of the Software.
567
+
568
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
569
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
570
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
571
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
572
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
573
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
574
+ SOFTWARE.
575
+ ```
576
+
577
+ <br>
578
+
579
+ ### Individual Code Licenses
580
+
581
+ While the **dataset itself** is released under MIT License, individual code samples within the dataset retain their original licenses. When using code from this dataset:
582
+
583
+ - **Verify the license** of the source repository before commercial use
584
+ - **Respect original attributions** and copyright notices
585
+ - **Common licenses in dataset:** MIT, Apache-2.0, BSD-2-Clause, BSD-3-Clause, GPL-2.0, GPL-3.0, LGPL
586
+
587
+ See the `repo` and `source` fields in each sample for license information of the original source.
588
+
589
+ <br>
590
+
591
+ ---
592
+
593
+ <br>
594
+
595
+ <div align="center">
596
+
597
+ ## Acknowledgments
598
+
599
+ </div>
600
+
601
+ <br>
602
+
603
+ This dataset builds upon the incredible work of:
604
+
605
+ - **BigCode** — The Stack and StarCoder datasets
606
+ - **GitHub** — Open-source repository hosting
607
+ - **HuggingFace** — Dataset hosting and infrastructure
608
+ - **All open-source contributors** whose code is included in this dataset
609
+
610
+ Special thanks to the maintainers of the 78 repositories included in this collection.
611
+
612
+ <br>
613
+
614
+ ---
615
+
616
+ <br>
617
+
618
+ <div align="center">
619
+
620
+ **Curated with patience, a phone, and zero budget.**
621
+
622
+ <br>
623
+
624
+ [![Yuuki Project](https://img.shields.io/badge/Yuuki_Project-2026-000000?style=for-the-badge)](https://huggingface.co/OpceanAI)
625
+
626
+ <br>
627
+
628
+ </div>