Commit
·
72e2faf
1
Parent(s):
2c55a32
add config.json
Browse files- config.json +5 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"hidden_size": 128,
|
3 |
+
"model_type": "custom-model",
|
4 |
+
"architectures": ["CustomModel"]
|
5 |
+
}
|