Training in progress, step 500
Browse files
config.json
CHANGED
@@ -9,31 +9,31 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
},
|
38 |
"max_position_embeddings": 512,
|
39 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "B-Indicator",
|
13 |
+
"1": "B-Malware",
|
14 |
+
"2": "B-Organization",
|
15 |
+
"3": "B-System",
|
16 |
+
"4": "B-Vulnerability",
|
17 |
+
"5": "I-Indicator",
|
18 |
+
"6": "I-Malware",
|
19 |
+
"7": "I-Organization",
|
20 |
+
"8": "I-System",
|
21 |
+
"9": "I-Vulnerability",
|
22 |
+
"10": "O"
|
23 |
},
|
24 |
"initializer_range": 0.02,
|
25 |
"label2id": {
|
26 |
+
"B-Indicator": 0,
|
27 |
+
"B-Malware": 1,
|
28 |
+
"B-Organization": 2,
|
29 |
+
"B-System": 3,
|
30 |
+
"B-Vulnerability": 4,
|
31 |
+
"I-Indicator": 5,
|
32 |
+
"I-Malware": 6,
|
33 |
+
"I-Organization": 7,
|
34 |
+
"I-System": 8,
|
35 |
+
"I-Vulnerability": 9,
|
36 |
+
"O": 10
|
37 |
},
|
38 |
"max_position_embeddings": 512,
|
39 |
"model_type": "distilbert",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265497700
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94d99371be9fa8c4946e29e884afd93ff15f3b2ed96873103228052403a19f11
|
3 |
size 265497700
|
runs/Nov19_00-00-29_7ada9e1b36df/events.out.tfevents.1700352036.7ada9e1b36df.736.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd42e6afc63241e308e4e1a75b93e4a6aeffca6bb86ecc85538434852875e809
|
3 |
+
size 5731
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c868cba250e76c08fbb85c604d80d78df8a1e05d2f6e7d9d7952e381229b754f
|
3 |
size 4600
|