diff --git a/benchmarks/README.md b/benchmarks/README.md index f4ceb41e..fec95d41 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -51,7 +51,7 @@ Output: ``` #### 🔍 Examples -How to run different CTI Bench tests with the "llama/qwen2.5:14b" model using Ollama as the backend: +*How to run different CTI Bench tests with the "llama/qwen2.5:14b" model using Ollama as the backend* ```bash python benchmarks/eval.py --model ollama/qwen2.5:14b --dataset_file benchmarks/cybermetric/CyberMetric-2-v1.json --eval cybermetric --backend ollama @@ -61,7 +61,7 @@ python benchmarks/eval.py --model ollama/qwen2.5:14b --dataset_file benchmarks/c python benchmarks/eval.py --model ollama/qwen2.5:14b --dataset_file benchmarks/seceval/eval/datasets/questions-2.json --eval seceval --backend ollama ``` -How to run different CTI Bench tests with the "qwen/qwen3-32b:free" model using Openrouter as the backend: +*How to run different CTI Bench tests with the "qwen/qwen3-32b:free" model using Openrouter as the backend* ```bash python benchmarks/eval.py --model qwen/qwen3-32b:free --dataset_file benchmarks/cti_bench/data/cti-mcq1.tsv --eval cti_bench --backend openrouter