PerkinsFund commited on
Commit
032e84e
·
verified ·
1 Parent(s): f844e09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -29,12 +29,12 @@ This repository contains a **mini evaluation dataset** so that anyone can peer r
29
 
30
  Each row includes:
31
 
32
- - `sha256` — file hash
33
- - `true_label` — `safe` or `malicious`
34
- - `predicted_label` — AURA’s prediction
35
- - `is_correct` — whether the prediction matches `true_label`
36
- - `model_version` — e.g. `aura_o1`
37
- - `split` — here: `eval` (mini evaluation slice)
38
 
39
  You can try it yourself with:
40
 
 
29
 
30
  Each row includes:
31
 
32
+ - `sha256`
33
+ - `true_label`
34
+ - `predicted_label`
35
+ - `is_correct`
36
+ - `model_version`
37
+ - `split`
38
 
39
  You can try it yourself with:
40