SemViQA_Tcmodel / config.json
dmhung150824's picture
Upload folder using huggingface_hub
be6b1f0 verified
{
"architectures": [
"ClaimModelForClassification"
],
"dropout": 0.3,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2"
},
"label2id": {
"LABEL_0": 0,
"LABEL_1": 1,
"LABEL_2": 2
},
"loss_type": "ce",
"model_name": "FacebookAI/xlm-roberta-large",
"model_type": "claim_verification",
"torch_dtype": "float32",
"transformers_version": "4.51.0.dev0"
}