You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from ares import ARES
ues_idp_config = {
# Dataset for in-domain prompts
"in_domain_prompts_dataset": "/content/nq_few_shot_prompt_for_judge_scoring.tsv",
# Dataset for unlabeled evaluation
"unlabeled_evaluation_set": "/content/nq_unlabeled_output.tsv",
# Model: GPT-3.5
"model_choice" : "gpt-3.5-turbo-0125"
}
# Optional: Provide an alternative model of your choice below.
# Here are some models you can choose from:
# - mistralai/Mistral-7B-Instruct-v0.2
# - mistralai/Mixtral-8x7B-Instruct-v0.1
# - gpt-4-turbo-preview
# - microsoft/deberta-v3-large
# - openlm-research/open_llama_7b_v2
# - mosaicml/mpt-7b-instruct
However, it throws the following error:
The text was updated successfully, but these errors were encountered:
Check the tutorial and run the following code:
However, it throws the following error:

The text was updated successfully, but these errors were encountered: