ai-detector / config.json
SA-Yur-or's picture
[up]: Update README and load model
691cd0a
raw
history blame contribute delete
274 Bytes
{
"pretrain_checkpoint": "FacebookAI/roberta-large",
"classifier_dropout": 0.1,
"num_labels": 1,
"id2label": {
"0": "GENERATED"
},
"label2id": {
"GENERATED": 0
},
"label_smoothing": 0.27,
"transformers_version": "4.45.0"
}