Skip to content

Commit 811af76

Browse files
author
sungjin.712
committed
remove test code
1 parent 97582e8 commit 811af76

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

7.PRETRAIN_METHOD/7.2.2.bert_finetune-KorNLI.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@
130130
"metadata": {},
131131
"outputs": [],
132132
"source": [
133-
"train_data_snli_xnli = train_data_snli_xnli[:100]\n",
134-
"\n",
135133
"input_ids = []\n",
136134
"attention_masks = []\n",
137135
"token_type_ids = []\n",
@@ -167,8 +165,6 @@
167165
"metadata": {},
168166
"outputs": [],
169167
"source": [
170-
"dev_data_xnli = dev_data_xnli[:50]\n",
171-
"\n",
172168
"# 토크나이저를 제외하고는 5장에서 처리한 방식과 유사하게 접근\n",
173169
"input_ids = []\n",
174170
"attention_masks = []\n",
@@ -394,7 +390,7 @@
394390
"name": "python",
395391
"nbconvert_exporter": "python",
396392
"pygments_lexer": "ipython3",
397-
"version": "3.6.9"
393+
"version": "3.7.3"
398394
}
399395
},
400396
"nbformat": 4,

0 commit comments

Comments
 (0)