nassersala commited on
Commit
8c52bc5
·
1 Parent(s): 5ad1071

initial commit: smaller 0.3GB bloom

Browse files
Files changed (2) hide show
  1. config.json +25 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_dropout": 0.0,
11
+ "hidden_size": 512,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "masked_softmax_fusion": true,
15
+ "model_type": "bloom",
16
+ "n_head": 8,
17
+ "n_layer": 12,
18
+ "pad_token_id": 3,
19
+ "pretraining_tp": 4,
20
+ "slow_but_exact": false,
21
+ "torch_dtype": "float16",
22
+ "transformers_version": "4.24.0",
23
+ "use_cache": true,
24
+ "vocab_size": 250880
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da2e470f105ca2ed03d7867e28ab7e79d7d46ca221ef9792291d74811dd0fa6
3
+ size 332608983