langquantof commited on
Commit
8ed1735
·
verified ·
1 Parent(s): c32d276

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +24 -0
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DocumentEncoderForExtractiveSummarization"
4
+ ],
5
+ "auto_map": {
6
+ "AutoConfig": "model.DocumentEncoderConfig",
7
+ "AutoModel": "model.DocumentEncoderForExtractiveSummarization"
8
+ },
9
+ "base_model_name": "klue/roberta-base",
10
+ "hidden_size": 768,
11
+ "max_length": 128,
12
+ "max_sentences": 30,
13
+ "model_type": "document_encoder",
14
+ "num_roles": 4,
15
+ "num_transformer_layers": 2,
16
+ "role_labels": [
17
+ "outlook",
18
+ "event",
19
+ "financial",
20
+ "risk"
21
+ ],
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.55.0"
24
+ }