-
Notifications
You must be signed in to change notification settings - Fork 2
/
run_politifact.sh
23 lines (22 loc) · 1.12 KB
/
run_politifact.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
python MasterFC/master_getral.py --dataset="PolitiFact" \
--cuda=1 \
--fixed_length_left=30 \
--fixed_length_right=100 \
--log="logs/getral" \
--loss_type="cross_entropy" \
--batch_size=32 \
--num_folds=5 \
--use_claim_source=1 \
--use_article_source=1 \
--path="../formatted_data/declare/" \
--hidden_size=300 \
--epochs=100 \
--num_att_heads_for_words=3 \
--num_att_heads_for_evds=1 \
--gnn_window_size=2 \
--lr=0.0001 \
--gnn_dropout=0.2 \
--seed=123556 \
--alpha=0.5 \
--gsl_rate=0.8\
--kernel_number=21