Mirostat sampling seed
int? get mirostatSeed => _mirostatSeed;
set mirostatSeed(int? value) { _mirostatSeed = value; notifyListeners(); }