lio24 commited on
Commit
534bc81
·
verified ·
1 Parent(s): e1efeb6

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/flan-t5-small",
3
+ "architectures": [
4
+ "T5ForSequenceClassification"
5
+ ],
6
+ "classifier_dropout": 0.0,
7
+ "d_ff": 1024,
8
+ "d_kv": 64,
9
+ "d_model": 512,
10
+ "decoder_start_token_id": 0,
11
+ "dense_act_fn": "gelu_new",
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "gated-gelu",
15
+ "id2label": {
16
+ "0": "DOMAIN",
17
+ "1": "EMAIL",
18
+ "2": "FILEPATH",
19
+ "3": "IPV4",
20
+ "4": "Infrastucture",
21
+ "5": "MD5",
22
+ "6": "REGISTRYKEY",
23
+ "7": "SHA1",
24
+ "8": "SHA2",
25
+ "9": "SOFTWARE",
26
+ "10": "TIME",
27
+ "11": "URL",
28
+ "12": "attack-pattern",
29
+ "13": "campaign",
30
+ "14": "hash",
31
+ "15": "identity",
32
+ "16": "location",
33
+ "17": "malware",
34
+ "18": "threat-actor",
35
+ "19": "tools",
36
+ "20": "url",
37
+ "21": "vulnerability"
38
+ },
39
+ "initializer_factor": 1.0,
40
+ "is_encoder_decoder": true,
41
+ "is_gated_act": true,
42
+ "label2id": {
43
+ "DOMAIN": 0,
44
+ "EMAIL": 1,
45
+ "FILEPATH": 2,
46
+ "IPV4": 3,
47
+ "Infrastucture": 4,
48
+ "MD5": 5,
49
+ "REGISTRYKEY": 6,
50
+ "SHA1": 7,
51
+ "SHA2": 8,
52
+ "SOFTWARE": 9,
53
+ "TIME": 10,
54
+ "URL": 11,
55
+ "attack-pattern": 12,
56
+ "campaign": 13,
57
+ "hash": 14,
58
+ "identity": 15,
59
+ "location": 16,
60
+ "malware": 17,
61
+ "threat-actor": 18,
62
+ "tools": 19,
63
+ "url": 20,
64
+ "vulnerability": 21
65
+ },
66
+ "layer_norm_epsilon": 1e-06,
67
+ "model_type": "t5",
68
+ "n_positions": 512,
69
+ "num_decoder_layers": 8,
70
+ "num_heads": 6,
71
+ "num_layers": 8,
72
+ "output_past": true,
73
+ "pad_token_id": 0,
74
+ "problem_type": "single_label_classification",
75
+ "relative_attention_max_distance": 128,
76
+ "relative_attention_num_buckets": 32,
77
+ "task_specific_params": {
78
+ "summarization": {
79
+ "early_stopping": true,
80
+ "length_penalty": 2.0,
81
+ "max_length": 200,
82
+ "min_length": 30,
83
+ "no_repeat_ngram_size": 3,
84
+ "num_beams": 4,
85
+ "prefix": "summarize: "
86
+ },
87
+ "translation_en_to_de": {
88
+ "early_stopping": true,
89
+ "max_length": 300,
90
+ "num_beams": 4,
91
+ "prefix": "translate English to German: "
92
+ },
93
+ "translation_en_to_fr": {
94
+ "early_stopping": true,
95
+ "max_length": 300,
96
+ "num_beams": 4,
97
+ "prefix": "translate English to French: "
98
+ },
99
+ "translation_en_to_ro": {
100
+ "early_stopping": true,
101
+ "max_length": 300,
102
+ "num_beams": 4,
103
+ "prefix": "translate English to Romanian: "
104
+ }
105
+ },
106
+ "tie_word_embeddings": false,
107
+ "torch_dtype": "float32",
108
+ "transformers_version": "4.43.3",
109
+ "use_cache": true,
110
+ "vocab_size": 32128
111
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891f474557dd7527965ea6274c49b3215f55d546cd1261ac1c6c21b9a0438be6
3
+ size 243167248
runs/Jun29_15-33-23_mahsas-iMac.local/events.out.tfevents.1751225605.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9515cef96517862868232763bc71bc04168cc07b1b401f771253c173df6b279
3
+ size 6775
runs/Jun29_15-43-50_mahsas-iMac.local/events.out.tfevents.1751226232.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426c58095ef7fcf26a12fff45c73d9c844a8cbb09ff62531dd9cdc272068f5e5
3
+ size 6115
runs/Jun29_15-45-15_mahsas-iMac.local/events.out.tfevents.1751226317.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515068258faf11efe77b163171cb87c84c15c3b695194f26702d4f8a387bc789
3
+ size 6115
runs/Jun29_15-45-57_mahsas-iMac.local/events.out.tfevents.1751226359.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c24e345466b2d10130ca0ad5f6cd7092ab2cfe5df687372084a837982598542
3
+ size 6775
runs/Jun29_15-57-35_mahsas-iMac.local/events.out.tfevents.1751227061.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb5e7a40df44e97b08da93c631da6000f7fd3c26620413f86c61104ae671edbe
3
+ size 6775
runs/Jun29_16-00-08_mahsas-iMac.local/events.out.tfevents.1751227215.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb139963b61aabe59064b8069108e1050e05104f82921ee7ebfbcfc0ff962a0
3
+ size 6775
runs/Jun29_16-02-28_mahsas-iMac.local/events.out.tfevents.1751227350.mahsas-iMac.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b988cce14016510e6fb9b7564ee93ae912749c84378e58c1c257f752ead90761
3
+ size 8670
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3d50da75b9a5025c9d67a3f447c59df818ef3727857492b0fdf57014dfdbd4
3
+ size 5304