Wilson commited on
Commit
904d455
·
verified ·
1 Parent(s): 01b24aa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -14
config.json CHANGED
@@ -1,22 +1,23 @@
1
  {
2
  "architectures": [
3
- "LongformerForSequenceClassification"
4
  ],
 
 
 
 
 
 
 
 
 
 
 
 
5
  "attention_mode": "longformer",
6
  "attention_probs_dropout_prob": 0.1,
7
  "attention_window": [
8
- 512,
9
- 512,
10
- 512,
11
- 512,
12
- 512,
13
- 512,
14
- 512,
15
- 512,
16
- 512,
17
- 512,
18
- 512,
19
- 512
20
  ],
21
  "bos_token_id": 0,
22
  "dtype": "float32",
@@ -42,7 +43,6 @@
42
  },
43
  "layer_norm_eps": 1e-05,
44
  "max_position_embeddings": 4098,
45
- "model_type": "longformer",
46
  "num_attention_heads": 12,
47
  "num_hidden_layers": 12,
48
  "onnx_export": false,
 
1
  {
2
  "architectures": [
3
+ "LongformerIntentModel"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_longformer.LongformerIntentConfig",
7
+ "AutoModel": "modeling_longformer.LongformerIntentModel",
8
+ "AutoModelForSequenceClassification": "modeling_longformer.LongformerIntentModel"
9
+ },
10
+ "intent_columns": [
11
+ "navigational",
12
+ "commercial",
13
+ "informational",
14
+ "transactional"
15
+ ],
16
+ "model_type": "longformer_intent_test",
17
  "attention_mode": "longformer",
18
  "attention_probs_dropout_prob": 0.1,
19
  "attention_window": [
20
+ 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512, 512
 
 
 
 
 
 
 
 
 
 
 
21
  ],
22
  "bos_token_id": 0,
23
  "dtype": "float32",
 
43
  },
44
  "layer_norm_eps": 1e-05,
45
  "max_position_embeddings": 4098,
 
46
  "num_attention_heads": 12,
47
  "num_hidden_layers": 12,
48
  "onnx_export": false,