Update config.json
Browse files- config.json +1 -5
config.json
CHANGED
@@ -9,9 +9,5 @@
|
|
9 |
"num_heads": 8,
|
10 |
"units": 512,
|
11 |
"dropout": 0.1,
|
12 |
-
"epochs": 40
|
13 |
-
"vocab_size": 30522, // Example vocab size; adjust as needed
|
14 |
-
"num_labels": 2, // Example for classification; adjust as needed
|
15 |
-
"activation_function": "relu",
|
16 |
-
"initializer_range": 0.02
|
17 |
}
|
|
|
9 |
"num_heads": 8,
|
10 |
"units": 512,
|
11 |
"dropout": 0.1,
|
12 |
+
"epochs": 40
|
|
|
|
|
|
|
|
|
13 |
}
|