Natfike commited on
Commit
bd9ca7c
·
1 Parent(s): a01fa2f

Upload 6 files

Browse files
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_uncased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-Age_Group",
14
+ "2": "B-Population_Group",
15
+ "3": "B-Sign_or_Symptom",
16
+ "4": "B-Temporal_Concept",
17
+ "5": "I-Temporal_Concept",
18
+ "6": "B-No_Symptom_Occurence",
19
+ "7": "B-Finding",
20
+ "8": "I-Finding",
21
+ "9": "I-Sign_or_Symptom",
22
+ "10": "B-Location",
23
+ "11": "I-Location",
24
+ "12": "I-No_Symptom_Occurence",
25
+ "13": "I-Population_Group",
26
+ "14": "I-Age_Group"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "B-Age_Group": 1,
32
+ "B-Finding": 7,
33
+ "B-Location": 10,
34
+ "B-No_Symptom_Occurence": 6,
35
+ "B-Population_Group": 2,
36
+ "B-Sign_or_Symptom": 3,
37
+ "B-Temporal_Concept": 4,
38
+ "I-Age_Group": 14,
39
+ "I-Finding": 8,
40
+ "I-Location": 11,
41
+ "I-No_Symptom_Occurence": 12,
42
+ "I-Population_Group": 13,
43
+ "I-Sign_or_Symptom": 9,
44
+ "I-Temporal_Concept": 5,
45
+ "O": 0
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "max_position_embeddings": 512,
49
+ "model_type": "bert",
50
+ "num_attention_heads": 12,
51
+ "num_hidden_layers": 12,
52
+ "pad_token_id": 0,
53
+ "position_embedding_type": "absolute",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.28.1",
56
+ "type_vocab_size": 2,
57
+ "use_cache": true,
58
+ "vocab_size": 31090
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b028375ee70d861dfb2c2eb0f3cafdb893c9a20f8a6f74b02f387bcd4b76d669
3
+ size 437429805
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff