gutbier commited on
Commit
0de5e92
·
verified ·
1 Parent(s): c5030eb

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "dtype": "float32",
10
+ "eos_token_id": null,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "NO_RELATION",
16
+ "1": "AND",
17
+ "2": "Has_context",
18
+ "3": "Has_index",
19
+ "4": "Has_mood",
20
+ "5": "Has_multiplier",
21
+ "6": "Has_negation",
22
+ "7": "Has_qualifier",
23
+ "8": "Has_temporal",
24
+ "9": "Has_value",
25
+ "10": "OR",
26
+ "11": "Subsumes"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "is_decoder": false,
31
+ "label2id": {
32
+ "AND": 1,
33
+ "Has_context": 2,
34
+ "Has_index": 3,
35
+ "Has_mood": 4,
36
+ "Has_multiplier": 5,
37
+ "Has_negation": 6,
38
+ "Has_qualifier": 7,
39
+ "Has_temporal": 8,
40
+ "Has_value": 9,
41
+ "NO_RELATION": 0,
42
+ "OR": 10,
43
+ "Subsumes": 11
44
+ },
45
+ "layer_norm_eps": 1e-12,
46
+ "max_position_embeddings": 512,
47
+ "model_type": "bert",
48
+ "num_attention_heads": 12,
49
+ "num_hidden_layers": 12,
50
+ "pad_token_id": 0,
51
+ "tie_word_embeddings": true,
52
+ "transformers_version": "5.0.0",
53
+ "type_vocab_size": 2,
54
+ "use_cache": true,
55
+ "vocab_size": 29000
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:664b626ce896b24f20f59e0f451d79e29d36fb7eb1393fa278ec0726db454604
3
+ size 433313792
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "extra_special_tokens": [
6
+ "[E1]",
7
+ "[/E1]",
8
+ "[E2]",
9
+ "[/E2]"
10
+ ],
11
+ "is_local": false,
12
+ "mask_token": "[MASK]",
13
+ "model_max_length": 1000000000000000019884624838656,
14
+ "pad_token": "[PAD]",
15
+ "sep_token": "[SEP]",
16
+ "strip_accents": null,
17
+ "tokenize_chinese_chars": true,
18
+ "tokenizer_class": "BertTokenizer",
19
+ "unk_token": "[UNK]"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0113da2cba01eb936199475ec91bb52a2eb3b867ad97f66bd279a6252149f8bb
3
+ size 5265