File size: 3,505 Bytes
9df3c3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
  "model": "microsoft/codebert-base",
  "phase": "phase1",
  "dataset_sources": [
    {
      "source": "HID-APP/All-combined",
      "revision": "default",
      "type": "huggingface",
      "fingerprint": "81f16d3fdbb4f97d3574f5c78bce8ada7b15c9ccd625913daa095cae6d545d67"
    }
  ],
  "text_column": "text",
  "test_metrics": {
    "test_loss": 0.7019847631454468,
    "test_accuracy": 0.7846034214618973,
    "test_precision": 0.7635658914728682,
    "test_recall": 0.9598051157125457,
    "test_f1": 0.850512682137075,
    "test_runtime": 25.7657,
    "test_samples_per_second": 49.911,
    "test_steps_per_second": 3.144
  },
  "classification_report": {
    "benign": {
      "precision": 0.8700787401574803,
      "recall": 0.4752688172043011,
      "f1-score": 0.6147426981919333,
      "support": 465.0
    },
    "malicious": {
      "precision": 0.7635658914728682,
      "recall": 0.9598051157125457,
      "f1-score": 0.850512682137075,
      "support": 821.0
    },
    "accuracy": 0.7846034214618973,
    "macro avg": {
      "precision": 0.8168223158151743,
      "recall": 0.7175369664584234,
      "f1-score": 0.7326276901645041,
      "support": 1286.0
    },
    "weighted avg": {
      "precision": 0.8020794798386106,
      "recall": 0.7846034214618973,
      "f1-score": 0.7652614826545782,
      "support": 1286.0
    }
  },
  "confusion_matrix": [
    [
      221,
      244
    ],
    [
      33,
      788
    ]
  ],
  "grouped_by_original_sample": {
    "group_count": 1286,
    "chunk_count": 1286,
    "max_pool": {
      "classification_report": {
        "benign": {
          "precision": 0.8700787401574803,
          "recall": 0.4752688172043011,
          "f1-score": 0.6147426981919333,
          "support": 465.0
        },
        "malicious": {
          "precision": 0.7635658914728682,
          "recall": 0.9598051157125457,
          "f1-score": 0.850512682137075,
          "support": 821.0
        },
        "accuracy": 0.7846034214618973,
        "macro avg": {
          "precision": 0.8168223158151743,
          "recall": 0.7175369664584234,
          "f1-score": 0.7326276901645041,
          "support": 1286.0
        },
        "weighted avg": {
          "precision": 0.8020794798386106,
          "recall": 0.7846034214618973,
          "f1-score": 0.7652614826545782,
          "support": 1286.0
        }
      },
      "confusion_matrix": [
        [
          221,
          244
        ],
        [
          33,
          788
        ]
      ]
    },
    "mean_pool": {
      "classification_report": {
        "benign": {
          "precision": 0.8700787401574803,
          "recall": 0.4752688172043011,
          "f1-score": 0.6147426981919333,
          "support": 465.0
        },
        "malicious": {
          "precision": 0.7635658914728682,
          "recall": 0.9598051157125457,
          "f1-score": 0.850512682137075,
          "support": 821.0
        },
        "accuracy": 0.7846034214618973,
        "macro avg": {
          "precision": 0.8168223158151743,
          "recall": 0.7175369664584234,
          "f1-score": 0.7326276901645041,
          "support": 1286.0
        },
        "weighted avg": {
          "precision": 0.8020794798386106,
          "recall": 0.7846034214618973,
          "f1-score": 0.7652614826545782,
          "support": 1286.0
        }
      },
      "confusion_matrix": [
        [
          221,
          244
        ],
        [
          33,
          788
        ]
      ]
    }
  }
}