Add configs/model.yaml with model configuration

This commit is contained in:
blackboxprogramming
2025-08-08 01:03:27 -07:00
committed by GitHub
parent efa5c44869
commit 52bb6de309

View File

@@ -0,0 +1,9 @@
# Configuration for Lucidia offline language model
model:
d_model: 4096
n_layers: 32
n_heads: 32
d_ff: 16384
max_position_embeddings: 2048
dropout: 0.1
vocab_size: 50000