-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: DOC-232: New LLM templates and reorganizing (#6147)
Co-authored-by: caitlinwheeless <[email protected]> Co-authored-by: Jo Booth <[email protected]>
- Loading branch information
1 parent
d47be87
commit 91ef076
Showing
25 changed files
with
907 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: LLM Evaluations | ||
type: templates | ||
order: 1008 | ||
meta_title: Gallery of Labeling Templates for LLM Evaluation | ||
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects. | ||
layout: templates | ||
cards: | ||
- title: LLM Response Moderation | ||
categories: | ||
- LLM evaluation | ||
- Text classification | ||
image: "/images/templates/response-moderation.png" | ||
url: "/templates/llm_response_moderation.html" | ||
|
||
- title: LLM Response Grading | ||
categories: | ||
- LLM evaluation | ||
- Text Classification | ||
image: "/images/templates/response-grading.png" | ||
url: "/templates/llm_response_grading.html" | ||
|
||
- title: Side-by-Side LLM Output Comparison | ||
categories: | ||
- Ranking | ||
- Retrieval-Augmented Generation | ||
image: "/images/templates/side-by-side-comparison.png" | ||
url: "/templates/llm_side_by_side.html" | ||
|
||
- title: Evaluate RAG with Human Feedback | ||
categories: | ||
- Response Evaluation | ||
- Retrieval-Augmented Generation | ||
image: "/images/templates/evaluate-rag-human-feedback.png" | ||
url: "/templates/llm_rag_human_feedback.html" | ||
|
||
- title: Evaluate RAG with Ragas | ||
categories: | ||
- Response Evaluation | ||
- Ragas | ||
- Retrieval-Augmented Generation | ||
image: "/images/templates/evaluate-rag-automated-metrics.png" | ||
url: "/templates/llm_ragas.html" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.