StivenLancheros commited on
Commit
20f441c
1 Parent(s): 7e21d3c

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "StivenLancheros/bert_chinese_mc_base-BioNER-EN",
3
+ "_num_labels": 13,
4
+ "architectures": [
5
+ "BertForTokenClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.5,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.5,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-Cell",
16
+ "1": "B-Chemical",
17
+ "2": "B-GENE",
18
+ "3": "B-Protein",
19
+ "4": "B-Sequence",
20
+ "5": "B-Taxon",
21
+ "6": "I-Cell",
22
+ "7": "I-Chemical",
23
+ "8": "I-GENE",
24
+ "9": "I-Protein",
25
+ "10": "I-Sequence",
26
+ "11": "I-Taxon",
27
+ "12": "O"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": null,
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 12,
36
+ "num_hidden_layers": 12,
37
+ "pad_token_id": 0,
38
+ "pooler_fc_size": 768,
39
+ "pooler_num_attention_heads": 12,
40
+ "pooler_num_fc_layers": 3,
41
+ "pooler_size_per_head": 128,
42
+ "pooler_type": "first_token_transform",
43
+ "position_embedding_type": "absolute",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.27.2",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 21128
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c00e4ac6acfd85117ce0e642ec32d2a9ba40867857640ab20d30bc36ed62cc1c
3
+ size 406820333
runs/Apr24_09-36-12_37821872b012/1682329159.3254044/events.out.tfevents.1682329159.37821872b012.15097.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e019a9c690968dc9d53491ca4e1d4160cb3a3c4882d22e7e8d047ac5afe479
3
+ size 5837
runs/Apr24_09-36-12_37821872b012/events.out.tfevents.1682329159.37821872b012.15097.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed8db06afd98e3458c39be67c0ecccf7dec37d8fbd0b0cda111699e208fa6dd3
3
+ size 5194
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
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "never_split": null,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "special_tokens_map_file": null,
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:0b63a96b25b31962884984cfec178e1a87b3c28071aa2f9687981a5e25062e32
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff