WinnCore commited on
Commit
53a8472
·
verified ·
1 Parent(s): 0feb62f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -12
README.md CHANGED
@@ -1,21 +1,36 @@
 
1
  license: apache-2.0
2
- language: []
3
- tags: [arm64, aarch64, malware-detection, AV, EDR, XDR, Rust, security, binary-analysis]
 
 
 
 
 
 
 
 
 
4
  pipeline_tag: other
5
  library_name: none
6
  base_model: null
7
  new_version: v0.0.1
8
  model-index:
9
- - name: WinnCore ARM64 AV Baseline
10
- results:
11
- - task: {type: binary-classification, name: Malware detection}
12
- dataset: {name: WinnCore ARM64 Corpus v0, type: winncore/arm64-corpus, split: test}
13
- metrics:
14
- - {name: ROC-AUC, type: roc-auc, value: 0.000}
15
- - {name: Average Precision, type: average_precision, value: 0.000}
16
- - {name: FPR@TPR=95%, type: fpr_at_tpr_95, value: 0.000}
17
- - {name: FPR@TPR=99%, type: fpr_at_tpr_99, value: 0.000}
18
- ---
 
 
 
 
 
19
  # WinnCore ARM64 AV Baseline
20
 
21
  An ARM64-first malware detection baseline. Features a Rust-based extractor for generating JSONL features, followed by LightGBM training and ONNX export.
 
1
+ ---
2
  license: apache-2.0
3
+ language: [none]
4
+ tags:
5
+ - arm64
6
+ - aarch64
7
+ - malware-detection
8
+ - AV
9
+ - EDR
10
+ - XDR
11
+ - Rust
12
+ - security
13
+ - binary-analysis
14
  pipeline_tag: other
15
  library_name: none
16
  base_model: null
17
  new_version: v0.0.1
18
  model-index:
19
+ - name: WinnCore ARM64 AV Baseline
20
+ results:
21
+ - task:
22
+ type: binary-classification
23
+ name: Malware detection
24
+ dataset:
25
+ name: WinnCore ARM64 Corpus v0
26
+ type: winncore/arm64-corpus
27
+ split: test
28
+ metrics:
29
+ - {name: ROC-AUC, type: roc-auc, value: 0.000}
30
+ - {name: Average Precision, type: average_precision, value: 0.000}
31
+ - {name: FPR@TPR=95%, type: fpr_at_tpr_95, value: 0.000}
32
+ - {name: FPR@TPR=99%, type: fpr_at_tpr_99, value: 0.000}
33
+
34
  # WinnCore ARM64 AV Baseline
35
 
36
  An ARM64-first malware detection baseline. Features a Rust-based extractor for generating JSONL features, followed by LightGBM training and ONNX export.