forked from ienlie0513/KAHAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_p.json
37 lines (36 loc) · 993 Bytes
/
config_p.json
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
{
"num_class": 2,
"ep": 50,
"batch_size": 16,
"hid_size": 100,
"lr": 1e-4,
"weight_decay": 1e-4,
"dropout": 0.3,
"max_len": 120,
"max_sent": 50,
"max_ent": 100,
"max_clip_clms": 25,
"max_clip_ent": 10,
"intervals": 100,
"M": 5,
"max_cmt": 50,
"print_every": 10,
"data_dir": "./data",
"data_source": "politifact_v4",
"sb_type": 0,
"word2vec_cnt": "./word2vec/glove-wiki-gigaword-100",
"word2vec_cmt": "./word2vec/glove-twitter-100",
"word2vec_dim": 100,
"wiki2vec": "./word2vec/enwiki_20180420_100d.pkl",
"wiki2vec_dim": 100,
"image_preprocessing": {
"resnet50_embed_size": 100352,
"vgg19_embed_size": 25088,
"resnet50_dimred_kernel_size": 500,
"vgg19_dimred_kernel_size": 125,
"clip_model": "ViT-B-32-quickgelu",
"clip_tokenizer": "ViT-B-32-quickgelu",
"clip_pretrained": "laion400m_e32",
"clip_embed_size": 512
}
}