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

chore: add response phase evaluation #420

Merged
merged 11 commits into from
Jul 18, 2024
Merged

chore: add response phase evaluation #420

merged 11 commits into from
Jul 18, 2024

Conversation

Yuan325
Copy link
Collaborator

@Yuan325 Yuan325 commented Jun 18, 2024

Add the function to run evaluation for response phase (evaluating the output of llm based on instructions and context given).

Usage example:

eval_results = evaluate_retrieval_phase(eval_datas)

@Yuan325 Yuan325 requested a review from a team as a code owner June 18, 2024 23:23
@Yuan325 Yuan325 force-pushed the eval-retrieval branch 3 times, most recently from ebf6a2a to 740b1b4 Compare June 24, 2024 23:29
Base automatically changed from eval-retrieval to evaluation July 17, 2024 23:54
@Yuan325 Yuan325 merged commit b04d1d9 into evaluation Jul 18, 2024
4 checks passed
@Yuan325 Yuan325 deleted the eval-response branch July 18, 2024 20:50
Yuan325 added a commit that referenced this pull request Jul 26, 2024
Add the function to run evaluation for response phase (evaluating the
output of llm based on instructions and context given).

Usage example:

```
eval_results = evaluate_retrieval_phase(eval_datas)
```
Yuan325 added a commit that referenced this pull request Aug 8, 2024
Add the function to run evaluation for response phase (evaluating the
output of llm based on instructions and context given).

Usage example:

```
eval_results = evaluate_retrieval_phase(eval_datas)
```
Yuan325 added a commit that referenced this pull request Aug 19, 2024
Add the function to run evaluation for response phase (evaluating the
output of llm based on instructions and context given).

Usage example:

```
eval_results = evaluate_retrieval_phase(eval_datas)
```
Yuan325 added a commit that referenced this pull request Aug 19, 2024
Add the function to run evaluation for response phase (evaluating the
output of llm based on instructions and context given).

Usage example:

```
eval_results = evaluate_retrieval_phase(eval_datas)
```
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.

None yet

2 participants