Commit
·
8ada7f9
1
Parent(s):
95075be
Upload . with huggingface_hub
Browse files- config.json +28 -0
config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "bigscience/bloom-350m",
|
| 3 |
+
"apply_residual_connection_post_layernorm": false,
|
| 4 |
+
"attention_dropout": 0.0,
|
| 5 |
+
"attention_softmax_in_fp32": true,
|
| 6 |
+
"bias_dropout_fusion": true,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_dropout": 0.0,
|
| 10 |
+
"initializer_range": 0.02,
|
| 11 |
+
"layer_norm_epsilon": 1e-05,
|
| 12 |
+
"masked_softmax_fusion": true,
|
| 13 |
+
"n_embed": 1024,
|
| 14 |
+
"n_inner": null,
|
| 15 |
+
"n_layer": 24,
|
| 16 |
+
"num_attention_heads": 16,
|
| 17 |
+
"offset_alibi": 100,
|
| 18 |
+
"pad_token_id": 3,
|
| 19 |
+
"pretraining_tp": 1,
|
| 20 |
+
"seq_length": 2048,
|
| 21 |
+
"skip_bias_add": true,
|
| 22 |
+
"skip_bias_add_qkv": false,
|
| 23 |
+
"slow_but_exact": false,
|
| 24 |
+
"transformers_version": "4.21.0.dev0",
|
| 25 |
+
"unk_token_id": 0,
|
| 26 |
+
"use_cache": false,
|
| 27 |
+
"vocab_size": 250880
|
| 28 |
+
}
|