galaxy78 commited on
Commit
b5a5382
1 Parent(s): 73b78b1

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "adapters": {
4
+ "adapters": {
5
+ "ner": "seq_bn"
6
+ },
7
+ "config_map": {},
8
+ "fusion_config_map": {},
9
+ "fusions": {}
10
+ },
11
+ "architectures": [
12
+ "BertForTokenClassification"
13
+ ],
14
+ "attention_probs_dropout_prob": 0.1,
15
+ "classifier_dropout": null,
16
+ "gradient_checkpointing": false,
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "hidden_size": 768,
20
+ "id2label": {
21
+ "0": "O",
22
+ "1": "B-corporation",
23
+ "2": "I-corporation",
24
+ "3": "B-creative-work",
25
+ "4": "I-creative-work",
26
+ "5": "B-group",
27
+ "6": "I-group",
28
+ "7": "B-location",
29
+ "8": "I-location",
30
+ "9": "B-person",
31
+ "10": "I-person",
32
+ "11": "B-product",
33
+ "12": "I-product"
34
+ },
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "B-corporation": 1,
39
+ "B-creative-work": 3,
40
+ "B-group": 5,
41
+ "B-location": 7,
42
+ "B-person": 9,
43
+ "B-product": 11,
44
+ "I-corporation": 2,
45
+ "I-creative-work": 4,
46
+ "I-group": 6,
47
+ "I-location": 8,
48
+ "I-person": 10,
49
+ "I-product": 12,
50
+ "O": 0
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "pad_token_id": 0,
58
+ "position_embedding_type": "absolute",
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.35.2",
61
+ "type_vocab_size": 2,
62
+ "use_cache": true,
63
+ "vocab_size": 28996
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f050bb2ef0caa56e6dbd31092eac8ddf58c64731bfbccf81d9de0c651c1faf6b
3
+ size 434526420
runs/Dec04_08-01-26_7923db7ae568/events.out.tfevents.1701676886.7923db7ae568.425.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0558159535e654ab6cd37445932b364c95c8132d6fa915f450796f1f9d23a9c5
3
+ size 4808
runs/Dec04_08-08-12_7923db7ae568/events.out.tfevents.1701677293.7923db7ae568.3987.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25428689eee8098c5c7f859a699d069ba2597fd1a55f317e16a121baa5b48249
3
+ size 4184
runs/Dec04_08-10-55_7923db7ae568/events.out.tfevents.1701677455.7923db7ae568.4879.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f27a31b08103510b6f9a85b77fd796c98aa9e525d31cc840826c3b07c0ccb6
3
+ size 5280
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:25c7ec674ee856ac118763eb2724facd0b659f2209c120922688c1a4efb7c58c
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff