DdroidAI / config.jason
dnnsdunca's picture
Create config.jason
5d3df85 verified
raw
history blame
156 Bytes
{
"model_name": "bert-base-uncased",
"task_type": "classification",
"num_labels": 2,
"learning_rate": 5e-5,
"batch_size": 16,
"num_epochs": 3
}