Skip to content

Commit

Permalink
update evaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiebreviu committed Sep 6, 2024
1 parent 0d35236 commit a3057ff
Show file tree
Hide file tree
Showing 16 changed files with 67,134 additions and 231 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/evaluations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:
inlineScript: |
az account set --subscription ${{env.AZURE_SUBSCRIPTION_ID}}
- name: evaluate orchestrator
- name: evaluate
working-directory: ./src/api
run: |
python -m evaluate.evaluate
python -m evaluators.evaluate
- name: Upload eval results as build artifact
uses: actions/upload-artifact@v4
with:
name: eval_result
path: ./src/api/evaluate/eval_results.jsonl
path: ./src/api/evaluators/eval_results.jsonl

- name: GitHub Summary Step
if: ${{ success() }}
Expand Down
20 changes: 13 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ deployment/push_and_deploy_pf.py
endpoint.json
principal.txt
.azure
evaluations/process_log/
evaluations/flow.flex.yaml
evaluations/eval_result.**
evaluations/studio_url.txt
evaluators/process_log/
evaluators/flow.flex.yaml
evaluators/eval_result.**
evaluators/studio_url.txt
src/contoso_chat/.runs/*
src/api/contoso_chat/.runs/*
src/api/.runs/*
.runs/*
evaluations/.runs/*
evaluations/result_evaluated.jsonl
evaluations/result.jsonl
evaluators/.runs/*
evaluators/result_evaluated.jsonl
evaluators/result.jsonl
src/api/evaluators/.runs/*
src/api/evaluators/result_evaluated.jsonl
src/api/evaluators/result.jsonl
src/api/evaluators/eval_results.jsonl
src/api/evaluators/eval_results.md
src/api/evaluators/.runs/*
25 changes: 0 additions & 25 deletions evaluations/.promptflow/relevance/flow.tools.json

This file was deleted.

143 changes: 0 additions & 143 deletions evaluations/evaluate-chat-flow.ipynb

This file was deleted.

53 changes: 0 additions & 53 deletions evaluations/evaluate.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a3057ff

Please sign in to comment.