Skip to content

Commit

Permalink
Add eval data file
Browse files Browse the repository at this point in the history
  • Loading branch information
YusakuNo1 committed Nov 14, 2024
1 parent 5492ef4 commit 5f65992
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/evaluate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
AZURE_OPENAI_NAME: ${{ vars.AZURE_OPENAI_NAME }}
BING_SEARCH_ENDPOINT: ${{ vars.BING_SEARCH_ENDPOINT }}
BING_SEARCH_KEY: ${{ secrets.BING_SEARCH_KEY }}
EVAL_INPUT_FILE_PATH: ${{ github.workspace }}/src/api/evaluate/eval_data.jsonl
EVAL_INPUT_FILE_PATH: ${{ github.workspace }}/src/api/evaluate/eval_data_genai_evals.jsonl
EVAL_CONFIG_FILE_PATH: ${{ github.workspace }}/evaluate-config.json

steps:
Expand Down
Loading

0 comments on commit 5f65992

Please sign in to comment.