From 3be086d5dcb83b1aef8b53a0f60205cb9c7505f1 Mon Sep 17 00:00:00 2001 From: rfhits <70683664+rfhits@users.noreply.github.com> Date: Wed, 22 May 2024 16:15:54 +0800 Subject: [PATCH] fix typo from label_* to annotator* --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef440c3..7123427 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,9 @@ The test data is generated and sampled from the human evaluation data of [self-i "reference_response": "Arts & Culture", ## Directly copy from the self instruct repo. "response1": "Politics", "response2": "Arts & Culture", - "label_0": "2", # Label from Human annotator No.1 - "label_1": "2", # Label from Human annotator No.2 - "label_2": "2", # Label from Human annotator No.3 + "annotator1": "2", # Label from Human annotator No.1 + "annotator2": "2", # Label from Human annotator No.2 + "annotator3": "2", # Label from Human annotator No.3 } ```