SHS commited on
Commit
f6cf5a2
·
1 Parent(s): 21cfbe5

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +55 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
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": "None",
13
+ "1": "B-GeneOrGeneProduct",
14
+ "2": "I-GeneOrGeneProduct",
15
+ "3": "B-DiseaseOrPhenotypicFeature",
16
+ "4": "I-DiseaseOrPhenotypicFeature",
17
+ "5": "B-ChemicalEntity",
18
+ "6": "I-ChemicalEntity",
19
+ "7": "B-OrganismTaxon",
20
+ "8": "I-OrganismTaxon",
21
+ "9": "B-SequenceVariant",
22
+ "10": "I-SequenceVariant",
23
+ "11": "B-CellLine",
24
+ "12": "I-CellLine"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "B-CellLine": 11,
30
+ "B-ChemicalEntity": 5,
31
+ "B-DiseaseOrPhenotypicFeature": 3,
32
+ "B-GeneOrGeneProduct": 1,
33
+ "B-OrganismTaxon": 7,
34
+ "B-SequenceVariant": 9,
35
+ "I-CellLine": 12,
36
+ "I-ChemicalEntity": 6,
37
+ "I-DiseaseOrPhenotypicFeature": 4,
38
+ "I-GeneOrGeneProduct": 2,
39
+ "I-OrganismTaxon": 8,
40
+ "I-SequenceVariant": 10,
41
+ "None": 0
42
+ },
43
+ "layer_norm_eps": 1e-12,
44
+ "max_position_embeddings": 512,
45
+ "model_type": "bert",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 12,
48
+ "pad_token_id": 0,
49
+ "position_embedding_type": "absolute",
50
+ "torch_dtype": "float32",
51
+ "transformers_version": "4.26.1",
52
+ "type_vocab_size": 2,
53
+ "use_cache": true,
54
+ "vocab_size": 30522
55
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6e6e13af8378ca2bb906f6bb1d771929d019dc2e1e0fb9d78400cf90109c6a
3
+ size 435674161