Datasets:
aguitauwu
commited on
Commit
·
cc87fbf
1
Parent(s):
898f6b6
Upload Yuuki dataset small v1
Browse files- .gitattributes +1 -0
- dataset_card.md +19 -0
- yuuki_code_test.jsonl +3 -0
- yuuki_code_train.jsonl +3 -0
- yuuki_code_val.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
dataset_card.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
languages: c, cpp, css, go, html, java, javascript, json, kotlin, php, python, r, ruby, rust, sql, swift, typescript, unknown
|
| 3 |
+
size_bytes: 3305587713
|
| 4 |
+
source: Yuuki mixed dataset
|
| 5 |
+
license: TODO - verify licenses for each source
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
# Yuuki Code Dataset (mixed)
|
| 10 |
+
|
| 11 |
+
This dataset was assembled for training Yuuki. It mixes content from Hugging Face datasets and curated GitHub repositories.
|
| 12 |
+
|
| 13 |
+
## Contents
|
| 14 |
+
- languages: c, cpp, css, go, html, java, javascript, json, kotlin, php, python, r, ruby, rust, sql, swift, typescript, unknown
|
| 15 |
+
- examples: 321076
|
| 16 |
+
|
| 17 |
+
## Notes
|
| 18 |
+
- Verify licenses of included repositories before redistribution.
|
| 19 |
+
- Created with `yuuki_dataset_builder_targeted.py`
|
yuuki_code_test.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78ab122038ce3c34f619faaae9c7ac82fbc60e7a66ca2529707dec25f28b72ea
|
| 3 |
+
size 355012943
|
yuuki_code_train.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ded1eedc0f9b47ff99eced205990be8707aa9b7e5cb10814824c232bebe01f7
|
| 3 |
+
size 2781790836
|
yuuki_code_val.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf17281d06fdd5a7c33324b0902a3a9b5bf2771fd63caa99c09d8c2de31d5486
|
| 3 |
+
size 350866358
|