From d6aa16e3987647b906d458594563419cbc32e22d Mon Sep 17 00:00:00 2001 From: lidia9 Date: Fri, 9 May 2025 15:42:26 +0200 Subject: [PATCH] readme --- benchmarks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/README.md b/benchmarks/README.md index fec95d41..68fc91fb 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