diff --git a/.gitattributes b/.gitattributes index bed0738c7eeb449bca98b5d2f33c89a1ee56349a..6d3946004ae4baf542d6545059422bf45290b00f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -58,3 +58,64 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text # Video files - compressed *.mp4 filter=lfs diff=lfs merge=lfs -text *.webm filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_001.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_002.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_003.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_004.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_005.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_006.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_007.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_008.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_009.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_010.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_011.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_012.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_013.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_014.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_015.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_016.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_017.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_018.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_019.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_020.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_021.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_022.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_023.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_024.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_025.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_026.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_027.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_028.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_029.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_030.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_031.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_032.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_033.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_034.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_035.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_036.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_037.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_038.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_039.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_040.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_041.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_042.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_044.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_045.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_046.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_047.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_048.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_049.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_051.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_052.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_053.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_054.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_055.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_056.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_057.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_058.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_059.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_060.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_061.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_062.jsonl filter=lfs diff=lfs merge=lfs -text +coding_dataset_part_063.jsonl filter=lfs diff=lfs merge=lfs -text diff --git a/DATASET_MANIFEST.txt b/DATASET_MANIFEST.txt new file mode 100644 index 0000000000000000000000000000000000000000..cfca7c8aa89f37bc32189a573d8dfef66ebadd95 --- /dev/null +++ b/DATASET_MANIFEST.txt @@ -0,0 +1,150 @@ +================================================================================ + CODING DATASET FOR 2B MODEL TRAINING - MANIFEST +================================================================================ + +DATASET INFORMATION +------------------- +Name: synthetic_coding_dataset_v1 +Format: JSONL (one JSON object per line) +Schema: ShareGPT/Alpaca hybrid (conversations array) +Total Size: ~4.48 GB (4,806,808,853 bytes) +Total Parts: 63 files +Total Entries: ~1,500,000 +Languages: 22 programming languages +Categories: 10 task types +Generated: 2026-06-22 + +SCHEMA DESCRIPTION +------------------ +Each line is a JSON object with the following structure: + +{ + "id": "unique_identifier", + "source": "synthetic_coding_dataset_v1", + "category": "task_category", + "language": "programming_language", + "difficulty": "beginner|intermediate|advanced|expert", + "conversations": [ + {"from": "human", "value": "instruction"}, + {"from": "gpt", "value": "response"} + ], + "metadata": { + "task_type": "category", + "has_code": true, + "tokens_approx": 1234 + } +} + +LANGUAGES COVERED +----------------- +- Python +- JavaScript +- TypeScript +- Java +- C++ +- Go +- Rust +- C# +- Ruby +- PHP +- Kotlin +- Swift +- Scala +- C +- Lua +- Julia +- Elixir +- Haskell +- OCaml +- Dart +- R +- Bash + +TASK CATEGORIES +--------------- +1. code_generation - Write functions/classes/programs +2. debugging - Find and fix bugs in code +3. explanation - Explain programming concepts +4. refactoring - Improve existing code +5. algorithm - Implement algorithms +6. system_design - Design scalable systems +7. code_review - Review and critique code +8. best_practices - Language-specific best practices +9. design_pattern - Explain and implement patterns +10. data_structure - Implement data structures + +DIFFICULTY LEVELS +----------------- +- beginner - Basic syntax and concepts +- intermediate - Standard patterns and techniques +- advanced - Complex algorithms and optimization +- expert - System design and architecture + +FILE LIST +----------- +-rw-r--r-- 0 root root 89129387 Jun 22 18:36 /mnt/agents/output/coding_dataset_part_001.jsonl +-rw-r--r-- 0 root root 89129802 Jun 22 18:39 /mnt/agents/output/coding_dataset_part_002.jsonl +-rw-r--r-- 0 root root 89129016 Jun 22 18:39 /mnt/agents/output/coding_dataset_part_003.jsonl +-rw-r--r-- 0 root root 89129370 Jun 22 18:40 /mnt/agents/output/coding_dataset_part_004.jsonl +-rw-r--r-- 0 root root 89129074 Jun 22 18:42 /mnt/agents/output/coding_dataset_part_005.jsonl +-rw-r--r-- 0 root root 89129741 Jun 22 18:42 /mnt/agents/output/coding_dataset_part_006.jsonl +-rw-r--r-- 0 root root 89129520 Jun 22 18:42 /mnt/agents/output/coding_dataset_part_007.jsonl +-rw-r--r-- 0 root root 89129483 Jun 22 18:46 /mnt/agents/output/coding_dataset_part_008.jsonl +-rw-r--r-- 0 root root 89128988 Jun 22 18:47 /mnt/agents/output/coding_dataset_part_009.jsonl +-rw-r--r-- 0 root root 49040992 Jun 22 18:47 /mnt/agents/output/coding_dataset_part_010.jsonl +-rw-r--r-- 0 root root 83886394 Jun 22 18:51 /mnt/agents/output/coding_dataset_part_011.jsonl +-rw-r--r-- 0 root root 83887020 Jun 22 18:51 /mnt/agents/output/coding_dataset_part_012.jsonl +-rw-r--r-- 0 root root 61124608 Jun 22 18:51 /mnt/agents/output/coding_dataset_part_013.jsonl +-rw-r--r-- 0 root root 83886332 Jun 22 18:51 /mnt/agents/output/coding_dataset_part_014.jsonl +-rw-r--r-- 0 root root 83886139 Jun 22 18:51 /mnt/agents/output/coding_dataset_part_015.jsonl +-rw-r--r-- 0 root root 83886716 Jun 22 18:51 /mnt/agents/output/coding_dataset_part_016.jsonl +-rw-r--r-- 0 root root 78643462 Jun 22 18:54 /mnt/agents/output/coding_dataset_part_017.jsonl +-rw-r--r-- 0 root root 78643247 Jun 22 18:56 /mnt/agents/output/coding_dataset_part_018.jsonl +-rw-r--r-- 0 root root 78643740 Jun 22 18:56 /mnt/agents/output/coding_dataset_part_019.jsonl +-rw-r--r-- 0 root root 78643261 Jun 22 18:56 /mnt/agents/output/coding_dataset_part_020.jsonl +-rw-r--r-- 0 root root 78643348 Jun 22 18:56 /mnt/agents/output/coding_dataset_part_021.jsonl +-rw-r--r-- 0 root root 78643465 Jun 22 18:59 /mnt/agents/output/coding_dataset_part_022.jsonl +-rw-r--r-- 0 root root 78643773 Jun 22 19:00 /mnt/agents/output/coding_dataset_part_023.jsonl +-rw-r--r-- 0 root root 78643206 Jun 22 19:00 /mnt/agents/output/coding_dataset_part_024.jsonl +-rw-r--r-- 0 root root 78643495 Jun 22 19:00 /mnt/agents/output/coding_dataset_part_025.jsonl +-rw-r--r-- 0 root root 78643211 Jun 22 19:01 /mnt/agents/output/coding_dataset_part_026.jsonl +-rw-r--r-- 0 root root 61115012 Jun 22 19:01 /mnt/agents/output/coding_dataset_part_027.jsonl +-rw-r--r-- 0 root root 78643718 Jun 22 19:03 /mnt/agents/output/coding_dataset_part_028.jsonl +-rw-r--r-- 0 root root 78643506 Jun 22 19:03 /mnt/agents/output/coding_dataset_part_029.jsonl +-rw-r--r-- 0 root root 78643306 Jun 22 19:04 /mnt/agents/output/coding_dataset_part_030.jsonl +-rw-r--r-- 0 root root 78643399 Jun 22 19:04 /mnt/agents/output/coding_dataset_part_031.jsonl +-rw-r--r-- 0 root root 78643860 Jun 22 19:04 /mnt/agents/output/coding_dataset_part_032.jsonl +-rw-r--r-- 0 root root 78643591 Jun 22 19:07 /mnt/agents/output/coding_dataset_part_033.jsonl +-rw-r--r-- 0 root root 78643254 Jun 22 19:07 /mnt/agents/output/coding_dataset_part_034.jsonl +-rw-r--r-- 0 root root 78643794 Jun 22 19:07 /mnt/agents/output/coding_dataset_part_035.jsonl +-rw-r--r-- 0 root root 78643694 Jun 22 19:07 /mnt/agents/output/coding_dataset_part_036.jsonl +-rw-r--r-- 0 root root 78643837 Jun 22 19:08 /mnt/agents/output/coding_dataset_part_037.jsonl +-rw-r--r-- 0 root root 78643488 Jun 22 19:10 /mnt/agents/output/coding_dataset_part_038.jsonl +-rw-r--r-- 0 root root 78643374 Jun 22 19:10 /mnt/agents/output/coding_dataset_part_039.jsonl +-rw-r--r-- 0 root root 78643210 Jun 22 19:10 /mnt/agents/output/coding_dataset_part_040.jsonl +-rw-r--r-- 0 root root 78643407 Jun 22 19:10 /mnt/agents/output/coding_dataset_part_041.jsonl +-rw-r--r-- 0 root root 78643833 Jun 22 19:11 /mnt/agents/output/coding_dataset_part_042.jsonl +-rw-r--r-- 0 root root 0 Jun 22 19:12 /mnt/agents/output/coding_dataset_part_043.jsonl +-rw-r--r-- 0 root root 78643205 Jun 22 19:13 /mnt/agents/output/coding_dataset_part_044.jsonl +-rw-r--r-- 0 root root 78643558 Jun 22 19:13 /mnt/agents/output/coding_dataset_part_045.jsonl +-rw-r--r-- 0 root root 78643576 Jun 22 19:13 /mnt/agents/output/coding_dataset_part_046.jsonl +-rw-r--r-- 0 root root 78643213 Jun 22 19:13 /mnt/agents/output/coding_dataset_part_047.jsonl +-rw-r--r-- 0 root root 78643351 Jun 22 19:13 /mnt/agents/output/coding_dataset_part_048.jsonl +-rw-r--r-- 0 root root 61106681 Jun 22 19:14 /mnt/agents/output/coding_dataset_part_049.jsonl +-rw-r--r-- 0 root root 0 Jun 22 19:14 /mnt/agents/output/coding_dataset_part_050.jsonl +-rw-r--r-- 0 root root 78643514 Jun 22 19:21 /mnt/agents/output/coding_dataset_part_051.jsonl +-rw-r--r-- 0 root root 78643382 Jun 22 19:23 /mnt/agents/output/coding_dataset_part_052.jsonl +-rw-r--r-- 0 root root 78643706 Jun 22 19:26 /mnt/agents/output/coding_dataset_part_053.jsonl +-rw-r--r-- 0 root root 78644126 Jun 22 19:26 /mnt/agents/output/coding_dataset_part_054.jsonl +-rw-r--r-- 0 root root 78643292 Jun 22 19:31 /mnt/agents/output/coding_dataset_part_055.jsonl +-rw-r--r-- 0 root root 78643659 Jun 22 19:30 /mnt/agents/output/coding_dataset_part_056.jsonl +-rw-r--r-- 0 root root 78643785 Jun 22 19:31 /mnt/agents/output/coding_dataset_part_057.jsonl +-rw-r--r-- 0 root root 78643801 Jun 22 19:31 /mnt/agents/output/coding_dataset_part_058.jsonl +-rw-r--r-- 0 root root 78643227 Jun 22 19:33 /mnt/agents/output/coding_dataset_part_059.jsonl +-rw-r--r-- 0 root root 78643247 Jun 22 19:33 /mnt/agents/output/coding_dataset_part_060.jsonl +-rw-r--r-- 0 root root 49797381 Jun 22 19:34 /mnt/agents/output/coding_dataset_part_061.jsonl +-rw-r--r-- 0 root root 78643445 Jun 22 19:34 /mnt/agents/output/coding_dataset_part_062.jsonl +-rw-r--r-- 0 root root 78643631 Jun 22 19:34 /mnt/agents/output/coding_dataset_part_063.jsonl + +TOTAL: 63 files, ~4.48 GB, ~1,500,000 entries +================================================================================ diff --git a/coding_dataset_part_001.jsonl b/coding_dataset_part_001.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8e63d2e42883a2f14cff87051bd695a77bedfd90 --- /dev/null +++ b/coding_dataset_part_001.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523942261841cd52058c8f5dd949e34f9f884405924726ed651703b92c0d224b +size 89129387 diff --git a/coding_dataset_part_002.jsonl b/coding_dataset_part_002.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..34e7a067ee1c30df56a7fac020cf29580c62e120 --- /dev/null +++ b/coding_dataset_part_002.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012d68881f477c10adf30820247039a90c81484fa9f0a6945dd1db8063d3aeff +size 89129802 diff --git a/coding_dataset_part_003.jsonl b/coding_dataset_part_003.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..720d9cd2557293118f70921de01d7acbabe31528 --- /dev/null +++ b/coding_dataset_part_003.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01aba6d2e0c688e16f0de9100c019d611782bc65b5911ddef8b998fc3defa8a +size 89129016 diff --git a/coding_dataset_part_004.jsonl b/coding_dataset_part_004.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f122b777e0153a577a1bfeefe8ae35e4347988d1 --- /dev/null +++ b/coding_dataset_part_004.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b022fb3a32d9e9854e0dd36052bfc6d116593403dfa7be58eb859121915b9b17 +size 89129370 diff --git a/coding_dataset_part_005.jsonl b/coding_dataset_part_005.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e5e722070544bdc97ff23aa60e28112664814705 --- /dev/null +++ b/coding_dataset_part_005.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f822687f107b7938ba13dd0fae5d7f77d5e74e33921a9bddb1597c9464da8367 +size 89129074 diff --git a/coding_dataset_part_006.jsonl b/coding_dataset_part_006.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d357d6d6d5f5611463b3e0923bbe9eff81ec99cb --- /dev/null +++ b/coding_dataset_part_006.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089f2649dadbe0cddac406c54b127f9261b3f1a18b6a99bcbb147c9b16c4163e +size 89129741 diff --git a/coding_dataset_part_007.jsonl b/coding_dataset_part_007.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..fb5fbee4c307e5b1f611bd56b3a298550a15fe5b --- /dev/null +++ b/coding_dataset_part_007.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72b6cd02fbf4e31fbd47d10b0d07bbd155129227b4f4c834707ebd4eb85499b +size 89129520 diff --git a/coding_dataset_part_008.jsonl b/coding_dataset_part_008.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7cd9d1cac2f8ecb17e8a16b6c23995920b409382 --- /dev/null +++ b/coding_dataset_part_008.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8f0c639faba947bf1e7e0b4e92531c4f63cf77f2a2c9de0cc6fcc1ca8aa566 +size 89129483 diff --git a/coding_dataset_part_009.jsonl b/coding_dataset_part_009.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0942e7446a89b75209c0032540946bd9bd9ac71d --- /dev/null +++ b/coding_dataset_part_009.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acdf0db3e15998fc14034bb4195a73ec3008d3c3de469a1b7128a1c19c370f1 +size 89128988 diff --git a/coding_dataset_part_010.jsonl b/coding_dataset_part_010.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8262987bdbe0cb0acbe26adb27b641a129e7baa3 --- /dev/null +++ b/coding_dataset_part_010.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c65356a6b855966e5b417dc35e55ca904261185d45f25d54d9d892fb71be92e +size 49040992 diff --git a/coding_dataset_part_011.jsonl b/coding_dataset_part_011.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5503bf3ce17d03efb41a456dd080f1d3d7edfca2 --- /dev/null +++ b/coding_dataset_part_011.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c724a67caf3da9136612ee609be2b22539837ab3c5b4f9ebb2eedc1dc477395 +size 83886394 diff --git a/coding_dataset_part_012.jsonl b/coding_dataset_part_012.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dd01ef9f26c1fa7bda95fb229e43c74965006cb0 --- /dev/null +++ b/coding_dataset_part_012.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dd8cff04d5e9d30a257267aad445900ae3dfae0079963fcd31e60246a4787a +size 83887020 diff --git a/coding_dataset_part_013.jsonl b/coding_dataset_part_013.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8b2c254b93af9468ef5fd7a505d3b9aad5e2756a --- /dev/null +++ b/coding_dataset_part_013.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d41c6f765652524bc36a84b347c4a1da91ce8f3f8df0a7b5ff01a377fcade1 +size 61124608 diff --git a/coding_dataset_part_014.jsonl b/coding_dataset_part_014.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..de33c8ec9de8852408e2010fa35aefdbd12aba5a --- /dev/null +++ b/coding_dataset_part_014.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703b56e2c4522dc298a3b47d6394f02c1aa71ef62a5914a6b31bacab116ba9f3 +size 83886332 diff --git a/coding_dataset_part_015.jsonl b/coding_dataset_part_015.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cea9d351de6f992475f10df912f3d1d2f06bb50b --- /dev/null +++ b/coding_dataset_part_015.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120d757ed88a88ce245501f0b78d8ca3987a2f8ecac73efc736c94e48ae64c28 +size 83886139 diff --git a/coding_dataset_part_016.jsonl b/coding_dataset_part_016.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f5abf47ab5084c498ed8a9dfce47f61a0bdd14a4 --- /dev/null +++ b/coding_dataset_part_016.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24dea06134fe81745e2c822b400c775171e8bece26793d7220aaa4cc5b9faa3 +size 83886716 diff --git a/coding_dataset_part_017.jsonl b/coding_dataset_part_017.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..528761fb2ba4f28e7ec00e584a31b666518863b9 --- /dev/null +++ b/coding_dataset_part_017.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5af739c0ece967fb4eb8f0f3f3335f9ed03d342f1fb1c2eec06c89febcb85ee +size 78643462 diff --git a/coding_dataset_part_018.jsonl b/coding_dataset_part_018.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a6fb2fa7a4e1adf9adae0ac3d3721059ed7ef129 --- /dev/null +++ b/coding_dataset_part_018.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e450979240aa06b8cf0c98df117d551d77f5b9d41a23cbad6cfad49dbe303e +size 78643247 diff --git a/coding_dataset_part_019.jsonl b/coding_dataset_part_019.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8808c480fa2f9080caa9d7d8ed8b3c726ae6fce5 --- /dev/null +++ b/coding_dataset_part_019.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccee3ae364ce6c6b50702cdeee50c76ee086a8c3e3a8c8fa5fc786362bbff224 +size 78643740 diff --git a/coding_dataset_part_020.jsonl b/coding_dataset_part_020.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..524e27fae80e857dcd7d521110a5eb5a4ff645f5 --- /dev/null +++ b/coding_dataset_part_020.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cb263f89c2079928967e5e70dbf064d2160e5406a24554ca91c46cc9454056 +size 78643261 diff --git a/coding_dataset_part_021.jsonl b/coding_dataset_part_021.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6e3db96f599684b6bdd855d6f1ab7d944da3268f --- /dev/null +++ b/coding_dataset_part_021.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15248ba1c4462ca52e10146d79bdc41255b8fba8afb0405fe5fe40873080a08a +size 78643348 diff --git a/coding_dataset_part_022.jsonl b/coding_dataset_part_022.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a7cb84a399fdf81ba6c6c8cb4ee8885b33f63d1e --- /dev/null +++ b/coding_dataset_part_022.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b13d13ffc65409fb4474ed1a4251e1fb5a8cbc7070bd2a2bfcd8e81db1e4030 +size 78643465 diff --git a/coding_dataset_part_023.jsonl b/coding_dataset_part_023.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4f8811096eb04ff93e1304fe82d4bfe01d9f044f --- /dev/null +++ b/coding_dataset_part_023.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fe8a7831cb5eea6a81912a1627d6e5c16a130b002ff53ea01d8dc1b72caa07 +size 78643773 diff --git a/coding_dataset_part_024.jsonl b/coding_dataset_part_024.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..663f29077fd95a92fbc664690704afc4ae78222a --- /dev/null +++ b/coding_dataset_part_024.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d36f1aa44a62097dbe866290d7094445181328288e0844291c258fea6a2db5cb +size 78643206 diff --git a/coding_dataset_part_025.jsonl b/coding_dataset_part_025.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..16f3b693f8f1e9818f9862e1b1ef31952f9228af --- /dev/null +++ b/coding_dataset_part_025.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4b27800d13d4835192135c4423da5017ab5ee61bfebc103c4b7af14c0fa529 +size 78643495 diff --git a/coding_dataset_part_026.jsonl b/coding_dataset_part_026.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5867bb3e7032f322c0b9a043ad60a319daf12b35 --- /dev/null +++ b/coding_dataset_part_026.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111d44cf92ee845c53745503ebabde68226a19816fdf181ccc283a3c3855bbb7 +size 78643211 diff --git a/coding_dataset_part_027.jsonl b/coding_dataset_part_027.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f51e2d7a1cd962ce336da8f49cf430a6f1ec9eb9 --- /dev/null +++ b/coding_dataset_part_027.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b283f67792cd998a007b317c957bc8fffa58915b965f2d4fd78a37eedd581f44 +size 61115012 diff --git a/coding_dataset_part_028.jsonl b/coding_dataset_part_028.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1769d98c1a624f3b3032b76ff7383f6aedf06f95 --- /dev/null +++ b/coding_dataset_part_028.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457d39e547d520a4de811ab1b770c545788fc663874501f1059e28a2311323e9 +size 78643718 diff --git a/coding_dataset_part_029.jsonl b/coding_dataset_part_029.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7b11d33b7e34b356b7560e48ab74d3d98958e976 --- /dev/null +++ b/coding_dataset_part_029.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2a8c04dbbc43bdbc3264dd965eb76916f9cb0da456f755c542770190762e64 +size 78643506 diff --git a/coding_dataset_part_030.jsonl b/coding_dataset_part_030.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..e324578878bdb5dd88dfcbf3ed748e5931fc0af6 --- /dev/null +++ b/coding_dataset_part_030.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918d5b50019c00f08ebb1ba238e8d4509878e69a911894fdac4799e1095534a5 +size 78643306 diff --git a/coding_dataset_part_031.jsonl b/coding_dataset_part_031.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..0c71157569ccd6314a57d394324ed190e57fab1a --- /dev/null +++ b/coding_dataset_part_031.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001013b38c9690d3fac4d8563387aa6e2bf1210b2a07938e2183361a423607dd +size 78643399 diff --git a/coding_dataset_part_032.jsonl b/coding_dataset_part_032.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..525b0c48a8ef9fc86e51d669e0c4535216248b34 --- /dev/null +++ b/coding_dataset_part_032.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c5fe30c028b83a023fb348104ef1ae43c9c5697b00e3f86440633b9a71ad54 +size 78643860 diff --git a/coding_dataset_part_033.jsonl b/coding_dataset_part_033.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..c51b7608d4ce848aaf1f42ce363001d0b0105143 --- /dev/null +++ b/coding_dataset_part_033.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c7a42d8fd091f80eaf976c05e049bab6e4d82f0713c9b4314ea086a1d43379 +size 78643591 diff --git a/coding_dataset_part_034.jsonl b/coding_dataset_part_034.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..2573ee4d8a83310da41eee066e2bdfa528d37aae --- /dev/null +++ b/coding_dataset_part_034.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b1b69ea1450096f44da26860dea947ff72cfed6f0d14998ddbe8cfaef6222f +size 78643254 diff --git a/coding_dataset_part_035.jsonl b/coding_dataset_part_035.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..81c5832b2a2612029e9e8eddd14d50a959452351 --- /dev/null +++ b/coding_dataset_part_035.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c421bbac5101e4e40520207f09d7ed3ac5980b53d8e00238bd297ec3ca63ea +size 78643794 diff --git a/coding_dataset_part_036.jsonl b/coding_dataset_part_036.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..dd3c4bd4460fde824e7a1af4c658608611c0b3f3 --- /dev/null +++ b/coding_dataset_part_036.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f8d1e5b84ff3b7868ab017f63bdafc3611325604d417d94c9abd95da0395b9 +size 78643694 diff --git a/coding_dataset_part_037.jsonl b/coding_dataset_part_037.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4dcd4820bef2ab10b8b26ac7db6c1279bdb641c9 --- /dev/null +++ b/coding_dataset_part_037.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed1ca99ddb587df5e8a58648ea5e21741fadf7871ec205caad3571a09d71be1 +size 78643837 diff --git a/coding_dataset_part_038.jsonl b/coding_dataset_part_038.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..f52cf83216a8cbf88b265f58ea2f58e9fa82b205 --- /dev/null +++ b/coding_dataset_part_038.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192705a5f7a023749d5f064c6c0961e0cbcca76fd718cd551977938d0330a2e0 +size 78643488 diff --git a/coding_dataset_part_039.jsonl b/coding_dataset_part_039.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..4de8422ad776f22864fe254682867a8aa31c5cde --- /dev/null +++ b/coding_dataset_part_039.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad36711fb3e5f70bb7fb3a496a41efbc92275dadb2d57bf2307f9a5746b8c4da +size 78643374 diff --git a/coding_dataset_part_040.jsonl b/coding_dataset_part_040.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..53dca43aceacc16d1f85c7523a26b6d8d301618b --- /dev/null +++ b/coding_dataset_part_040.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c519f0b45ce2e91d1e9dfe0a5bd9ddd50b601782de3e3b09989b085c4b3be72 +size 78643210 diff --git a/coding_dataset_part_041.jsonl b/coding_dataset_part_041.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d72c3ae10a392311d96a2126fb99303a42847cd1 --- /dev/null +++ b/coding_dataset_part_041.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1da8abbb652987420a363f822717daa9276d43cae60f4d801815839a876073 +size 78643407 diff --git a/coding_dataset_part_042.jsonl b/coding_dataset_part_042.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..3248aa64f92a61f64042de5677bd2d0661dc9455 --- /dev/null +++ b/coding_dataset_part_042.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33578045c7f55febd2feebc7a0493b762e4cb2ef72ddc10a9337970ecce49cbf +size 78643833 diff --git a/coding_dataset_part_044.jsonl b/coding_dataset_part_044.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..cb704772f0485ca74366dde363861df54fcd878d --- /dev/null +++ b/coding_dataset_part_044.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdee7c9742c5863cf3787156bb05c99abdc97227b2898a8ba69fd3836c02d786 +size 78643205 diff --git a/coding_dataset_part_045.jsonl b/coding_dataset_part_045.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d209194e8acb79977df601c45a3801cf9b252672 --- /dev/null +++ b/coding_dataset_part_045.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9028108f9aec1d9c224b454df723b3bbf50e57472f5198caaa3cbb9fc2085d6 +size 78643558 diff --git a/coding_dataset_part_046.jsonl b/coding_dataset_part_046.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d85de74a4634dbcaf55e83300e61f9103d125ab4 --- /dev/null +++ b/coding_dataset_part_046.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700a097b0e768709224d71b7bb43303748c9ee7ddc26430c89dcfb8e9b15d501 +size 78643576 diff --git a/coding_dataset_part_047.jsonl b/coding_dataset_part_047.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..bc5f5a3f90e1e3a712f8bd48b840537c94746575 --- /dev/null +++ b/coding_dataset_part_047.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5781956de65dfbb1ed887504b0ca84babb007b062db614fc692bdc7eb55223fb +size 78643213 diff --git a/coding_dataset_part_048.jsonl b/coding_dataset_part_048.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..36d5e1a4358df22bf9a428745b11099de92db392 --- /dev/null +++ b/coding_dataset_part_048.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eed9e0d92e7c60535aa0b752e16e956fff8e40ed267003e2d517ec8280365c9 +size 78643351 diff --git a/coding_dataset_part_049.jsonl b/coding_dataset_part_049.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..a7c375f4a0565a1ce3935bbb7e74d29b9edc4f39 --- /dev/null +++ b/coding_dataset_part_049.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee856e512b66db55752caf28025d462429c650165c148d3ffb82f319ff3f19df +size 61106681 diff --git a/coding_dataset_part_051.jsonl b/coding_dataset_part_051.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..00dc760f336ee902e563d7d12bde1406bf630290 --- /dev/null +++ b/coding_dataset_part_051.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b340c1fe5a9b05f974a18243c6fc0b0e30fca73b638652d5b9b95291785c461 +size 78643514 diff --git a/coding_dataset_part_052.jsonl b/coding_dataset_part_052.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..d2221dcec97fd444570380c2f56f0f9926554660 --- /dev/null +++ b/coding_dataset_part_052.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bb1d779828c70c21317a767770a54906edd4341ea97db61c7d24fc9aee0f3f +size 78643382 diff --git a/coding_dataset_part_053.jsonl b/coding_dataset_part_053.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..70a83399e49bb904659378478a55f94a68cce296 --- /dev/null +++ b/coding_dataset_part_053.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fd14db5d28cc9252026f8624632ab4800127fcf6a35b85091bd38fda22cb43 +size 78643706 diff --git a/coding_dataset_part_054.jsonl b/coding_dataset_part_054.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..6bd9fd49c66b711109fe7ce824c8af2d779fa30c --- /dev/null +++ b/coding_dataset_part_054.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab818cd7ac80013084d3b7c00395d4964edf9c258e14622491c057deee781d3 +size 78644126 diff --git a/coding_dataset_part_055.jsonl b/coding_dataset_part_055.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..b2ccda4304b3673546a3b17438c2c514945ee2ac --- /dev/null +++ b/coding_dataset_part_055.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08394165e98d39a6d3f5c626e5a608ce860b24fcd24ec88d28172b3ccf1260f +size 78643292 diff --git a/coding_dataset_part_056.jsonl b/coding_dataset_part_056.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8f5089c2662683322fd09115d9ccbed9dad3c16d --- /dev/null +++ b/coding_dataset_part_056.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec656854c3dedec0489a6c98384c0ef7c6e72d1d1645478514943760dbc5300b +size 78643659 diff --git a/coding_dataset_part_057.jsonl b/coding_dataset_part_057.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5602203502bc2b235059d9fcc60f7ef1a21ebf3b --- /dev/null +++ b/coding_dataset_part_057.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5349f4f54f0a0bbb9b24155710333774ea8dbb3ac0971746afc538d9ef51c3a7 +size 78643785 diff --git a/coding_dataset_part_058.jsonl b/coding_dataset_part_058.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..7fde44f77155252c06632d0a360a152507ed65f7 --- /dev/null +++ b/coding_dataset_part_058.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a395bd5372dcb93cefd5a2ef122a9a2cd423c7a7dcef5eccf8b9fa9a4032558 +size 78643801 diff --git a/coding_dataset_part_059.jsonl b/coding_dataset_part_059.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..53b5a7bec89653ea900825a693d789911ad7d24d --- /dev/null +++ b/coding_dataset_part_059.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee411498a18ab6290d94383c5bd5867ce76a85854391d4e8ed93042a1eb77552 +size 78643227 diff --git a/coding_dataset_part_060.jsonl b/coding_dataset_part_060.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..5578bdb93a6f7c873457d60ffab7544d8727b3cb --- /dev/null +++ b/coding_dataset_part_060.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fc8811976d50a26f18625b992cf6eea7a0645059a519fd6baf751c51877707 +size 78643247 diff --git a/coding_dataset_part_061.jsonl b/coding_dataset_part_061.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..8aba57805ef24060f7fc325c8070cab93d8f4f24 --- /dev/null +++ b/coding_dataset_part_061.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92982af43eafb878acd0d42e1f3106fc0404767e51fdf10f791db11f147dc60f +size 49797381 diff --git a/coding_dataset_part_062.jsonl b/coding_dataset_part_062.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..1f1422e920d88527c047f878330f5a0a8866eaa4 --- /dev/null +++ b/coding_dataset_part_062.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40da0e9c7b3315a8c4f724f538b7f328888388e89d79e5d022e25e25ed2fcd89 +size 78643445 diff --git a/coding_dataset_part_063.jsonl b/coding_dataset_part_063.jsonl new file mode 100644 index 0000000000000000000000000000000000000000..720975b7dd7034e9603dca5b6f045ef7b99f316a --- /dev/null +++ b/coding_dataset_part_063.jsonl @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ea6f37161664628718c126f8af42ea117ccdb83dab4299b1b0b7aab785f4f0 +size 78643631