File size: 1,043 Bytes
868681c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
42
43
44
45
46
47
48
49
50
51
52
---
license: mit
tags:
- sparseflow
- sparse-attention
- efficient-nlp
datasets:
- gsm8k
- lighteval/MATH
- allenai/ai2_arc
- tau/commonsense_qa
- piqa
- allenai/sciq
- trivia_qa
- nq_open
- wikitext
---

# SparseFlow v8

Efficient language model with **sparse attention** and **persistent memory**.

## πŸ“Š REAL Measured Metrics

| Metric | Value |
|--------|-------|
| Parameters | 71,359,746 |
| Perplexity | 14.77 |
| Attention Sparsity | 87.5% |
| Channel Sparsity | 75.0% |
| Peak Memory | 3.67 GB |

## πŸ—οΈ Architecture

- **Sparse Token Attention**: Attends to top-64 tokens per position
- **Sparse Channel FFN**: Activates top-128 channels
- **Persistent Memory**: 20,000 memory vectors
- **8 Transformer layers** with 512 dim

## πŸ“š Training Data

Open source datasets only:
- GSM8K, MATH (mathematics)
- ARC, OpenBookQA, SciQ (science & reasoning)
- CommonsenseQA, PIQA (common sense)
- TriviaQA, Natural Questions (factual)
- WikiText-103 (language modeling)

## πŸ‘¨β€πŸ’» Author

**Logo (Mike Amega)** β€” Ame Web Studio