IreNkweke commited on
Commit
7250cee
·
verified ·
1 Parent(s): 50b45eb

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "dslim/bert-base-NER",
3
+ "_num_labels": 9,
4
+ "architectures": [
5
+ "BertForTokenClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-CARDINAL",
15
+ "2": "B-DATE",
16
+ "3": "I-DATE",
17
+ "4": "B-PERSON",
18
+ "5": "I-PERSON",
19
+ "6": "B-NORP",
20
+ "7": "B-GPE",
21
+ "8": "I-GPE",
22
+ "9": "B-LAW",
23
+ "10": "I-LAW",
24
+ "11": "B-ORG",
25
+ "12": "I-ORG",
26
+ "13": "B-PERCENT",
27
+ "14": "I-PERCENT",
28
+ "15": "B-ORDINAL",
29
+ "16": "B-MONEY",
30
+ "17": "I-MONEY",
31
+ "18": "B-WORK_OF_ART",
32
+ "19": "I-WORK_OF_ART",
33
+ "20": "B-FAC",
34
+ "21": "B-TIME",
35
+ "22": "I-CARDINAL",
36
+ "23": "B-LOC",
37
+ "24": "B-QUANTITY",
38
+ "25": "I-QUANTITY",
39
+ "26": "I-NORP",
40
+ "27": "I-LOC",
41
+ "28": "B-PRODUCT",
42
+ "29": "I-TIME",
43
+ "30": "B-EVENT",
44
+ "31": "I-EVENT",
45
+ "32": "I-FAC",
46
+ "33": "B-LANGUAGE",
47
+ "34": "I-PRODUCT",
48
+ "35": "I-ORDINAL",
49
+ "36": "I-LANGUAGE"
50
+ },
51
+ "initializer_range": 0.02,
52
+ "intermediate_size": 3072,
53
+ "label2id": {
54
+ "B-CARDINAL": 1,
55
+ "B-DATE": 2,
56
+ "B-EVENT": 30,
57
+ "B-FAC": 20,
58
+ "B-GPE": 7,
59
+ "B-LANGUAGE": 33,
60
+ "B-LAW": 9,
61
+ "B-LOC": 23,
62
+ "B-MONEY": 16,
63
+ "B-NORP": 6,
64
+ "B-ORDINAL": 15,
65
+ "B-ORG": 11,
66
+ "B-PERCENT": 13,
67
+ "B-PERSON": 4,
68
+ "B-PRODUCT": 28,
69
+ "B-QUANTITY": 24,
70
+ "B-TIME": 21,
71
+ "B-WORK_OF_ART": 18,
72
+ "I-CARDINAL": 22,
73
+ "I-DATE": 3,
74
+ "I-EVENT": 31,
75
+ "I-FAC": 32,
76
+ "I-GPE": 8,
77
+ "I-LANGUAGE": 36,
78
+ "I-LAW": 10,
79
+ "I-LOC": 27,
80
+ "I-MONEY": 17,
81
+ "I-NORP": 26,
82
+ "I-ORDINAL": 35,
83
+ "I-ORG": 12,
84
+ "I-PERCENT": 14,
85
+ "I-PERSON": 5,
86
+ "I-PRODUCT": 34,
87
+ "I-QUANTITY": 25,
88
+ "I-TIME": 29,
89
+ "I-WORK_OF_ART": 19,
90
+ "O": 0
91
+ },
92
+ "layer_norm_eps": 1e-12,
93
+ "max_position_embeddings": 512,
94
+ "model_type": "bert",
95
+ "num_attention_heads": 12,
96
+ "num_hidden_layers": 12,
97
+ "output_past": true,
98
+ "pad_token_id": 0,
99
+ "position_embedding_type": "absolute",
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.41.2",
102
+ "type_vocab_size": 2,
103
+ "use_cache": true,
104
+ "vocab_size": 28996
105
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea829bd765ce04ce4bb1c8c351a4feb7c8a439823bd123bdba88c4e74a044c87
3
+ size 431015868
runs/Jul05_14-33-15_24ea3d264d58/events.out.tfevents.1720190044.24ea3d264d58.269.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384350dd2014e3fc54780d3f7bd828faecaadf73c66a6632f25cc75b1af044e0
3
+ size 9337
runs/Jul05_14-59-00_24ea3d264d58/events.out.tfevents.1720191543.24ea3d264d58.269.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565bf176e7f493e323ed479eef8159cd46c870c48f8109901677852647c8e60a
3
+ size 10020
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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "max_len": 512,
50
+ "model_max_length": 512,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9961ba477fb60a7c18ba697616f233bc4df7a6c1689bf4408833055c96b8b235
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff