Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 9d80e52

Browse files
committed
feat: Initial model params for granite code 3b
Branch: GraniteCodeSupport Signed-off-by: Gabe Goodhart <[email protected]>
1 parent e3c2849 commit 9d80e52

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"block_size": 128000,
3+
"dim": 2560,
4+
"hidden_dim": 10240,
5+
"n_heads": 32,
6+
"n_local_heads": 32,
7+
"n_layers": 32,
8+
"rope_base": 10000000,
9+
"vocab_size": 49152,
10+
"use_tokenizers": true,
11+
"norm_eps": 0.00001,
12+
"rope_scaling": null,
13+
"attention_bias": true,
14+
"feed_forward_bias": true,
15+
"tie_word_embeddings": true
16+
}

0 commit comments

Comments
 (0)