Training in progress, epoch 1
Browse files- config.json +28 -20
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -21,31 +21,39 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
},
|
| 35 |
"initializer_cutoff_factor": 2.0,
|
| 36 |
"initializer_range": 0.02,
|
| 37 |
"intermediate_size": 1152,
|
| 38 |
"label2id": {
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"Hacking":
|
| 46 |
-
"
|
| 47 |
-
"
|
| 48 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
},
|
| 50 |
"layer_norm_eps": 1e-05,
|
| 51 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "Cryptolocker",
|
| 25 |
+
"1": "Cryptocurrency",
|
| 26 |
+
"10": "Hacking",
|
| 27 |
+
"11": "Counterfeit Credit-Cards",
|
| 28 |
+
"12": "Forum",
|
| 29 |
+
"13": "Locked",
|
| 30 |
+
"2": "Services",
|
| 31 |
+
"3": "Social-Network",
|
| 32 |
+
"4": "Hosting",
|
| 33 |
+
"5": "Personal",
|
| 34 |
+
"6": "Down",
|
| 35 |
+
"7": "Porno",
|
| 36 |
+
"8": "Marketplace",
|
| 37 |
+
"9": "Drugs"
|
| 38 |
},
|
| 39 |
"initializer_cutoff_factor": 2.0,
|
| 40 |
"initializer_range": 0.02,
|
| 41 |
"intermediate_size": 1152,
|
| 42 |
"label2id": {
|
| 43 |
+
"Counterfeit Credit-Cards": 11,
|
| 44 |
+
"Cryptocurrency": 1,
|
| 45 |
+
"Cryptolocker": 0,
|
| 46 |
+
"Down": 6,
|
| 47 |
+
"Drugs": 9,
|
| 48 |
+
"Forum": 12,
|
| 49 |
+
"Hacking": 10,
|
| 50 |
+
"Hosting": 4,
|
| 51 |
+
"Locked": 13,
|
| 52 |
+
"Marketplace": 8,
|
| 53 |
+
"Personal": 5,
|
| 54 |
+
"Porno": 7,
|
| 55 |
+
"Services": 2,
|
| 56 |
+
"Social-Network": 3
|
| 57 |
},
|
| 58 |
"layer_norm_eps": 1e-05,
|
| 59 |
"local_attention": 128,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b491840b7c7b27496c0f6ba6aa237493ceb1e9852b6feb5de1b8d54de02a4359
|
| 3 |
+
size 598476704
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5777
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cfd623f345fbf95a21f5669e034e2801d4b1a353a23cbe303a98489c039b0a0
|
| 3 |
size 5777
|