File size: 845 Bytes
601985d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_examples: 7637
  - name: validation
    num_examples: 849
language:
- en
license: mit
tags:
- character-level
- philosophy
- mathematics
- julia
- microgpt
size_categories:
- 1K<n<10K
---

# MicroJulia Training Data

Character-level training corpus for [MicroJulia](https://huggingface.co/spaces/LisaMegaWatts/MicroJulia), a minimal GPT built in pure Julia with scalar autograd.

## Sources (ordered, not shuffled)
1. **Aristotle - Rhetoric** (5,478 chunks) — MIT Classics
2. **Euclid - The Elements** (3,009 chunks) — Project Gutenberg

## Vocabulary
48 characters: a-z, 0-9, space, and punctuation (.,;:!?'"-()')
Plus BOS token = 49 vocab total.

## Format
One chunk per line in , max 256 chars each, split at sentence boundaries.

## Usage