hhou435 commited on
Commit
d07ac18
1 Parent(s): c46d884
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5ForConditionalGeneration"
4
+ ],
5
+ "d_ff": 2048,
6
+ "d_kv": 64,
7
+ "d_model": 512,
8
+ "dropout_rate": 0.1,
9
+ "initializer_factor": 1.0,
10
+ "is_encoder_decoder": true,
11
+ "layer_norm_epsilon": 1e-06,
12
+ "model_type": "t5",
13
+ "n_positions": 512,
14
+ "num_heads": 8,
15
+ "num_layers": 6,
16
+ "pad_token_id": 0,
17
+ "relative_attention_num_buckets": 32,
18
+ "vocab_size": 21128
19
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf7f2b43820ee50664ff302f04f300b1ef6326c6321e74be1ac3c3d55a598cc
3
+ size 219559239
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96b9dba7dfe760a8df973e8afe692d9975f2fc14341ef277c6a3ac68a2358632
3
+ size 219773104
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "do_basic_tokenize": true, "never_split": null, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff