huggingfleece commited on
Commit
67c1b7c
·
verified ·
1 Parent(s): 18feb78

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
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": "O",
14
+ "1": "B-LIVB",
15
+ "2": "I-LIVB",
16
+ "3": "B-PROC",
17
+ "4": "I-PROC",
18
+ "5": "B-ANAT",
19
+ "6": "I-ANAT",
20
+ "7": "B-DEVI",
21
+ "8": "I-DEVI",
22
+ "9": "B-CHEM",
23
+ "10": "I-CHEM",
24
+ "11": "B-GEOG",
25
+ "12": "I-GEOG",
26
+ "13": "B-PHYS",
27
+ "14": "I-PHYS",
28
+ "15": "B-PHEN",
29
+ "16": "I-PHEN",
30
+ "17": "B-DISO",
31
+ "18": "I-DISO",
32
+ "19": "B-OBJC",
33
+ "20": "I-OBJC"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "B-ANAT": 5,
39
+ "B-CHEM": 9,
40
+ "B-DEVI": 7,
41
+ "B-DISO": 17,
42
+ "B-GEOG": 11,
43
+ "B-LIVB": 1,
44
+ "B-OBJC": 19,
45
+ "B-PHEN": 15,
46
+ "B-PHYS": 13,
47
+ "B-PROC": 3,
48
+ "I-ANAT": 6,
49
+ "I-CHEM": 10,
50
+ "I-DEVI": 8,
51
+ "I-DISO": 18,
52
+ "I-GEOG": 12,
53
+ "I-LIVB": 2,
54
+ "I-OBJC": 20,
55
+ "I-PHEN": 16,
56
+ "I-PHYS": 14,
57
+ "I-PROC": 4,
58
+ "O": 0
59
+ },
60
+ "layer_norm_eps": 1e-12,
61
+ "max_position_embeddings": 512,
62
+ "model_type": "bert",
63
+ "num_attention_heads": 12,
64
+ "num_hidden_layers": 12,
65
+ "pad_token_id": 0,
66
+ "position_embedding_type": "absolute",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.42.3",
69
+ "type_vocab_size": 2,
70
+ "use_cache": true,
71
+ "vocab_size": 28996
72
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ee8890ae7abbb8a2a021077402c284eb91ca37c417b99c02aa61e8afeb4c39f
3
+ size 430966652
runs/Jul04_06-35-49_9522a93e0dd2/events.out.tfevents.1720074949.9522a93e0dd2.4633.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f5f4b129e4f069b4b3eb7bc34eb9d126bb7206ae4687435f3b5b056de82bc08
3
+ size 6100
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:844d180a2044032df9afa014e0535f38882b0afeac563f37d73f04e1d5d2d3b4
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff