Skip to content

Commit 0a4aed3

Browse files
committed
Add horizontal scrolling for tables in README for better readability
1 parent a527a82 commit 0a4aed3

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

241246
SimpleAudit 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
255263
from simpleaudit import list_scenario_packs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "simpleaudit"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "Lightweight AI Safety Auditing Framework"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)