phuongntc commited on
Commit
89bbdf3
·
verified ·
1 Parent(s): 964ed82

Add arch_config.json

Browse files
Files changed (1) hide show
  1. arch_config.json +25 -0
arch_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone": "Fsoft-AIC/videberta-base",
3
+ "max_len": 512,
4
+ "sum_max_len": 192,
5
+ "seg_len": 256,
6
+ "seg_overlap": 64,
7
+ "max_segs_cap": 12,
8
+ "agg_type": "mean",
9
+ "pooling": "mean_pool_tokens",
10
+ "trunk": {
11
+ "hidden_in": 768,
12
+ "hidden_mid": 256,
13
+ "activation": "gelu",
14
+ "dropout": 0.1
15
+ },
16
+ "labels": [
17
+ "faith",
18
+ "coherence",
19
+ "relevance"
20
+ ],
21
+ "output_range": [
22
+ 0.0,
23
+ 1.0
24
+ ]
25
+ }