Peter180 commited on
Commit
ffb062c
·
verified ·
1 Parent(s): 6a28970

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": "mosi",
4
+ "train_mode": "regression",
5
+ "device": "cuda:0",
6
+ "feature_dims": [768, 5, 20],
7
+ "need_data_aligned": true,
8
+ "need_model_aligned": true,
9
+ "early_stop": 10,
10
+ "use_bert": true,
11
+ "use_finetune": true,
12
+ "attn_mask": true,
13
+ "update_epochs": 10,
14
+ "attn_dropout_a": 0.2,
15
+ "attn_dropout_v": 0.0,
16
+ "relu_dropout": 0.0,
17
+ "embed_dropout": 0.2,
18
+ "res_dropout": 0.0,
19
+ "dst_feature_dim_nheads": [50, 10],
20
+ "batch_size": 16,
21
+ "learning_rate": 0.0001,
22
+ "nlevels": 2,
23
+ "conv1d_kernel_size_l": 5,
24
+ "conv1d_kernel_size_a": 5,
25
+ "conv1d_kernel_size_v": 5,
26
+ "text_dropout": 0.5,
27
+ "attn_dropout": 0.3,
28
+ "output_dropout": 0.5,
29
+ "grad_clip": 0.6,
30
+ "patience": 5,
31
+ "weight_decay": 0.005,
32
+ "transformers": "bert",
33
+ "pretrained": "bert-base-uncased",
34
+ "KeyEval": "Loss"
35
+ }