ArthurZ HF staff commited on
Commit
57ac45a
1 Parent(s): e870a5f
Files changed (2) hide show
  1. config.json +27 -0
  2. flax_model.msgpack +3 -0
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "OPTForCausalLM"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "do_layer_norm_before": true,
10
+ "dropout": 0.1,
11
+ "eos_token_id": 2,
12
+ "ffn_dim": 3072,
13
+ "hidden_size": 768,
14
+ "init_std": 0.02,
15
+ "layerdrop": 0.0,
16
+ "max_position_embeddings": 2048,
17
+ "model_type": "opt",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "prefix": "</s>",
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.20.0.dev0",
24
+ "use_cache": true,
25
+ "vocab_size": 50272,
26
+ "word_embed_proj_dim": 768
27
+ }
flax_model.msgpack ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecc8282c6929bd01f0e94a052328fb7e29d366d0f14d96372f64c481e4ace196
3
+ size 250482300