ViktorDo commited on
Commit
8c7b478
·
1 Parent(s): a5285ad

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dmis-lab/biobert-base-cased-v1.2",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-Species",
14
+ "2": "I-Species"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "B-Species": 1,
20
+ "I-Species": 2,
21
+ "O": 0
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "bert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
29
+ "position_embedding_type": "absolute",
30
+ "torch_dtype": "float32",
31
+ "transformers_version": "4.29.2",
32
+ "type_vocab_size": 2,
33
+ "use_cache": true,
34
+ "vocab_size": 28996
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a134de46899d1ee1ad42dca4088c13fa8551451ad27018099733a8b021b45d8b
3
+ size 430960109
runs/May19_14-47-27_2e08e7e3cc44/1684507652.5879605/events.out.tfevents.1684507652.2e08e7e3cc44.596.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f186d43efef866b7a02cc8d13f74ce4954803c8bc733c7afb11fe7cfdb80023c
3
+ size 5937
runs/May19_14-47-27_2e08e7e3cc44/events.out.tfevents.1684507652.2e08e7e3cc44.596.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e08f3959370168d107816460d566b157f461eec6ab323d67f1dc05ba2a0d62
3
+ size 4163
runs/May19_14-48-43_2e08e7e3cc44/1684507725.594985/events.out.tfevents.1684507725.2e08e7e3cc44.596.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6ae194b5a60f309ca1260e1bdced4f9e2be858e924acc25570bd9de937c9d8
3
+ size 5937
runs/May19_14-48-43_2e08e7e3cc44/events.out.tfevents.1684507725.2e08e7e3cc44.596.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc3a540c0631b4d899b0a5881868e5208ffb4547d8e510565d2a70455616211
3
+ size 4163
runs/May19_14-52-41_2e08e7e3cc44/1684507964.508786/events.out.tfevents.1684507964.2e08e7e3cc44.596.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:820cefcdf8ced91d28ecd0800451e386e73a65f56e78c21e491cbc81ba106a36
3
+ size 5937
runs/May19_14-52-41_2e08e7e3cc44/events.out.tfevents.1684507964.2e08e7e3cc44.596.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0127fdf6a62cb80917f6718657cbb7b26e59b13a22c0dd0a85beb36accfbbcb
3
+ size 4626
runs/May19_15-12-29_2e08e7e3cc44/1684509151.956088/events.out.tfevents.1684509151.2e08e7e3cc44.596.21 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a903ccc3428acc678ff0f1a3c7ac3f3c05fbb84940abbffb45341feed6f15fbd
3
+ size 5937
runs/May19_15-12-29_2e08e7e3cc44/events.out.tfevents.1684509151.2e08e7e3cc44.596.20 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91104e51fc5ff65ea788e304d91cbf0d6a2bd3bbae6b1e2a11dccdb1d609a28d
3
+ size 4665
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": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
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:0245ceb0609f6bb31d42a2a182d30310e14736bbb8f3a0ec08b027fcf4d39289
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff