Create scheduler_config.json
Browse files- scheduler_config.json +5 -0
scheduler_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"num_train_timesteps": 1000,
|
| 3 |
+
"beta_start": 0.0001,
|
| 4 |
+
"beta_end": 0.02
|
| 5 |
+
}
|