Skip to content

Commit

Permalink
Change model for metrics calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nunkyl committed Dec 22, 2024
1 parent 498a9e0 commit 85c5781
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pipelines/tests/generate_collect_metrics_for_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,9 @@ def get_answer_and_evaluate(

models_list = [
# "openai/gpt-4o-2024-08-06",
"mistralai/mixtral-8x22b-instruct",
"meta-llama/llama-3.1-70b-instruct",
# "mistralai/mixtral-8x22b-instruct",
# "meta-llama/llama-3.1-70b-instruct",
"llama-3.1-70b-instruct-int4",
]
metric_model = VseGPTConnector(model="openai/gpt-4o-mini", sys_prompt="")
metrics_init_params = {
Expand Down

0 comments on commit 85c5781

Please sign in to comment.