Skip to content

Commit c0f9544

Browse files
committed
2 parents 6a93daa + 9d09e92 commit c0f9544

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

forKaggles.ipynb

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'B6': 11, 'I6': 12, 'B7': 13, 'I7': 14, 'O': 15}
99
BOUNDARY_LABEL = {'PAD':0, 'B': 1, 'E': 2, 'O': 3}
1010
BOUNDARY_LABEL_UNIDIRECTION = {'PAD':0, 'B': 1, 'O': 3}
11-
TEST_SIZE = 0
11+
TEST_SIZE = 0 #Test size is 0 because testset is on kaggle
1212
DEV_SIZE = 0.1
1313
MAX_LEN = 512
1414
NUM_LABELS = 16

0 commit comments

Comments
 (0)