derekwong commited on
Commit
ecf5f2a
·
verified ·
1 Parent(s): 10999b3

Upload model configuration

Browse files
Files changed (1) hide show
  1. config.json +6 -7
config.json CHANGED
@@ -1,16 +1,15 @@
1
  {
2
  "hiddens": [
3
- 64,
4
- 64,
5
- 64,
6
- 64
7
  ],
8
  "dim": 2,
9
- "nmodes": 5,
10
  "std": 1.0,
11
  "scale": 10.0,
12
- "num_epochs": 5000,
13
- "batch_size": 250,
14
  "learning_rate": 0.001,
15
  "eta": 0.1,
16
  "model_type": "flow_matching_mlp",
 
1
  {
2
  "hiddens": [
3
+ 100,
4
+ 100,
5
+ 100,
6
+ 100
7
  ],
8
  "dim": 2,
 
9
  "std": 1.0,
10
  "scale": 10.0,
11
+ "num_epochs": 20000,
12
+ "batch_size": 2000,
13
  "learning_rate": 0.001,
14
  "eta": 0.1,
15
  "model_type": "flow_matching_mlp",