frisk2137 commited on
Commit
4878c27
·
verified ·
1 Parent(s): d57b86e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,3 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # KernelLLM-1 Dataset
2
 
3
  A high-quality raw dataset for training and fine-tuning LLMs on Operating System Development.
@@ -14,7 +31,9 @@ This dataset combines raw source code from a variety of mature and hobbyist oper
14
  The dataset is provided in **Parquet** format for optimal compression and integration with the `datasets` library.
15
 
16
  ### 1. `kernelllm_source.parquet` (~1 GB)
17
- **Cleaned & Deduplicated Source Code (180,129 files).**
 
 
18
  - **Sources:** Linux, FreeBSD, OpenBSD, NetBSD, Illumos, ReactOS, seL4, ToaruOS, Redox OS, SerenityOS and DragonFlyBSD.
19
  - **Cleaning:**
20
  - Removed common license headers (GPL, BSD, MIT, etc) to prioritize logic.
 
1
+ ---
2
+ license: other
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - kernel
10
+ - osdev
11
+ - linux
12
+ - freebsd
13
+ pretty_name: KernelLLM-1
14
+ size_categories:
15
+ - 100K<n<1M
16
+ ---
17
+
18
  # KernelLLM-1 Dataset
19
 
20
  A high-quality raw dataset for training and fine-tuning LLMs on Operating System Development.
 
31
  The dataset is provided in **Parquet** format for optimal compression and integration with the `datasets` library.
32
 
33
  ### 1. `kernelllm_source.parquet` (~1 GB)
34
+ **Cleaned & Deduplicated Source Code (~970M Tokens).**
35
+ - **Files:** 180,129
36
+ - **Size:** ~1 GB (Parquet), ~3.4 GB (Raw Text)
37
  - **Sources:** Linux, FreeBSD, OpenBSD, NetBSD, Illumos, ReactOS, seL4, ToaruOS, Redox OS, SerenityOS and DragonFlyBSD.
38
  - **Cleaning:**
39
  - Removed common license headers (GPL, BSD, MIT, etc) to prioritize logic.