Stancld commited on
Commit
974b9e7
1 Parent(s): 21d4b80

Add TF ckpt

Browse files
Files changed (2) hide show
  1. config.json +26 -0
  2. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/xglm-564M",
3
+ "activation_dropout": 0,
4
+ "activation_function": "gelu",
5
+ "architectures": [
6
+ "XGLMForCausalLM"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "attention_heads": 16,
10
+ "bos_token_id": 0,
11
+ "d_model": 1024,
12
+ "decoder_start_token_id": 2,
13
+ "dropout": 0.1,
14
+ "eos_token_id": 2,
15
+ "ffn_dim": 4096,
16
+ "init_std": 0.02,
17
+ "layerdrop": 0.0,
18
+ "max_position_embeddings": 2048,
19
+ "model_type": "xglm",
20
+ "num_layers": 24,
21
+ "pad_token_id": 1,
22
+ "scale_embedding": true,
23
+ "transformers_version": "4.20.0.dev0",
24
+ "use_cache": true,
25
+ "vocab_size": 256008
26
+ }
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09e0001fc456cc32b9ab34c1325caa62685e191f225cdebc2d7592327ce50c0
3
+ size 3315270672