Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple LLM as a judge example, of using it without installaiotn #968

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

eladven
Copy link
Member

@eladven eladven commented Jun 30, 2024

No description provided.

@@ -33,13 +33,19 @@ Each example is a self contained python file that you can run and later modify.
- | :ref:`Add new dataset tutorial <adding_dataset>`.
| :ref:`Open QA task in catalog <catalog.tasks.qa.open>`.
| :ref:`Open QA template in catalog <catalog.templates.qa.open.title>`.
* - Evaluate an existing question-answering dataset from the Unitxt catalog, and evaluate it - using LLM as a judge
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we want to recommend the no_installation required option too much, because it slower (every load of a dataset requires installation). Also, it's harder to extend it with new capabilities.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note I committed a restructuring of the example tables. May require merge:

https://unitxt.readthedocs.io/en/latest/docs/examples.html

@eladven eladven merged commit 4d3ea8e into main Jul 1, 2024
8 checks passed
@eladven eladven deleted the llm_existing_metric branch July 1, 2024 07:03
gitMichal pushed a commit that referenced this pull request Jul 15, 2024
…968)

* Add simple LLM as a judge example, of using it without installaiotn

* Exclude example that requires GENAI key from tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants