-
Notifications
You must be signed in to change notification settings - Fork 441
/
Copy patheval.yaml
30 lines (26 loc) · 937 Bytes
/
eval.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Eval config for Deepseek R1 Distill Llama 3.1 8B.
#
# Usage:
# oumi evaluate -c configs/recipes/deepseek_r1/evaluation/distill_llama_8b/eval.yaml
#
# See Also:
# - Documentation: https://oumi.ai/docs/en/latest/user_guides/evaluate/evaluate.html
# - Config class: oumi.core.configs.EvaluationConfig
# - Config source: https://github.com/oumi-ai/oumi/blob/main/src/oumi/core/configs/evaluation_config.py
# - Other eval configs: configs/**/evaluation/
model:
model_name: "deepseek-ai/DeepSeek-R1-Distill-Llama-8B"
model_max_length: 131072
torch_dtype_str: "bfloat16"
attn_implementation: "sdpa"
trust_remote_code: True
shard_for_eval: True
generation:
batch_size: 4
tasks:
# For all available tasks, see https://oumi.ai/docs/en/latest/user_guides/evaluate/evaluate.html
- evaluation_platform: lm_harness
task_name: mmlu_college_computer_science
eval_kwargs:
num_fewshot: 5
enable_wandb: True