We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01921d5 commit bbc114fCopy full SHA for bbc114f
algoperf/workloads/lm/input_pipeline.py
@@ -17,7 +17,7 @@
17
18
SEQUENCE_LENGTH = 1024
19
MAX_CORPUS_CHARS = 1_000_000_000
20
-SHUFFLE_BUFFER_SIZE = 1024
+SHUFFLE_BUFFER_SIZE = 100_000
21
VOCAB_SIZE = 50_257
22
23
0 commit comments