Commit 9221cb57 authored by h-albert-lee's avatar h-albert-lee
Browse files

bugfix #2 remove 'context'

parent 7bc9b82b
......@@ -4,7 +4,6 @@ def process_docs(dataset: datasets.Dataset) -> datasets.Dataset:
def _process_doc(doc):
instruction = (
f"다음을 읽고 정답으로 알맞은 것을 고르시요.\n"
f"### Context: {doc['context']}\n"
f"### Question: {doc['question']}\n"
f"### Options:\n"
f"(1) {doc['option#1']}\n(2) {doc['option#2']}\n(3) {doc['option#3']}\n(4) {doc['option#4']}\n"
......
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