End of training
Browse files- .gitignore +1 -0
- config.json +54 -0
- merges.txt +0 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "austin/Austin-MeDeBERTa",
|
3 |
+
"architectures": [
|
4 |
+
"DebertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"hidden_act": "gelu",
|
8 |
+
"hidden_dropout_prob": 0.1,
|
9 |
+
"hidden_size": 768,
|
10 |
+
"id2label": {
|
11 |
+
"0": "L-DRUG",
|
12 |
+
"1": "I-DRUG",
|
13 |
+
"2": "U-DRUG",
|
14 |
+
"3": "I-ADR",
|
15 |
+
"4": "U-ADR",
|
16 |
+
"5": "B-ADR",
|
17 |
+
"6": "B-DRUG",
|
18 |
+
"7": "O",
|
19 |
+
"8": "L-ADR"
|
20 |
+
},
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"intermediate_size": 3072,
|
23 |
+
"label2id": {
|
24 |
+
"B-ADR": 5,
|
25 |
+
"B-DRUG": 6,
|
26 |
+
"I-ADR": 3,
|
27 |
+
"I-DRUG": 1,
|
28 |
+
"L-ADR": 8,
|
29 |
+
"L-DRUG": 0,
|
30 |
+
"O": 7,
|
31 |
+
"U-ADR": 4,
|
32 |
+
"U-DRUG": 2
|
33 |
+
},
|
34 |
+
"layer_norm_eps": 1e-07,
|
35 |
+
"max_position_embeddings": 512,
|
36 |
+
"max_relative_positions": -1,
|
37 |
+
"model_type": "deberta",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 12,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"pooler_dropout": 0,
|
42 |
+
"pooler_hidden_act": "gelu",
|
43 |
+
"pooler_hidden_size": 768,
|
44 |
+
"pos_att_type": [
|
45 |
+
"c2p",
|
46 |
+
"p2c"
|
47 |
+
],
|
48 |
+
"position_biased_input": false,
|
49 |
+
"relative_attention": true,
|
50 |
+
"torch_dtype": "float32",
|
51 |
+
"transformers_version": "4.14.1",
|
52 |
+
"type_vocab_size": 0,
|
53 |
+
"vocab_size": 50265
|
54 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd0239d5cf03e85fa6c20d5597e0c2dbc9cac8eeff8f970402c44b4cc0af0324
|
3 |
+
size 554519987
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": {"content": "[CLS]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "eos_token": {"content": "[SEP]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "unk_token": {"content": "[UNK]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "sep_token": {"content": "[SEP]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "pad_token": {"content": "[PAD]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "cls_token": {"content": "[CLS]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true}}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": {"content": "[UNK]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "[CLS]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "[SEP]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": true, "errors": "replace", "sep_token": {"content": "[SEP]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "cls_token": {"content": "[CLS]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "pad_token": {"content": "[PAD]", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "mask_token": {"content": "[MASK]", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "do_lower_case": false, "vocab_type": "gpt2", "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "austin/Austin-MeDeBERTa", "tokenizer_class": "DebertaTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85652c1591cbd3d2b268f4b313ad7e6c4ef85bcde6ecec120c9d898acd9df849
|
3 |
+
size 2927
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|