ai-detector / config.json
Coolboy766281's picture
Update config.json
fa21b03 verified
raw
history blame
314 Bytes
Invalid JSON: Expected ',' or '}' after property value in JSONat line 13, column 5
{
"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"
"model_type": "text-classification"
}