Training in progress, epoch 1
Browse files- config.json +56 -24
- model.safetensors +2 -2
- tokenizer.json +6 -1
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id":
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
@@ -12,39 +12,72 @@
|
|
| 12 |
"cls_token_id": 50281,
|
| 13 |
"decoder_bias": true,
|
| 14 |
"deterministic_flash_attn": false,
|
|
|
|
| 15 |
"embedding_dropout": 0.0,
|
| 16 |
-
"eos_token_id":
|
| 17 |
"global_attn_every_n_layers": 3,
|
| 18 |
"global_rope_theta": 160000.0,
|
| 19 |
"gradient_checkpointing": false,
|
| 20 |
"hidden_activation": "gelu",
|
| 21 |
"hidden_size": 768,
|
| 22 |
"id2label": {
|
| 23 |
-
"0": "
|
| 24 |
-
"1": "
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
},
|
| 34 |
"initializer_cutoff_factor": 2.0,
|
| 35 |
"initializer_range": 0.02,
|
| 36 |
"intermediate_size": 1152,
|
| 37 |
"label2id": {
|
| 38 |
-
"
|
| 39 |
-
"
|
| 40 |
-
"
|
| 41 |
-
"
|
| 42 |
-
"
|
| 43 |
-
"
|
| 44 |
-
"
|
| 45 |
-
"
|
| 46 |
-
"
|
| 47 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
},
|
| 49 |
"layer_norm_eps": 1e-05,
|
| 50 |
"local_attention": 128,
|
|
@@ -64,7 +97,6 @@
|
|
| 64 |
"sep_token_id": 50282,
|
| 65 |
"sparse_pred_ignore_index": -100,
|
| 66 |
"sparse_prediction": false,
|
| 67 |
-
"
|
| 68 |
-
"transformers_version": "4.55.4",
|
| 69 |
"vocab_size": 50368
|
| 70 |
}
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
|
|
| 12 |
"cls_token_id": 50281,
|
| 13 |
"decoder_bias": true,
|
| 14 |
"deterministic_flash_attn": false,
|
| 15 |
+
"dtype": "float32",
|
| 16 |
"embedding_dropout": 0.0,
|
| 17 |
+
"eos_token_id": null,
|
| 18 |
"global_attn_every_n_layers": 3,
|
| 19 |
"global_rope_theta": 160000.0,
|
| 20 |
"gradient_checkpointing": false,
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 768,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "Art",
|
| 25 |
+
"1": "Casino",
|
| 26 |
+
"10": "Forum",
|
| 27 |
+
"11": "Fraud",
|
| 28 |
+
"12": "Hacking",
|
| 29 |
+
"13": "Hosting",
|
| 30 |
+
"14": "Human-Trafficking",
|
| 31 |
+
"15": "Leaked-Data",
|
| 32 |
+
"16": "Library",
|
| 33 |
+
"17": "Locked",
|
| 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 |
+
"Art": 0,
|
| 56 |
+
"Casino": 1,
|
| 57 |
+
"Counterfeit Credit-Cards": 2,
|
| 58 |
+
"Counterfeit Money": 3,
|
| 59 |
+
"Counterfeit Personal-Identification": 4,
|
| 60 |
+
"Cryptocurrency": 5,
|
| 61 |
+
"Cryptolocker": 6,
|
| 62 |
+
"Down": 7,
|
| 63 |
+
"Drugs": 8,
|
| 64 |
+
"Empty": 9,
|
| 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,
|
|
|
|
| 97 |
"sep_token_id": 50282,
|
| 98 |
"sparse_pred_ignore_index": -100,
|
| 99 |
"sparse_prediction": false,
|
| 100 |
+
"transformers_version": "4.57.1",
|
|
|
|
| 101 |
"vocab_size": 50368
|
| 102 |
}
|
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:bcdac932a37313584459c905939e8d1c5aaa34cf6eff9049b76af127f5e5f736
|
| 3 |
+
size 598513616
|
tokenizer.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": null,
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 8192,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
"padding": null,
|
| 10 |
"added_tokens": [
|
| 11 |
{
|
training_args.bin
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:ef57aee583322a1010dd58d973d1444fa549b8e313bffb1f35280073e56c9eae
|
| 3 |
+
size 5777
|