diff --git a/README.md b/README.md index 7fb00e7..332a6cc 100644 --- a/README.md +++ b/README.md @@ -133,14 +133,12 @@ EvoSynth/ │ └── harmbench.csv # Evaluation dataset └── jailbreak_toolbox/ ├── core/ # Orchestration & registry - │ ├── orchestrator.py │ ├── async_orchestrator.py │ └── registry.py ├── models/ # Model implementations │ ├── base_model.py │ └── implementations/ │ ├── openai_model.py - │ └── huggingface_model.py ├── attacks/ # Attack implementations │ └── blackbox/ │ └── implementations/