SlitherCode commited on
Commit
f41a393
·
verified ·
1 Parent(s): ea2d4a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ ParchmentLM is a custom LLaMA-style architecture with the following components:
41
  | Layers | 12 |
42
  | Attention heads | 12 |
43
  | Hidden size | 768 |
44
- | FFN size | 3072 |
45
  | Context length | 1024 tokens |
46
  | Positional encoding | RoPE |
47
  | Normalization | RMSNorm (pre-norm) |
 
41
  | Layers | 12 |
42
  | Attention heads | 12 |
43
  | Hidden size | 768 |
44
+ | FFN size | 2048 |
45
  | Context length | 1024 tokens |
46
  | Positional encoding | RoPE |
47
  | Normalization | RMSNorm (pre-norm) |