Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ from datasets import Dataset
|
|
45 |
model_path="flax-community/gpt2-Cosmos"
|
46 |
model = FlaxGPT2ForMultipleChoice.from_pretrained(model_path,input_shape=(1,4,1))
|
47 |
|
48 |
-
dataset=Dataset.from_csv('
|
49 |
|
50 |
def preprocess(example):
|
51 |
example['context&question']=example['context']+example['question']
|
|
|
45 |
model_path="flax-community/gpt2-Cosmos"
|
46 |
model = FlaxGPT2ForMultipleChoice.from_pretrained(model_path,input_shape=(1,4,1))
|
47 |
|
48 |
+
dataset=Dataset.from_csv('./')
|
49 |
|
50 |
def preprocess(example):
|
51 |
example['context&question']=example['context']+example['question']
|