Skip to content

Commit

Permalink
deploy: 6766316
Browse files Browse the repository at this point in the history
  • Loading branch information
yxdyc committed Nov 28, 2024
1 parent a871aee commit d9142eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions data_juicer.core.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,14 +302,8 @@
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>dataset_path</strong> (<cite>str</cite>) – Path (e.g. <cite>“dataset/train”</cite>) or remote URI (e.g. <cite>“s3//my-bucket/dataset/train”</cite>)
<li><p><strong>dataset_path</strong> (<cite>path-like</cite>) – Path (e.g. <cite>“dataset/train”</cite>) or remote URI (e.g. <cite>“s3//my-bucket/dataset/train”</cite>)
of the dataset directory where the dataset will be loaded from.</p></li>
<li><p><strong>fs</strong> (<cite>fsspec.spec.AbstractFileSystem</cite>, <em>optional</em>) – <p>Instance of the remote filesystem where the dataset will be saved to.</p>
<p>&lt;Deprecated version=”2.8.0”&gt;</p>
<p><cite>fs</cite> was deprecated in version 2.8.0 and will be removed in 3.0.0.
Please use <cite>storage_options</cite> instead, e.g. <cite>storage_options=fs.storage_options</cite></p>
<p>&lt;/Deprecated&gt;</p>
</p></li>
<li><p><strong>keep_in_memory</strong> (<cite>bool</cite>, defaults to <cite>None</cite>) – Whether to copy the dataset in-memory. If <cite>None</cite>, the
dataset will not be copied in-memory unless explicitly enabled by setting
<cite>datasets.config.IN_MEMORY_MAX_SIZE</cite> to nonzero. See more details in the
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit d9142eb

Please sign in to comment.