malteos commited on
Commit
3cd532d
1 Parent(s): 7a261db

Upload MegLMForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +30 -0
  2. generation_config.json +6 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tokenizer_debug/hf_out",
3
+ "alibi": false,
4
+ "apply_residual_connection_post_layernorm": false,
5
+ "architectures": [
6
+ "MegLMForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auto_map": {
10
+ "AutoConfig": "configuration_meglm.MegLMConfig",
11
+ "AutoModel": "modeling_meglm.MegLMModel",
12
+ "AutoModelForCausalLM": "modeling_meglm.MegLMForCausalLM"
13
+ },
14
+ "bias": true,
15
+ "bos_token_id": 1,
16
+ "eos_token_id": 2,
17
+ "hidden_dropout": 0.0,
18
+ "hidden_size": 2560,
19
+ "initializer_range": 0.02,
20
+ "layer_norm_epsilon": 1e-05,
21
+ "model_type": "MegLMModel",
22
+ "multi_query": false,
23
+ "n_head": 32,
24
+ "n_layer": 32,
25
+ "parallel_attn": false,
26
+ "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.29.0",
28
+ "use_cache": true,
29
+ "vocab_size": 32768
30
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.29.0"
6
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e260ae4ec8594dc3ae16cc2b2709c0adfe92378e1f88d08ef5ca55430823e165
3
+ size 5203203701