unitxt
unitxt copied to clipboard
🦄 Unitxt: a python library for getting data fired up and set for training and evaluation
In addition to fixing typos for the word "specialized" and changed "dedicated for" to "dedicated to" -- I also adjusted something that seemed to render differently than planned -- The...
- The judge templates are defined at `prepare/templates/response_assessment/judges` - The judge artifacts as JSON files are available at `prepare/templates/response_assessment/judges/config_judges.json` and `prepare/templates/response_assessment/judges/ensemble_relevance_v1.json`. If it is possible to register these JSON objects...
Signed-off-by: welisheva22
Add Scigen dataset for table2text task with llm_as_judge metric using llama3 as judge model This includes, * addition of scigen task card * addition of a llm_as_judge metric and prompt...
Looks like the bin directory may have been changed to Scripts -- the command seems to work when it's written as Scripts instead of bin
Signed-off-by: elronbandel
When using HFSystemFormat to define the format when loading a dataset an error is shown: ``` An error occurred while generating the dataset ``` HFSystemFormat function at the end applies...
Today, artifacts can be initialized with members of any type regarding of the definition. For example, the "card" attribute can be initialized by any type. Error checking is done sporadically...