Upload config.yaml with huggingface_hub
Browse files- config.yaml +12 -0
config.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
type: llamathree
|
2 |
+
context_length: 2048
|
3 |
+
emb_dim: 256
|
4 |
+
n_heads: 4
|
5 |
+
n_layers: 6
|
6 |
+
hidden_dim: 128
|
7 |
+
hidden_activation: silu
|
8 |
+
n_kv_groups: 1
|
9 |
+
rope_base: 50000
|
10 |
+
rope_freq: null
|
11 |
+
dtype: float32
|
12 |
+
vocab_size: 269
|