Commit
·
d021f3f
1
Parent(s):
1b02a64
reduce batch size to deal with pyarrow.lib.ArrowInvalid: offset overflow
Browse files
script.py
CHANGED
@@ -83,6 +83,7 @@ if __name__ == "__main__":
|
|
83 |
str(data_path / 'hoho25k_test_x.py'),
|
84 |
data_files=data_files,
|
85 |
trust_remote_code=True,
|
|
|
86 |
)
|
87 |
|
88 |
# if TEST_ENV:
|
|
|
83 |
str(data_path / 'hoho25k_test_x.py'),
|
84 |
data_files=data_files,
|
85 |
trust_remote_code=True,
|
86 |
+
writer_batch_size=100
|
87 |
)
|
88 |
|
89 |
# if TEST_ENV:
|