diff --git a/conf/ontonotes/ontonotes.conf b/conf/ontonotes/ontonotes.conf index 54a54e9..df9b70f 100644 --- a/conf/ontonotes/ontonotes.conf +++ b/conf/ontonotes/ontonotes.conf @@ -2,8 +2,8 @@ # Set up CoNLL-2003 train/test/dev data export data_name="ontonotes" -export raw_data_dir="$DATA_DIR/conll-2012" -export data_files=( "train" "dev" "test" ) +export raw_data_dir="$DATA_DIR/conll-2012/v4/data" +export data_files=( "train" "development" "test" ) # todo get this number automagically export max_sent_len=126 export process_script="$DILATED_CNN_NER_ROOT/src/tsv_to_tfrecords.py"