Commit ·
d5b2494
1
Parent(s): d2b0a1d
Training in progress, step 1000
Browse files
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "dmis-lab/biobert-base-cased-v1.1",
|
| 3 |
+
"adapters": {
|
| 4 |
+
"adapters": {},
|
| 5 |
+
"config_map": {},
|
| 6 |
+
"fusion_config_map": {},
|
| 7 |
+
"fusions": {}
|
| 8 |
+
},
|
| 9 |
+
"architectures": [
|
| 10 |
+
"BertForTokenClassification"
|
| 11 |
+
],
|
| 12 |
+
"attention_probs_dropout_prob": 0.1,
|
| 13 |
+
"classifier_dropout": null,
|
| 14 |
+
"hidden_act": "gelu",
|
| 15 |
+
"hidden_dropout_prob": 0.1,
|
| 16 |
+
"hidden_size": 768,
|
| 17 |
+
"id2label": {
|
| 18 |
+
"0": "B-Chemical-bio",
|
| 19 |
+
"1": "I-Chemical-bio",
|
| 20 |
+
"2": "O"
|
| 21 |
+
},
|
| 22 |
+
"initializer_range": 0.02,
|
| 23 |
+
"intermediate_size": 3072,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"B-Chemical-bio": 0,
|
| 26 |
+
"I-Chemical-bio": 1,
|
| 27 |
+
"O": 2
|
| 28 |
+
},
|
| 29 |
+
"layer_norm_eps": 1e-12,
|
| 30 |
+
"max_position_embeddings": 512,
|
| 31 |
+
"model_type": "bert",
|
| 32 |
+
"num_attention_heads": 12,
|
| 33 |
+
"num_hidden_layers": 12,
|
| 34 |
+
"pad_token_id": 0,
|
| 35 |
+
"position_embedding_type": "absolute",
|
| 36 |
+
"torch_dtype": "float32",
|
| 37 |
+
"transformers_version": "4.11.3",
|
| 38 |
+
"type_vocab_size": 2,
|
| 39 |
+
"use_cache": true,
|
| 40 |
+
"vocab_size": 28996
|
| 41 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d8fe33c349b2779fb9aaaf6f03bcbb15732d54f76b14101ddf089ed64ec6cf6a
|
| 3 |
+
size 430974833
|
runs/Sep19_12-42-25_skylake-deep-05/1663584167.6641564/events.out.tfevents.1663584167.skylake-deep-05.153764.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95a88fc98bc8409775d6ac809795ac2672fb6d41c9ec25fa6d9b2eb15dbeee34
|
| 3 |
+
size 4535
|
runs/Sep19_12-42-25_skylake-deep-05/events.out.tfevents.1663584167.skylake-deep-05.153764.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c85c1e334ffa8deb9df7a31c62f87da07e885ccea811f0cc9d96eeb0d0864d1b
|
| 3 |
+
size 3702
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e39c8ddb657dc751fcb1402d27cf17b08a0b115106ce5e155b30162b776f247
|
| 3 |
+
size 2863
|