darcy132 commited on
Commit
c0f3782
·
verified ·
1 Parent(s): 8fbb7f9

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "learning_rate": 0.001,
3
+ "epochs": 5,
4
+ "batch_size": 64,
5
+ "hidden_size": 128,
6
+ "dropout": 0.2,
7
+ "optimizer": "adam"
8
+ }