Skip to content

Commit 97f4811

Browse files
committed
fix: add trust_remote_code=True to load_dataset call
Required for Helsinki-NLP/tatoeba which uses a custom loading script. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 48802e5 commit 97f4811

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/semantic-search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def _(load_dataset):
190190
"Helsinki-NLP/tatoeba",
191191
lang1="en",
192192
lang2="es",
193+
trust_remote_code=True,
193194
split="train",
194195
)
195196
return (tatoeba,)

0 commit comments

Comments
 (0)