Bernardo Leite
Results
2
issues of
Bernardo Leite
Right after installing and setting up nlg-eval with success, I did the following test: ``` from nlgeval import NLGEval nlgeval = NLGEval() # loads the models metrics_dict = nlgeval.compute_individual_metrics(['this is...
Hi there! Thanks for your implementation. I would like to clarify a doubt, if possible. From the data_util.py file we can observe: ``` # Step 4 - Convert to a...