"vscode:/vscode.git/clone" did not exist on "068fc29cfe47d44a1b07cb1fe89d2e907354a203"
Commit 9d8f0cc1 authored by ingyuseong's avatar ingyuseong
Browse files

Fix KLUE-STS Typo

parent 6285b3ae
...@@ -52,7 +52,7 @@ class STS(Task): ...@@ -52,7 +52,7 @@ class STS(Task):
return self.dataset["validation"] return self.dataset["validation"]
def doc_to_text(self, doc): def doc_to_text(self, doc):
return "질문: 문장 1과 문장 2는 서로 유사한 의미를 가지나요?\n문장 1:{}\n문장 2:{}\n정답:".format( return "질문: 문장 1과 문장 2는 서로 유사한 의미를 가지나요?\n문장 1: {}\n문장 2: {}\n정답:".format(
general_detokenize(doc["sentence1"]), general_detokenize(doc["sentence1"]),
general_detokenize(doc["sentence2"]) general_detokenize(doc["sentence2"])
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment