Create config.json
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "cyn",
|
| 3 |
+
"num_labels": 2,
|
| 4 |
+
"hidden_size": 768,
|
| 5 |
+
"intermediate_size": 3072,
|
| 6 |
+
"num_attention_heads": 12
|
| 7 |
+
}
|