IBM / unitxt

🦄 Unitxt: a python library for getting data fired up and set for training and evaluation
https://www.unitxt.ai
Apache License 2.0
153 stars 39 forks source link

Fix llama_3_ibm_genai_generic_template #978

Closed lga-zurich closed 3 months ago

lga-zurich commented 3 months ago

This example is failing for me because the metric can not find the llama3_chat format.

According to this discussion the llama3_chat and llama3_instruct formats are the same.

I changed the format and the example works for me now.