RQA-R1 / config.json
skatzR's picture
Update config.json
f160184 verified
raw
history blame contribute delete
594 Bytes
{
"model_type": "rqa",
"architectures": ["RQAModelHF"],
"base_model_name": "FacebookAI/xlm-roberta-large",
"has_issue_projection_dim": 256,
"errors_projection_dim": 512,
"has_issue_dropout": 0.25,
"errors_dropout": 0.3,
"num_error_types": 6,
"temperature_has_issue": 0.5346941947937012,
"temperature_errors": [
1.351806879043579,
1.7092111110687256,
1.2341557741165161,
1.6387181282043457,
0.5636100172996521,
0.4704782962799072
],
"auto_map": {
"AutoConfig": "modeling_rqa.RQAModelConfig",
"AutoModel": "modeling_rqa.RQAModelHF"
}
}