KingTechnician commited on
Commit
a871efc
·
verified ·
1 Parent(s): 7c19c2b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BERTCoverageRegressor"
4
+ ],
5
+ "model_type": "bert",
6
+ "num_labels": 1,
7
+ "problem_type": "regression",
8
+ "base_model": "bert-base-uncased",
9
+ "task_specific_params": {
10
+ "coverage_assessment": {
11
+ "dropout_rate": 0.3,
12
+ "max_length": 512,
13
+ "output_range": [
14
+ 0.0,
15
+ 1.0
16
+ ]
17
+ }
18
+ }
19
+ }