jialinselenasong
commited on
Commit
•
baec652
1
Parent(s):
16c4991
Training in progress, epoch 1
Browse files- config.json +66 -0
- model.safetensors +3 -0
- runs/May09_00-31-58_62ad96e162ea/events.out.tfevents.1715214827.62ad96e162ea.366.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +57 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dmis-lab/biobert-v1.1",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
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 |
+
"id2label": {
|
13 |
+
"0": "I-Adverse_event.Trigger",
|
14 |
+
"1": "I-Treatment",
|
15 |
+
"2": "O",
|
16 |
+
"3": "I-Treatment.Drug",
|
17 |
+
"4": "I-Treatment.Duration",
|
18 |
+
"5": "I-Subject.Gender",
|
19 |
+
"6": "I-Treatment.Treat_Disorder",
|
20 |
+
"7": "I-Subject.Population",
|
21 |
+
"8": "I-Subject",
|
22 |
+
"9": "I-Subject.Sub_Disorder",
|
23 |
+
"10": "I-Treatment.Time_elapsed",
|
24 |
+
"11": "I-Subject.Age",
|
25 |
+
"12": "I-Treatment.Dosage",
|
26 |
+
"13": "I-Treatment.Route",
|
27 |
+
"14": "I-Effect",
|
28 |
+
"15": "I-Subject.Race",
|
29 |
+
"16": "I-Treatment.Freq",
|
30 |
+
"17": "I-Potential_therapeutic_event.Trigger"
|
31 |
+
},
|
32 |
+
"initializer_range": 0.02,
|
33 |
+
"intermediate_size": 3072,
|
34 |
+
"label2id": {
|
35 |
+
"I-Adverse_event.Trigger": 0,
|
36 |
+
"I-Effect": 14,
|
37 |
+
"I-Potential_therapeutic_event.Trigger": 17,
|
38 |
+
"I-Subject": 8,
|
39 |
+
"I-Subject.Age": 11,
|
40 |
+
"I-Subject.Gender": 5,
|
41 |
+
"I-Subject.Population": 7,
|
42 |
+
"I-Subject.Race": 15,
|
43 |
+
"I-Subject.Sub_Disorder": 9,
|
44 |
+
"I-Treatment": 1,
|
45 |
+
"I-Treatment.Dosage": 12,
|
46 |
+
"I-Treatment.Drug": 3,
|
47 |
+
"I-Treatment.Duration": 4,
|
48 |
+
"I-Treatment.Freq": 16,
|
49 |
+
"I-Treatment.Route": 13,
|
50 |
+
"I-Treatment.Time_elapsed": 10,
|
51 |
+
"I-Treatment.Treat_Disorder": 6,
|
52 |
+
"O": 2
|
53 |
+
},
|
54 |
+
"layer_norm_eps": 1e-12,
|
55 |
+
"max_position_embeddings": 512,
|
56 |
+
"model_type": "bert",
|
57 |
+
"num_attention_heads": 12,
|
58 |
+
"num_hidden_layers": 12,
|
59 |
+
"pad_token_id": 0,
|
60 |
+
"position_embedding_type": "absolute",
|
61 |
+
"torch_dtype": "float32",
|
62 |
+
"transformers_version": "4.40.1",
|
63 |
+
"type_vocab_size": 2,
|
64 |
+
"use_cache": true,
|
65 |
+
"vocab_size": 28996
|
66 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:959eec4b13d5f70f52263a0fd767e7400d1166f4b51a5e77598b246aa8f49f02
|
3 |
+
size 430957424
|
runs/May09_00-31-58_62ad96e162ea/events.out.tfevents.1715214827.62ad96e162ea.366.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c9285e81f53c78e6504e90f4d669b3d6f9dab8ed8a1cad381da07ec40c8a487
|
3 |
+
size 6242
|
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,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_basic_tokenize": true,
|
47 |
+
"do_lower_case": false,
|
48 |
+
"mask_token": "[MASK]",
|
49 |
+
"model_max_length": 512,
|
50 |
+
"never_split": null,
|
51 |
+
"pad_token": "[PAD]",
|
52 |
+
"sep_token": "[SEP]",
|
53 |
+
"strip_accents": null,
|
54 |
+
"tokenize_chinese_chars": true,
|
55 |
+
"tokenizer_class": "BertTokenizer",
|
56 |
+
"unk_token": "[UNK]"
|
57 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93fc80b551de0f5dfe8d67a5645606c73f458f602be0b5a98f6fa5afcf039f79
|
3 |
+
size 4984
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|