-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
50 lines (46 loc) · 874 Bytes
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
################################################################################
#
# Command Settings
#
vectorize:
function: "main.vectorize"
pos_files:
- "rt-polarity.pos"
neg_files:
- "rt-polarity.neg"
file_encoding: "latin-1"
cv:
function: "main.cv"
w2v_file: "GoogleNews-vectors-negative300.bin"
non_static: True
vector_type: "word2vec"
phase: 1
split: 10
model:
wv_size: 300
filter_sizes:
- 3
- 4
- 5
hidden_units:
- 100
- 2
output_channel: 100
batch_size: 500
epoch: 100
gpu: 0
fold_out: False
################################################################################
#
# Default Settings
#
default:
data_file: "dataset.dat"
################################################################################
#
# Logging
#
logging:
basic_config:
level: "INFO"
format: '%(asctime)s : %(levelname)s : %(message)s'