factory LogitBiasEntry.fromJson(Map<String, Object?> json) => LogitBiasEntry(json['token']! as int, (json['bias'] as num).toDouble());