Buckets:
1.7 TB
4,982 files
Updated 22 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| data | 4,974 items | ||
| scripts | 1 items | ||
| state | 1 items | ||
| .gitattributes | 1.6 kB xet | 9ba2b3cb | |
| README.md | 1.57 kB xet | 991feadc | |
| warp_state_behavior.json | 68 Bytes xet | f2a43d04 | |
| warp_state_colab.json | 47 Bytes xet | 003ec41a | |
| warp_state_logic.json | 73 Bytes xet | 2d823836 | |
| warp_state_omni.json | 47 Bytes xet | b28e16aa |
Base LLM 400M
Self-mined multi-modal pretraining corpus targeting 200B tokens of high-quality text, video, audio, and image data.
Structure
data/shards/shard_{idx:08d}.bin— rawuint32token IDs, ~128MB per sharddata/shards/shard_{idx:08d}.meta.json— 18-field sidecar with quality statsstate/— runtime checkpoints (.stateextension)
18-field sidecar schema
| Field | Type | Description |
|---|---|---|
shard_idx |
int | Shard number |
filename |
str | Filename |
num_tokens |
int | Token count |
dtype |
str | uint32 |
size_bytes |
int | File size |
created_at |
str | ISO 8601 timestamp |
tokens |
int | Token count (duplicate for compatibility) |
avg_score |
float | Mean quality score |
min_score |
float | Min quality score |
max_score |
float | Max quality score |
std_score |
float | Std dev of quality scores |
n_above_3 |
int | Chunks with score > 3.0 |
n_above_5 |
int | Chunks with score > 5.0 |
score_hist |
dict | 21-bin histogram (0.0–10.0 step 0.5) |
modality_comp |
dict | Modality composition counts |
pillar_comp |
dict | Pillar composition counts |
ts |
float | Unix timestamp |
modality |
str | Primary modality |
Loading (Python)
from datasets import load_dataset
ds = load_dataset("morningstarxcdcode/base-llm-400m", split="train", streaming=True)
for example in ds:
print(example["tokens"])
- Total size
- 1.7 TB
- Files
- 4,982
- Last updated
- Jun 17
- Pre-warmed CDN
- US EU US EU