fix: disable eval (no test split in dataset)
This commit is contained in:
@@ -50,10 +50,8 @@ mixed_precision: bf16
|
|||||||
# Using accelerate device_map for DISTRIBUTED loading
|
# Using accelerate device_map for DISTRIBUTED loading
|
||||||
# No DeepSpeed - model already quantized
|
# No DeepSpeed - model already quantized
|
||||||
|
|
||||||
# Evaluation
|
# Evaluation (disable - no test split in dataset)
|
||||||
eval_strategy: steps
|
eval_strategy: no
|
||||||
eval_steps: 100
|
|
||||||
eval_accumulation_steps: 10
|
|
||||||
|
|
||||||
# Gradient Checkpointing
|
# Gradient Checkpointing
|
||||||
gradient_checkpointing: true
|
gradient_checkpointing: true
|
||||||
|
|||||||
Reference in New Issue
Block a user