Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
0bf18643
Unverified
Commit
0bf18643
authored
Apr 06, 2022
by
Patrick von Platen
Committed by
GitHub
Apr 06, 2022
Browse files
[Minds14] Correct quicktour (#16626)
parent
d55fcbcc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docs/source/en/quicktour.mdx
docs/source/en/quicktour.mdx
+1
-1
docs/source/es/quicktour.mdx
docs/source/es/quicktour.mdx
+1
-1
No files found.
docs/source/en/quicktour.mdx
View file @
0bf18643
...
...
@@ -120,7 +120,7 @@ Next, load a dataset (see the 🤗 Datasets [Quick Start](https://huggingface.co
```py
>>> import datasets
>>> dataset = datasets.load_dataset("minds14", name="en-US", split="train") # doctest: +IGNORE_RESULT
>>> dataset = datasets.load_dataset("
PolyAI/
minds14", name="en-US", split="train") # doctest: +IGNORE_RESULT
```
You can pass a whole dataset pipeline:
...
...
docs/source/es/quicktour.mdx
View file @
0bf18643
...
...
@@ -120,7 +120,7 @@ A continuación, carga el dataset (ve 🤗 Datasets [Quick Start](https://huggin
```py
>>> import datasets
>>> dataset = datasets.load_dataset("minds14", name="en-US", split="train") # doctest: +IGNORE_RESULT
>>> dataset = datasets.load_dataset("
PolyAI/
minds14", name="en-US", split="train") # doctest: +IGNORE_RESULT
```
Puedes pasar un pipeline para un dataset:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment