GuiTap commited on
Commit
b5a524a
1 Parent(s): 772c3f6

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/bert-large-uncased",
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": 1024,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-OTR",
15
+ "2": "I-OTR",
16
+ "3": "B-uniESTG",
17
+ "4": "I-uniESTG",
18
+ "5": "B-sedSLCT",
19
+ "6": "I-sedSLCT",
20
+ "7": "B-EPC",
21
+ "8": "I-EPC",
22
+ "9": "B-bacSED",
23
+ "10": "I-bacSED",
24
+ "11": "B-IDA",
25
+ "12": "I-IDA",
26
+ "13": "B-PRD",
27
+ "14": "I-PRD",
28
+ "15": "B-ctxGBAC",
29
+ "16": "I-ctxGBAC",
30
+ "17": "B-ERA",
31
+ "18": "I-ERA",
32
+ "19": "B-EON",
33
+ "20": "I-EON",
34
+ "21": "B-sedCARB",
35
+ "22": "I-sedCARB",
36
+ "23": "B-sedORGN",
37
+ "24": "I-sedORGN",
38
+ "25": "B-sedQUIM",
39
+ "26": "I-sedQUIM"
40
+ },
41
+ "initializer_range": 0.02,
42
+ "intermediate_size": 4096,
43
+ "label2id": {
44
+ "B-EON": 19,
45
+ "B-EPC": 7,
46
+ "B-ERA": 17,
47
+ "B-IDA": 11,
48
+ "B-OTR": 1,
49
+ "B-PRD": 13,
50
+ "B-bacSED": 9,
51
+ "B-ctxGBAC": 15,
52
+ "B-sedCARB": 21,
53
+ "B-sedORGN": 23,
54
+ "B-sedQUIM": 25,
55
+ "B-sedSLCT": 5,
56
+ "B-uniESTG": 3,
57
+ "I-EON": 20,
58
+ "I-EPC": 8,
59
+ "I-ERA": 18,
60
+ "I-IDA": 12,
61
+ "I-OTR": 2,
62
+ "I-PRD": 14,
63
+ "I-bacSED": 10,
64
+ "I-ctxGBAC": 16,
65
+ "I-sedCARB": 22,
66
+ "I-sedORGN": 24,
67
+ "I-sedQUIM": 26,
68
+ "I-sedSLCT": 6,
69
+ "I-uniESTG": 4,
70
+ "O": 0
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "max_position_embeddings": 512,
74
+ "model_type": "bert",
75
+ "num_attention_heads": 16,
76
+ "num_hidden_layers": 24,
77
+ "pad_token_id": 0,
78
+ "position_embedding_type": "absolute",
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.41.1",
81
+ "type_vocab_size": 2,
82
+ "use_cache": true,
83
+ "vocab_size": 30522
84
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:022b986e7e4d54e4e0b3a5f9a5a9cbef2c3f55b945cbe0c6fa51d27aa1c348ea
3
+ size 1336526668
runs/Nov26_15-30-26_9712a59f9de3/events.out.tfevents.1732635040.9712a59f9de3.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07134fb6f81a378378ad5b0542019f6c5a87327951852504406a936144be2cc2
3
+ size 7624
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": true,
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:1ec22d3ddcc8499b732f60aae466406f948f55fe5159bb5f6ff6ec1d2dc316e0
3
+ size 5176
vocab.txt ADDED
The diff for this file is too large to render. See raw diff