We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97582e8 commit 811af76Copy full SHA for 811af76
7.PRETRAIN_METHOD/7.2.2.bert_finetune-KorNLI.ipynb
@@ -130,8 +130,6 @@
130
"metadata": {},
131
"outputs": [],
132
"source": [
133
- "train_data_snli_xnli = train_data_snli_xnli[:100]\n",
134
- "\n",
135
"input_ids = []\n",
136
"attention_masks = []\n",
137
"token_type_ids = []\n",
@@ -167,8 +165,6 @@
167
165
168
166
169
170
- "dev_data_xnli = dev_data_xnli[:50]\n",
171
172
"# 토크나이저를 제외하고는 5장에서 처리한 방식과 유사하게 접근\n",
173
174
@@ -394,7 +390,7 @@
394
390
"name": "python",
395
391
"nbconvert_exporter": "python",
396
392
"pygments_lexer": "ipython3",
397
- "version": "3.6.9"
393
+ "version": "3.7.3"
398
}
399
},
400
"nbformat": 4,
0 commit comments