Skip to content

Commit b1b76d2

Browse files
committed
version-18
1 parent bd3cb2c commit b1b76d2

19 files changed

+295
-1270
lines changed

version-18/Config/config-1.cfg

-78
This file was deleted.

version-18/Config/config-1.py

-291
This file was deleted.

version-18/Config/config.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Data]
22
word_Embedding = False
33
freq_1_unk = False
4-
word_Embedding_Path =
4+
word_Embedding_Path = ./word2vec/converted_word_Twitter.txt
55
datafile_path =
66
name_trainfile = ./Data/raw.clean.train
77
name_devfile = ./Data/raw.clean.dev
@@ -24,12 +24,12 @@ rm_model = True
2424
[Model]
2525
static = False
2626
wide_conv = True
27-
CNN = True
27+
CNN = False
2828
HighWay_CNN = False
2929
CNN_MUI = False
3030
DEEP_CNN = False
3131
DEEP_CNN_MUI = False
32-
LSTM = False
32+
LSTM = True
3333
GRU = False
3434
BiLSTM = False
3535
BiLSTM_1 = False

0 commit comments

Comments
 (0)