File size: 238 Bytes
905a517
0fca8b8
 
905a517
0fca8b8
905a517
0fca8b8
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "architectures": ["CAPModel"],
  "model_type": "cap",
  "base_model_name": "roberta-base",
  "num_labels": 3,
  "dropout": 0.1,
  "auto_map": {
    "AutoConfig": "modeling_cap.CAPConfig",
    "AutoModel": "modeling_cap.CAPModel"
  }
}