mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-12 10:10:43 +01:00
docs: remove README.md from llama-eval
This commit is contained in:
parent
5cc2258e82
commit
a80814e97b
@ -1,17 +0,0 @@
|
||||
# llama.cpp/example/llama-eval
|
||||
|
||||
`llama-eval.py` is a single-script evaluation runner that sends prompt/response pairs to any OpenAI-compatible HTTP server (the default `llama-server`).
|
||||
|
||||
```bash
|
||||
./llama-server -m model.gguf --port 8033
|
||||
python examples/llama-eval/llama-eval.py --path_server http://localhost:8033 --n_prompts 100 --prompt_source arc
|
||||
```
|
||||
|
||||
The supported tasks are:
|
||||
|
||||
- **GSM8K** — grade-school math
|
||||
- **AIME** — competition math (integer answers)
|
||||
- **MMLU** — multi-domain multiple choice
|
||||
- **HellaSwag** — commonsense reasoning multiple choice
|
||||
- **ARC** — grade-school science multiple choice
|
||||
- **WinoGrande** — commonsense coreference multiple choice
|
||||
Loading…
Reference in New Issue
Block a user