From 869c745a3ce847b1179076a9e64d16d9faf866a2 Mon Sep 17 00:00:00 2001 From: liuliu Date: Wed, 15 Mar 2023 15:06:25 +0800 Subject: [PATCH] Fix minor spelling issue the examples from the traing set -> the examples from the training set --- examples/fine-tuned_qa/olympics-3-train-qa.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fine-tuned_qa/olympics-3-train-qa.ipynb b/examples/fine-tuned_qa/olympics-3-train-qa.ipynb index a2a3a84..b65db9c 100644 --- a/examples/fine-tuned_qa/olympics-3-train-qa.ipynb +++ b/examples/fine-tuned_qa/olympics-3-train-qa.ipynb @@ -324,7 +324,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "We apply the same process of dataset creation for both the discriminator, and the Q&A answering model. We apply the process separately for the training and testing set, to ensure that the examples from the traing set don't feature within the test set." + "We apply the same process of dataset creation for both the discriminator, and the Q&A answering model. We apply the process separately for the training and testing set, to ensure that the examples from the training set don't feature within the test set." ] }, {