Upload config.json with huggingface_hub
Browse files- config.json +35 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bigscience/bloom-1b7",
|
3 |
+
"apply_residual_connection_post_layernorm": false,
|
4 |
+
"architectures": [
|
5 |
+
"BloomForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"attention_softmax_in_fp32": true,
|
9 |
+
"bias_dropout_fusion": true,
|
10 |
+
"bigdl_transformers_low_bit": "fp8_e5m2",
|
11 |
+
"bos_token_id": 1,
|
12 |
+
"eos_token_id": 2,
|
13 |
+
"hidden_dropout": 0.0,
|
14 |
+
"hidden_size": 2048,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"layer_norm_epsilon": 1e-05,
|
17 |
+
"masked_softmax_fusion": true,
|
18 |
+
"model_type": "bloom",
|
19 |
+
"n_head": 16,
|
20 |
+
"n_inner": null,
|
21 |
+
"n_layer": 24,
|
22 |
+
"offset_alibi": 100,
|
23 |
+
"pad_token_id": 3,
|
24 |
+
"pretraining_tp": 1,
|
25 |
+
"seq_length": 4096,
|
26 |
+
"skip_bias_add": true,
|
27 |
+
"skip_bias_add_qkv": false,
|
28 |
+
"slow_but_exact": false,
|
29 |
+
"tie_word_embeddings": false,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.37.0",
|
32 |
+
"unk_token_id": 0,
|
33 |
+
"use_cache": true,
|
34 |
+
"vocab_size": 250880
|
35 |
+
}
|