Skip to content

Commit

Permalink
Updated workflow for toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcoole committed Sep 27, 2024
1 parent f0a16ed commit 924c59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install -r requirements.txt
pip install .
python dummy-evaluation.py
# Create CML report
Expand Down

1 comment on commit 924c59f

@github-actions
Copy link

Choose a reason for hiding this comment

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

answer_relevancy: 0.5069335361976921
context_recall: 0.4928428513166933
context_precision: 0.5591544856558968
answer_correctness: 0.4572828503943767

Please sign in to comment.