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 48802e5 commit 97f4811Copy full SHA for 97f4811
1 file changed
docs/semantic-search.py
@@ -190,6 +190,7 @@ def _(load_dataset):
190
"Helsinki-NLP/tatoeba",
191
lang1="en",
192
lang2="es",
193
+ trust_remote_code=True,
194
split="train",
195
)
196
return (tatoeba,)
0 commit comments