Peter180 commited on
Commit
eb9dd6c
·
verified ·
1 Parent(s): 1933266

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +35 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "DLF",
3
+ "dataset_name": "mosei",
4
+ "train_mode": "regression",
5
+ "device": "cuda:0",
6
+ "need_data_aligned": true,
7
+ "need_model_aligned": true,
8
+ "early_stop": 10,
9
+ "use_bert": true,
10
+ "use_finetune": true,
11
+ "attn_mask": true,
12
+ "update_epochs": 10,
13
+ "attn_dropout_a": 0.0,
14
+ "attn_dropout_v": 0.0,
15
+ "relu_dropout": 0.0,
16
+ "embed_dropout": 0.0,
17
+ "res_dropout": 0.0,
18
+ "dst_feature_dim_nheads": [50, 10],
19
+ "batch_size": 16,
20
+ "learning_rate": 0.0001,
21
+ "nlevels": 2,
22
+ "conv1d_kernel_size_l": 3,
23
+ "conv1d_kernel_size_a": 3,
24
+ "conv1d_kernel_size_v": 3,
25
+ "text_dropout": 0.1,
26
+ "attn_dropout": 0.5,
27
+ "output_dropout": 0.5,
28
+ "grad_clip": 0.6,
29
+ "patience": 5,
30
+ "weight_decay": 0.001,
31
+ "transformers": "bert",
32
+ "pretrained": "bert-base-uncased",
33
+ "KeyEval": "Loss"
34
+ }
35
+