mirostatNVocab property
int?
get
mirostatNVocab
Mirostat sampling vocabulary size
Implementation
int? get mirostatNVocab => _mirostatNVocab;
set
mirostatNVocab
(int? value)
Implementation
set mirostatNVocab(int? value) {
_mirostatNVocab = value;
notifyListeners();
}