We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973e702 commit 7f69e1aCopy full SHA for 7f69e1a
1 file changed
examples/simple.py
@@ -65,7 +65,7 @@ def create_simple_config() -> ScratchGPTConfig:
65
batch_size=32,
66
dropout_rate=0.1,
67
random_seed=1337,
68
- iteration_type="sliding",
+ iteration_type="chunking",
69
)
70
71
return ScratchGPTConfig(architecture=architecture, training=training)
0 commit comments