ChancesYuan commited on
Commit
ca08612
·
1 Parent(s): 1c92216

Upload 5 files

Browse files
E-WN18RR/added_tokens.json ADDED
The diff for this file is too large to render. See raw diff
 
E-WN18RR/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertKGC"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "label_smoothing": 0.1,
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "bert",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 0,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.20.1",
24
+ "type_vocab_size": 2,
25
+ "use_cache": true,
26
+ "vocab_size": 71476
27
+ }
E-WN18RR/special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[RELATION_0]",
4
+ "[RELATION_1]",
5
+ "[RELATION_2]",
6
+ "[RELATION_3]",
7
+ "[RELATION_4]",
8
+ "[RELATION_5]",
9
+ "[RELATION_6]",
10
+ "[RELATION_7]",
11
+ "[RELATION_8]",
12
+ "[RELATION_9]",
13
+ "[RELATION_10]"
14
+ ],
15
+ "cls_token": "[CLS]",
16
+ "mask_token": "[MASK]",
17
+ "pad_token": "[PAD]",
18
+ "sep_token": "[SEP]",
19
+ "unk_token": "[UNK]"
20
+ }
E-WN18RR/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "bert-base-uncased",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": null,
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
E-WN18RR/vocab.txt ADDED
The diff for this file is too large to render. See raw diff