From 174f40dc115d806189e690633c4433f210f2b572 Mon Sep 17 00:00:00 2001 From: lidia9 Date: Fri, 9 May 2025 15:14:12 +0200 Subject: [PATCH] pdate readme --- benchmarks/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/benchmarks/README.md b/benchmarks/README.md index 7008cd09..8ecff7e3 100644 --- a/benchmarks/README.md +++ b/benchmarks/README.md @@ -51,9 +51,12 @@ Output: ``` #### 🔍 Examples +Below are examples showing how to run different CTI Bench tests with the Qwen 2.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 ```` + ```bash python benchmarks/eval.py --model ollama/qwen2.5:14b --dataset_file benchmarks/seceval/eval/datasets/questions-2.json --eval seceval --backend ollama ````