UNCANNY69 commited on
Commit
d92de20
·
verified ·
1 Parent(s): 4b92478

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -2,6 +2,10 @@
2
  "architectures": [
3
  "AlbertCNNForSequenceClassification"
4
  ],
 
 
 
 
5
  "conv_kernel_size": 3,
6
  "conv_out_channels": 256,
7
  "dropout_rate": 0.1,
 
2
  "architectures": [
3
  "AlbertCNNForSequenceClassification"
4
  ],
5
+ "auto_map": {
6
+ "AutoConfig": "model.AlbertABSAConfig",
7
+ "AutoModelForSequenceClassification": "model.AlbertCNNForSequenceClassification"
8
+ },
9
  "conv_kernel_size": 3,
10
  "conv_out_channels": 256,
11
  "dropout_rate": 0.1,