factory RougeInstance.fromJson(Map<String, dynamic> json) { return RougeInstance( prediction: json['prediction'], reference: json['reference'], ); }