Create config.jason
Browse files- config.jason +8 -0
config.jason
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_name": "bert-base-uncased",
|
3 |
+
"task_type": "classification",
|
4 |
+
"num_labels": 2,
|
5 |
+
"learning_rate": 5e-5,
|
6 |
+
"batch_size": 16,
|
7 |
+
"num_epochs": 3
|
8 |
+
}
|