waynebruce2110 commited on
Commit
c5e6017
·
verified ·
1 Parent(s): 103fede

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -31
config.json DELETED
@@ -1,31 +0,0 @@
1
- {
2
- "apply_residual_connection_post_layernorm": false,
3
- "architectures": [
4
- "BloomForCausalLM"
5
- ],
6
- "attention_dropout": 0.0,
7
- "attention_softmax_in_fp32": true,
8
- "bias_dropout_fusion": true,
9
- "bos_token_id": 1,
10
- "eos_token_id": 2,
11
- "hidden_dropout": 0.0,
12
- "hidden_size": 4096,
13
- "initializer_range": 0.02,
14
- "layer_norm_epsilon": 1e-05,
15
- "masked_softmax_fusion": true,
16
- "model_type": "bloom",
17
- "n_head": 32,
18
- "n_inner": null,
19
- "n_layer": 30,
20
- "offset_alibi": 100,
21
- "pad_token_id": 3,
22
- "pretraining_tp": 1,
23
- "skip_bias_add": true,
24
- "skip_bias_add_qkv": false,
25
- "slow_but_exact": false,
26
- "torch_dtype": "float16",
27
- "transformers_version": "4.22.2",
28
- "unk_token_id": 0,
29
- "use_cache": true,
30
- "vocab_size": 250880
31
- }