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
You can use the `column_map` attribute to tell the scorer which dataset columns to use. The available keys for `column_map`are:
461
-
-`output` (required): Model prediction
462
-
-`target` (required): Reference answer to compare with
460
+
You can use the `column_map` attribute to tell the scorer which dataset columns to use. The `column_map`attribute requires you to set the following keys:
461
+
-`output`: Model prediction
462
+
-`target`: Reference answer to compare with
463
463
464
464
The following example maps the `output` and `target` columns to a dataset's `model_output` and `answer` columns, respectively:
0 commit comments