Skip to content

Commit

Permalink
feat: add mlflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StijnGoossens committed Oct 17, 2023
1 parent 8e162dd commit 1ecf83e
Show file tree
Hide file tree
Showing 6 changed files with 1,036 additions and 106 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ __pycache__/

# Project
keys
openai_key
openai_key
*mlruns/
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ Evaluates LLM-based applications.
- [x] Streamlit page to view the evaluation results.
- [x] Combine the evaluation results into a single metric.
- [x] Evaluate and compare different LLM apps (GPT-3.5, GPT-4, with RAG)
- [ ] Streamlit page to visualize the comparison.
- [x] Integrate with MLflow for experiment tracking.
- [ ] Streamlit page to view, edit and add test cases.
- [ ] Integrate with MLflow for experiment tracking (?)

- [ ] Refactor Evaluator.

## Using

Expand Down
Loading

0 comments on commit 1ecf83e

Please sign in to comment.