File size: 238 Bytes
db211cf
e61fbc7
 
db211cf
e61fbc7
db211cf
e61fbc7
 
 
 
 
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"
  }
}