IBM / unitxt

🦄 Unitxt: a python library for getting data fired up and set for training and evaluation
https://unitxt.rtfd.io
Apache License 2.0
139 stars 29 forks source link

japanese_llama system prompt name typo #964

Open bnayahu opened 5 days ago

bnayahu commented 5 days ago

unitxt/prepare/system_prompts/models/japanese_llama.py has a typo in its ID string (line 10):

Current: "system_prompt.models.japanese_llama" Should be: "system_prompts.models.japanese_llama"