Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,16 @@ Using the [unreal-engine-5-code](https://huggingface.co/datasets/AdamCodd/unreal
|
|
13 |
## Dataset Details
|
14 |
|
15 |
### Dataset Description
|
16 |
-
Branches
|
|
|
17 |
**`main`**:
|
18 |
- Dataset is split/chunked by engine module (no max chunk size)
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
24 |
|
25 |
### Dataset Sources
|
26 |
|
|
|
13 |
## Dataset Details
|
14 |
|
15 |
### Dataset Description
|
16 |
+
Branches
|
17 |
+
|
18 |
**`main`**:
|
19 |
- Dataset is split/chunked by engine module (no max chunk size)
|
20 |
+
|
21 |
+
**`chunked-8k`**:
|
22 |
+
- Data is first split by module `{module_name}.jsonl` if ≤ 8000 tokens.
|
23 |
+
- If a module is ≥ 8000 tokens then it's further split by header name `{module_name}_{header_name}.jsonl`
|
24 |
+
- If a header is ≥ 8000 tokens then it's incrementally split `{module_name}_{header_name}_{chunk_number}.jsonl`
|
25 |
+
- All markdown URI syntax (`[Link](Link/Address)`) has been removed, leaving just the relevant `Link` text to preserve the data
|
26 |
|
27 |
### Dataset Sources
|
28 |
|