Mistral training loop runtime error: temperature value out of 0‑1 range
Problem – Runtime error: temperature value out of 0‑1 range During a fine‑tuning run of a Mistral model the training script aborts after a few epochs with an exception similar to: ValueError: temperature must be in the range [0.0, 1.0], got 1.3 Typical symptoms observed in the logs: Trainer initialization succeeds, then validate_sampling_params raises. Training … Read more