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 c2c9601 commit ad91959Copy full SHA for ad91959
src/zeroband/utils/parquet.py
@@ -17,6 +17,6 @@
17
("step", pa.int32()),
18
("target_lengths", pa.int32()),
19
("task_type", pa.string()),
20
- ("seed", pa.int32()), # Optional - can be null
+ ("seed", pa.int64()), # Optional - can be null
21
]
22
)
0 commit comments