tohio commited on
Commit
9d6711d
·
verified ·
1 Parent(s): d8c8cc0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pretty_name: SLM Synthetic Task Code
6
+ tags:
7
+ - synthetic
8
+ - llm
9
+ - pretraining
10
+ - reasoning
11
+ - code
12
+ ---
13
+
14
+ # SLM Synthetic Task Code
15
+
16
+ Beginner/intermediate Python tasks with short plans and code snippets.
17
+
18
+ Generated date: 2026-05-20
19
+ Total records: 87,709
20
+ Storage size: 33.3 MB
21
+
22
+ ## Files
23
+
24
+ | File | Records | Size |
25
+ |---|---:|---:|
26
+ | `task_code.jsonl` | 87,709 | 33.3 MB |
27
+
28
+ ## Record Format
29
+
30
+ Each row is a JSON object stored as one line in JSONL format.
31
+
32
+ Schema fields:
33
+
34
+ `type`, `task`, `plan`, `code`
35
+
36
+ ## Deduplication
37
+
38
+ The uploaded split is exact-deduplicated. Fuzzy MinHash deduplication is not used for synthetic signals because synthetic examples often share useful structure by design.
39
+
40
+ ## Intended Use
41
+
42
+ This dataset is intended for SLM data experiments, pretraining/continued-pretraining mixtures, pretraining, and behavior evaluation.
43
+
44
+ ## Limitations
45
+
46
+ The data is synthetic and should be inspected before use in training or evaluation. It may contain simple, repetitive, or imperfect examples. It should not be treated as a source of authoritative factual knowledge.
47
+
48
+ ## License
49
+
50
+ This dataset is released under the MIT License.