Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"generator_hidden_size": 100,
|
3 |
+
"discriminator_hidden_size": 1024,
|
4 |
+
"learning_rate": 0.0002,
|
5 |
+
"batch_size": 64,
|
6 |
+
"num_epochs": 25
|
7 |
+
}
|