JacobLinCool
commited on
Commit
•
b77bcf2
1
Parent(s):
fd01a93
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hidden_dim": 128,
|
3 |
+
"output_dim": 3,
|
4 |
+
"num_layers": 2
|
5 |
+
}
|