LisaMegaWatts commited on
Commit
601985d
·
verified ·
1 Parent(s): ae9b46c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ splits:
7
+ - name: train
8
+ num_examples: 7637
9
+ - name: validation
10
+ num_examples: 849
11
+ language:
12
+ - en
13
+ license: mit
14
+ tags:
15
+ - character-level
16
+ - philosophy
17
+ - mathematics
18
+ - julia
19
+ - microgpt
20
+ size_categories:
21
+ - 1K<n<10K
22
+ ---
23
+
24
+ # MicroJulia Training Data
25
+
26
+ Character-level training corpus for [MicroJulia](https://huggingface.co/spaces/LisaMegaWatts/MicroJulia), a minimal GPT built in pure Julia with scalar autograd.
27
+
28
+ ## Sources (ordered, not shuffled)
29
+ 1. **Aristotle - Rhetoric** (5,478 chunks) — MIT Classics
30
+ 2. **Euclid - The Elements** (3,009 chunks) — Project Gutenberg
31
+
32
+ ## Vocabulary
33
+ 48 characters: a-z, 0-9, space, and punctuation (.,;:!?'"-()')
34
+ Plus BOS token = 49 vocab total.
35
+
36
+ ## Format
37
+ One chunk per line in , max 256 chars each, split at sentence boundaries.
38
+
39
+ ## Usage
40
+