forked from kakao-arena/shopping-classification
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 733 Bytes
/
Copy pathconfig.json
File metadata and controls
32 lines (32 loc) · 733 Bytes
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
{
"train_data_list": [
"../train.chunk.01",
"../train.chunk.02",
"../train.chunk.03",
"../train.chunk.04",
"../train.chunk.05",
"../train.chunk.06",
"../train.chunk.07",
"../train.chunk.08",
"../train.chunk.09"
],
"dev_data_list": [
"../dev.chunk.01"
],
"test_data_list": [
"../test.chunk.01",
"../test.chunk.02"
],
"unigram_hash_size": 100000,
"min_word_length": 2,
"max_word_length": 31,
"max_len": 32,
"chunk_size": 20000,
"db_chunk_size": 100000,
"num_workers": 6,
"num_predict_workers": 2,
"embd_size": 128,
"lr": 1e-4,
"num_epochs": 100,
"batch_size": 1024
}