TristanBehrens
commited on
Commit
•
3af8858
1
Parent(s):
66eaeac
Upload config.yaml with huggingface_hub
Browse files- config.yaml +21 -0
config.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
type: pharia
|
2 |
+
attention_bias: true
|
3 |
+
attention_dropout: 0.0
|
4 |
+
eos_token_id: 0
|
5 |
+
bos_token_id: 127179
|
6 |
+
pad_token_id: 1
|
7 |
+
hidden_act: gelu
|
8 |
+
hidden_size: 512
|
9 |
+
initializer_range: 0.02
|
10 |
+
intermediate_size: 1024
|
11 |
+
max_position_embeddings: 2048
|
12 |
+
mlp_bias: true
|
13 |
+
num_attention_heads: 8
|
14 |
+
num_hidden_layers: 6
|
15 |
+
num_key_value_heads: 8
|
16 |
+
rope_scaling: null
|
17 |
+
rope_theta: 1000000
|
18 |
+
tie_word_embeddings: false
|
19 |
+
use_cache: true
|
20 |
+
context_length: 2048
|
21 |
+
vocab_size: 178
|