Llama3 / config.json
VictorJuiz's picture
Push model using huggingface_hub.
b910800 verified
raw
history blame contribute delete
No virus
116 Bytes
{
"drop_rate": 0.1,
"emb_dim": 128,
"ffn_dim": 128,
"num_head": 4,
"num_layer": 3,
"vocab_size": 50265
}