json-extractor-demo / eval_tuned.json
eevoire's picture
Upload eval_tuned.json with huggingface_hub
ac737b6 verified
Raw
History Blame Contribute Delete
1.82 kB
{
"evaluated_at": "2026-07-02T13:15:31+00:00",
"base_model": "mlx-community/Qwen2.5-0.5B-Instruct-4bit",
"task": "json-extractor-demo",
"adapter": "runs/json-extractor-demo/adapters",
"test_set": "runs/json-extractor-demo/data/test.jsonl",
"decoding": {
"temperature": 0.0,
"max_tokens": 120,
"chat_template_kwargs": {}
},
"metrics": {
"examples": 40,
"exact_match": 1.0,
"json_examples": 40,
"json_validity": 1.0,
"field_accuracy": 1.0,
"mean_latency_s": 0.164
},
"samples": [
{
"expected": "{\"title\": \"Buy a birthday gift\", \"tags\": [\"shopping\", \"tomorrow\"], \"priority\": \"normal\"}",
"generated": "{\"title\": \"Buy a birthday gift\", \"tags\": [\"shopping\", \"tomorrow\"], \"priority\": \"normal\"}"
},
{
"expected": "{\"title\": \"Buy a birthday gift\", \"tags\": [\"shopping\", \"next-week\"], \"priority\": \"normal\"}",
"generated": "{\"title\": \"Buy a birthday gift\", \"tags\": [\"shopping\", \"next-week\"], \"priority\": \"normal\"}"
},
{
"expected": "{\"title\": \"Fix the kitchen tap\", \"tags\": [\"home\", \"friday\"], \"priority\": \"normal\"}",
"generated": "{\"title\": \"Fix the kitchen tap\", \"tags\": [\"home\", \"friday\"], \"priority\": \"normal\"}"
},
{
"expected": "{\"title\": \"Pay the electricity bill\", \"tags\": [\"finance\", \"today\"], \"priority\": \"high\"}",
"generated": "{\"title\": \"Pay the electricity bill\", \"tags\": [\"finance\", \"today\"], \"priority\": \"high\"}"
},
{
"expected": "{\"title\": \"Clean the garage\", \"tags\": [\"home\", \"tomorrow\"], \"priority\": \"normal\"}",
"generated": "{\"title\": \"Clean the garage\", \"tags\": [\"home\", \"tomorrow\"], \"priority\": \"normal\"}"
}
]
}