ram-lexsi commited on
Commit
a16d661
·
verified ·
1 Parent(s): d228cbe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -65
README.md CHANGED
@@ -1,67 +1,42 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: run_id
5
- dtype: string
6
- - name: task
7
- dtype: string
8
- - name: sample_id
9
- dtype: string
10
- - name: prompt
11
- dtype: string
12
- - name: raw_output
13
- dtype: string
14
- - name: parsed_answer
15
- dtype: string
16
- - name: expected
17
- dtype: string
18
- - name: correct
19
- dtype: bool
20
- - name: score
21
- dtype: float64
22
- - name: choice_likelihoods
23
- dtype: 'null'
24
- - name: context
25
- dtype: 'null'
26
- - name: metadata
27
- struct:
28
- - name: scores
29
- list:
30
- - name: data_type
31
- dtype: string
32
- - name: direction
33
- dtype: string
34
- - name: kind
35
- dtype: string
36
- - name: metadata
37
- struct:
38
- - name: assessed
39
- dtype: string
40
- - name: policy
41
- dtype: string
42
- - name: raw
43
- dtype: string
44
- - name: unsafe
45
- dtype: bool
46
- - name: name
47
- dtype: string
48
- - name: reason
49
- dtype: string
50
- - name: source
51
- dtype: string
52
- - name: value
53
- dtype: float64
54
- - name: weight
55
- dtype: float64
56
- splits:
57
- - name: train
58
- num_bytes: 297
59
- num_examples: 1
60
- download_size: 9782
61
- dataset_size: 297
62
- configs:
63
- - config_name: default
64
- data_files:
65
- - split: train
66
- path: data/train-*
67
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ pretty_name: auditkit-testrun-guard-judge
4
+ task_categories:
5
+ - text-generation
6
+ tags:
7
+ - auditkit
8
+ - lexsi-labs
9
+ - evaluation
10
+ - run
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
+
13
+ <div align="center">
14
+ <table border="0" cellspacing="0" cellpadding="0" style="border: none; border-collapse: collapse;">
15
+ <tr>
16
+ <td align="center" style="border: none; vertical-align: middle;">
17
+ <a href="https://lexsi.ai/"><img src="https://huggingface.co/datasets/ram-lexsi/auditkit-testrun-guard-judge/resolve/main/auditkit_logo.png" alt="AuditKIT" style="height: 60px; border-radius: 12px;"/></a>
18
+ </td>
19
+ </tr>
20
+ </table>
21
+ </div>
22
+
23
+ # auditkit-testrun-guard-judge
24
+
25
+ Built using [AuditKIT](https://github.com/Lexsi-Labs/AuditKIT) — evaluate any model on any dataset and any task.
26
+
27
+ | | |
28
+ |---|---|
29
+ | **Method** | evaluate |
30
+ | **Model** | `<auditkit.model.CallableModel object at 0x7b8d97f8b9d0>` |
31
+ | **Artifact** | run |
32
+ | **Published** | 2026-09-01 13:11 UTC |
33
+
34
+
35
+
36
+ ## Usage
37
+
38
+ ```python
39
+ from datasets import load_dataset
40
+
41
+ ds = load_dataset("ram-lexsi/auditkit-testrun-guard-judge")
42
+ ```