semasg commited on
Commit
7d82d7d
·
verified ·
1 Parent(s): afeb2a4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -1 +1,6 @@
1
- {"model_type": "simple_nn", "input_dim": 1, "hidden_dim": 16, "output_dim": 1}
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["SimpleNN"],
3
+ "model_type": "simple_nn",
4
+ "hidden_size": 16,
5
+ "num_labels": 1
6
+ }