Training in progress, epoch 1
Browse files- config.json +20 -52
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -21,63 +21,31 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"18": "Marketplace",
|
| 35 |
-
"19": "Personal",
|
| 36 |
-
"2": "Counterfeit Credit-Cards",
|
| 37 |
-
"20": "Politics",
|
| 38 |
-
"21": "Porno",
|
| 39 |
-
"22": "Religion",
|
| 40 |
-
"23": "Services",
|
| 41 |
-
"24": "Social-Network",
|
| 42 |
-
"25": "Violence",
|
| 43 |
-
"3": "Counterfeit Money",
|
| 44 |
-
"4": "Counterfeit Personal-Identification",
|
| 45 |
-
"5": "Cryptocurrency",
|
| 46 |
-
"6": "Cryptolocker",
|
| 47 |
-
"7": "Down",
|
| 48 |
-
"8": "Drugs",
|
| 49 |
-
"9": "Empty"
|
| 50 |
},
|
| 51 |
"initializer_cutoff_factor": 2.0,
|
| 52 |
"initializer_range": 0.02,
|
| 53 |
"intermediate_size": 1152,
|
| 54 |
"label2id": {
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
-
"
|
| 58 |
-
"
|
| 59 |
-
"
|
| 60 |
-
"
|
| 61 |
-
"
|
| 62 |
-
"
|
| 63 |
-
"
|
| 64 |
-
"
|
| 65 |
-
"Forum": 10,
|
| 66 |
-
"Fraud": 11,
|
| 67 |
-
"Hacking": 12,
|
| 68 |
-
"Hosting": 13,
|
| 69 |
-
"Human-Trafficking": 14,
|
| 70 |
-
"Leaked-Data": 15,
|
| 71 |
-
"Library": 16,
|
| 72 |
-
"Locked": 17,
|
| 73 |
-
"Marketplace": 18,
|
| 74 |
-
"Personal": 19,
|
| 75 |
-
"Politics": 20,
|
| 76 |
-
"Porno": 21,
|
| 77 |
-
"Religion": 22,
|
| 78 |
-
"Services": 23,
|
| 79 |
-
"Social-Network": 24,
|
| 80 |
-
"Violence": 25
|
| 81 |
},
|
| 82 |
"layer_norm_eps": 1e-05,
|
| 83 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "Hacking",
|
| 25 |
+
"1": "Gambling",
|
| 26 |
+
"2": "Financial",
|
| 27 |
+
"3": "Electronic",
|
| 28 |
+
"4": "Porn",
|
| 29 |
+
"5": "Arms",
|
| 30 |
+
"6": "Drugs",
|
| 31 |
+
"7": "Others",
|
| 32 |
+
"8": "Crypto",
|
| 33 |
+
"9": "Violence"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
},
|
| 35 |
"initializer_cutoff_factor": 2.0,
|
| 36 |
"initializer_range": 0.02,
|
| 37 |
"intermediate_size": 1152,
|
| 38 |
"label2id": {
|
| 39 |
+
"Arms": 5,
|
| 40 |
+
"Crypto": 8,
|
| 41 |
+
"Drugs": 6,
|
| 42 |
+
"Electronic": 3,
|
| 43 |
+
"Financial": 2,
|
| 44 |
+
"Gambling": 1,
|
| 45 |
+
"Hacking": 0,
|
| 46 |
+
"Others": 7,
|
| 47 |
+
"Porn": 4,
|
| 48 |
+
"Violence": 9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
},
|
| 50 |
"layer_norm_eps": 1e-05,
|
| 51 |
"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:6a7de69679b6485ff2a0be71ddcbee568c16fdf04cb3c6c4b544e508ecd39c05
|
| 3 |
+
size 598464400
|
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:ce29454a1c739dda7cf1bea19d56687b8af5598245125bbfc40e60bc55a05730
|
| 3 |
size 5777
|