thongnef commited on
Commit
1c1b6bc
1 Parent(s): 5580cfc

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-application",
14
+ "1": "B-cve id",
15
+ "2": "B-edition",
16
+ "3": "B-file",
17
+ "4": "B-function",
18
+ "5": "B-hardware",
19
+ "6": "B-language",
20
+ "7": "B-method",
21
+ "8": "B-os",
22
+ "9": "B-parameter",
23
+ "10": "B-programming language",
24
+ "11": "B-relevant_term",
25
+ "12": "B-update",
26
+ "13": "B-vendor",
27
+ "14": "B-version",
28
+ "15": "I-application",
29
+ "16": "I-edition",
30
+ "17": "I-hardware",
31
+ "18": "I-os",
32
+ "19": "I-relevant_term",
33
+ "20": "I-update",
34
+ "21": "I-vendor",
35
+ "22": "I-version",
36
+ "23": "O"
37
+ },
38
+ "initializer_range": 0.02,
39
+ "intermediate_size": 3072,
40
+ "label2id": {
41
+ "B-application": 0,
42
+ "B-cve id": 1,
43
+ "B-edition": 2,
44
+ "B-file": 3,
45
+ "B-function": 4,
46
+ "B-hardware": 5,
47
+ "B-language": 6,
48
+ "B-method": 7,
49
+ "B-os": 8,
50
+ "B-parameter": 9,
51
+ "B-programming language": 10,
52
+ "B-relevant_term": 11,
53
+ "B-update": 12,
54
+ "B-vendor": 13,
55
+ "B-version": 14,
56
+ "I-application": 15,
57
+ "I-edition": 16,
58
+ "I-hardware": 17,
59
+ "I-os": 18,
60
+ "I-relevant_term": 19,
61
+ "I-update": 20,
62
+ "I-vendor": 21,
63
+ "I-version": 22,
64
+ "O": 23
65
+ },
66
+ "layer_norm_eps": 1e-12,
67
+ "max_position_embeddings": 512,
68
+ "model_type": "bert",
69
+ "num_attention_heads": 12,
70
+ "num_hidden_layers": 12,
71
+ "pad_token_id": 0,
72
+ "position_embedding_type": "absolute",
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.35.2",
75
+ "type_vocab_size": 2,
76
+ "use_cache": true,
77
+ "vocab_size": 28996
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05c351d131d7b263e00ac3edf5fb21b6c8432977fcb8501427eb5d20a7d7fb22
3
+ size 430975880
runs/Dec04_05-04-57_9e48c53f2fcf/events.out.tfevents.1701666303.9e48c53f2fcf.919.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be94892da96a8da6f86c0ccc26f1489379d4220da27e41a84ec17852098fd53
3
+ size 6260
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:2e4e90dbedae3372ffc11f99a4a3b9bb8713b6e9a5881282cde1d6d2b7113f46
3
+ size 4600
vocab.txt ADDED
The diff for this file is too large to render. See raw diff