drAbreu commited on
Commit
9884cd5
·
verified ·
1 Parent(s): 7c93963

Training in progress, epoch 0

Browse files
Files changed (3) hide show
  1. config.json +71 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-BiomedBERT-large-uncased-abstract",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.2,
9
+ "eos_token_ids": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-SMALL_MOLECULE",
16
+ "2": "I-SMALL_MOLECULE",
17
+ "3": "B-GENEPROD",
18
+ "4": "I-GENEPROD",
19
+ "5": "B-SUBCELLULAR",
20
+ "6": "I-SUBCELLULAR",
21
+ "7": "B-CELL_TYPE",
22
+ "8": "I-CELL_TYPE",
23
+ "9": "B-TISSUE",
24
+ "10": "I-TISSUE",
25
+ "11": "B-ORGANISM",
26
+ "12": "I-ORGANISM",
27
+ "13": "B-EXP_ASSAY",
28
+ "14": "I-EXP_ASSAY",
29
+ "15": "B-DISEASE",
30
+ "16": "I-DISEASE",
31
+ "17": "B-CELL_LINE",
32
+ "18": "I-CELL_LINE"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 4096,
36
+ "label2id": {
37
+ "B-CELL_LINE": 17,
38
+ "B-CELL_TYPE": 7,
39
+ "B-DISEASE": 15,
40
+ "B-EXP_ASSAY": 13,
41
+ "B-GENEPROD": 3,
42
+ "B-ORGANISM": 11,
43
+ "B-SMALL_MOLECULE": 1,
44
+ "B-SUBCELLULAR": 5,
45
+ "B-TISSUE": 9,
46
+ "I-CELL_LINE": 18,
47
+ "I-CELL_TYPE": 8,
48
+ "I-DISEASE": 16,
49
+ "I-EXP_ASSAY": 14,
50
+ "I-GENEPROD": 4,
51
+ "I-ORGANISM": 12,
52
+ "I-SMALL_MOLECULE": 2,
53
+ "I-SUBCELLULAR": 6,
54
+ "I-TISSUE": 10,
55
+ "O": 0
56
+ },
57
+ "layer_norm_eps": 1e-12,
58
+ "max_length": 512,
59
+ "max_position_embeddings": 512,
60
+ "model_type": "bert",
61
+ "num_attention_heads": 16,
62
+ "num_hidden_layers": 24,
63
+ "output_past": true,
64
+ "pad_token_id": 0,
65
+ "position_embedding_type": "absolute",
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.46.3",
68
+ "type_vocab_size": 2,
69
+ "use_cache": true,
70
+ "vocab_size": 30522
71
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f282d9dfbadf1b0e494272bbaef4e8ea7bcae848e3b6ff9b92a59d30f17e52dd
3
+ size 1336493868
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0827305793f5edd96fc2db5a941601df494f46d18d528832c09e6c651e5ba38e
3
+ size 5179