Laurie commited on
Commit
275366e
·
1 Parent(s): 1dfe8ed

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +34 -0
  2. merges.txt +0 -0
  3. pytorch_model.bin +3 -0
  4. vocab.json +0 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bigscience/bloomz-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
+ "bos_token_id": 1,
11
+ "dropout": 0.0,
12
+ "end_token_id": 2,
13
+ "eos_token_id": 2,
14
+ "hidden_dropout": 0.0,
15
+ "hidden_size": 2048,
16
+ "initializer_range": 0.02,
17
+ "layer_norm_epsilon": 1e-05,
18
+ "masked_softmax_fusion": true,
19
+ "model_type": "bloom",
20
+ "n_head": 16,
21
+ "n_inner": null,
22
+ "n_layer": 24,
23
+ "offset_alibi": 100,
24
+ "pad_token_id": 2,
25
+ "pretraining_tp": 2,
26
+ "seq_length": 4096,
27
+ "skip_bias_add": true,
28
+ "skip_bias_add_qkv": false,
29
+ "slow_but_exact": false,
30
+ "transformers_version": "4.29.0.dev0",
31
+ "unk_token_id": 0,
32
+ "use_cache": true,
33
+ "vocab_size": 250680
34
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3063c4ff6de6608316c41411757517c8cbb1f718c55de57dd18f0d7bc1afe0
3
+ size 3444054527
vocab.json ADDED
The diff for this file is too large to render. See raw diff