Christ0pher
commited on
Commit
•
72dc262
1
Parent(s):
181dee3
Upload config.json
Browse files- config.json +14 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"BloomForCausalLM"
|
4 |
+
],
|
5 |
+
"vocab_size": 50257,
|
6 |
+
"hidden_size": 4096,
|
7 |
+
"tie_word_embeddings": true,
|
8 |
+
"n_layer": 30,
|
9 |
+
"hidden_dropout": 0.0,
|
10 |
+
"layer_norm_epsilon": 1e-05,
|
11 |
+
"n_head": 32,
|
12 |
+
"attention_dropout": 0.0,
|
13 |
+
"model_type": "bloom"
|
14 |
+
}
|