File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,13 +19,18 @@ See the [standards and best practices for creating custom test scenarios](https:
1919
2020## Why SimpleAudit?
2121
22+ <div style =" overflow-x : auto ;" >
23+
2224| Tool | Complexity | Dependencies | Cost | Approach |
2325| ------| ------------| --------------| ------| ----------|
2426| ** SimpleAudit** | ⭐ Simple | 2 packages | $ Low | Adversarial probing |
2527| Petri | ⭐⭐⭐ Complex | Many | $$$ High | Multi-agent framework |
2628| RAGAS | ⭐⭐ Medium | Several | Free | Metrics only |
2729| Custom | ⭐⭐⭐ Complex | Varies | Varies | Build from scratch |
2830
31+ </div >
32+
33+
2934## Installation
3035
3136** Install from PyPI (recommended):**
@@ -239,6 +244,7 @@ auditor = ModelAuditor(
239244## Scenario Packs
240245
241246SimpleAudit includes pre-built scenario packs:
247+ <div style =" overflow-x : auto ;" >
242248
243249| Pack | Scenarios | Description |
244250| ------| -----------| -------------|
@@ -250,6 +256,8 @@ SimpleAudit includes pre-built scenario packs:
250256| ` ung ` | 1000 | Large-scale diverse youth wellbeing dataset from Ung.no |
251257| ` all ` | 1042 | All scenarios combined |
252258
259+ </div >
260+
253261``` python
254262# List available packs
255263from simpleaudit import list_scenario_packs
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " simpleaudit"
7- version = " 0.1.5 "
7+ version = " 0.1.6 "
88description = " Lightweight AI Safety Auditing Framework"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments