unitxt
unitxt copied to clipboard
🦄 Unitxt: a python library for getting data fired up and set for training and evaluation
This PR implements customizing the prediction name, allowing to give the evaluator more information about what exactly is being evaluated. Currently, the prompts refers to a generic 'response'. This PR...
Closes: https://github.com/IBM/unitxt/issues/1653
for: https://github.com/IBM/unitxt/issues/1635
This allows the template to control the formating of each field (e.g. how to enumerate lists). This is done by allow the serializer field of the template to be a...