sujeongh commited on
Commit
f3ee952
·
1 Parent(s): fbf5c9c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/mnt/nvme01/huggingface/models/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": "B-GENE",
14
+ "1": "E-GENE",
15
+ "2": "S-GENE",
16
+ "3": "O",
17
+ "4": "I-GENE"
18
+ },
19
+ "initializer_range": 0.02,
20
+ "intermediate_size": 3072,
21
+ "label2id": {
22
+ "B-GENE": 0,
23
+ "E-GENE": 1,
24
+ "I-GENE": 4,
25
+ "O": 3,
26
+ "S-GENE": 2
27
+ },
28
+ "layer_norm_eps": 1e-12,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "position_embedding_type": "absolute",
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.28.1",
37
+ "type_vocab_size": 2,
38
+ "use_cache": true,
39
+ "vocab_size": 28996
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80ff6c4ab66fe3f145e8ec942d4369995a57f8d74454cb0293d25979ce5afac9
3
+ size 430966698
runs/Sep01_15-57-02_andlab-server/1725206227.2989707/events.out.tfevents.1725206227.andlab-server.3438106.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f80f6d1c8f854a554f87c435e9e4f9acc6b8bf1e8be4da0cda01ed745f4cc5c
3
+ size 5892
runs/Sep01_15-57-02_andlab-server/events.out.tfevents.1725206227.andlab-server.3438106.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83fffe8f93b1a3333ef3cb897b355ef6169af7657ad092418e7ff6565766998f
3
+ size 4246
runs/Sep01_15-58-33_andlab-server/1725206316.4608192/events.out.tfevents.1725206316.andlab-server.3438106.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:376f6fb74c09f86e7a61533a3805dc3443ad6e4dd6d46ef1fea4eec7bf3a7a6d
3
+ size 5892
runs/Sep01_15-58-33_andlab-server/events.out.tfevents.1725206316.andlab-server.3438106.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be5a947e7927e49e2b5414295cfcb879c875fd4cd5fac3df6597c7e09a8ad6a0
3
+ size 4512
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d21e3a3cfa3e0940bd4fa1b32f11e3cbde53f5de995c8830a3cb1535acc5c1b
3
+ size 4024
vocab.txt ADDED
The diff for this file is too large to render. See raw diff