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
api_or_hf_model: "qwen2.5-32b-instruct"# use "qwen2.5-32b-instruct" to calculate the quality scores.
7
-
input_keys: ["prompt", "response"] # set input_keys and field_names to the existing key names in gsm-8k. Here calculating the difficulty scores according to both questions and answers.
7
+
min_score: 0.0
8
+
input_keys: ["prompt_text", "prompt_text"] # set input_keys and field_names to the existing key names in gsm-8k. Here calculating the difficulty scores according to both questions and answers.
0 commit comments