mirror of
https://github.com/blackboxprogramming/lucidia.git
synced 2026-03-17 06:57:10 -05:00
Add configs/model.yaml with model configuration
This commit is contained in:
committed by
GitHub
parent
efa5c44869
commit
52bb6de309
9
lucidia_llm/configs/model.yaml
Normal file
9
lucidia_llm/configs/model.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user