chore: import upstream snapshot with attribution
Build documentation / build (push) Failing after 0s
CI / check_code_quality (push) Has been cancelled
CI / test (deps-latest, ubuntu-latest, integration) (push) Has been cancelled
CI / test (deps-latest, ubuntu-latest, unit) (push) Has been cancelled
CI / test (deps-latest, windows-latest, integration) (push) Has been cancelled
CI / test (deps-latest, windows-latest, unit) (push) Has been cancelled
CI / test (deps-minimum, ubuntu-latest, integration) (push) Has been cancelled
CI / test (deps-minimum, ubuntu-latest, unit) (push) Has been cancelled
CI / test (deps-minimum, windows-latest, integration) (push) Has been cancelled
CI / test (deps-minimum, windows-latest, unit) (push) Has been cancelled
CI / test_py314 (deps-latest, ubuntu-latest, unit) (push) Has been cancelled
CI / test_py314 (deps-latest, windows-latest, unit) (push) Has been cancelled
CI / test_py314_future (deps-latest, ubuntu-latest, unit) (push) Has been cancelled
CI / test_py314_future (deps-latest, windows-latest, unit) (push) Has been cancelled
Secret Leaks / trufflehog (push) Has been cancelled
Build documentation / build (push) Failing after 0s
CI / check_code_quality (push) Has been cancelled
CI / test (deps-latest, ubuntu-latest, integration) (push) Has been cancelled
CI / test (deps-latest, ubuntu-latest, unit) (push) Has been cancelled
CI / test (deps-latest, windows-latest, integration) (push) Has been cancelled
CI / test (deps-latest, windows-latest, unit) (push) Has been cancelled
CI / test (deps-minimum, ubuntu-latest, integration) (push) Has been cancelled
CI / test (deps-minimum, ubuntu-latest, unit) (push) Has been cancelled
CI / test (deps-minimum, windows-latest, integration) (push) Has been cancelled
CI / test (deps-minimum, windows-latest, unit) (push) Has been cancelled
CI / test_py314 (deps-latest, ubuntu-latest, unit) (push) Has been cancelled
CI / test_py314 (deps-latest, windows-latest, unit) (push) Has been cancelled
CI / test_py314_future (deps-latest, ubuntu-latest, unit) (push) Has been cancelled
CI / test_py314_future (deps-latest, windows-latest, unit) (push) Has been cancelled
Secret Leaks / trufflehog (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
# Builder classes
|
||||
|
||||
## Builders
|
||||
|
||||
🤗 Datasets relies on two main classes during the dataset building process: [`DatasetBuilder`] and [`BuilderConfig`].
|
||||
|
||||
[[autodoc]] datasets.DatasetBuilder
|
||||
|
||||
[[autodoc]] datasets.GeneratorBasedBuilder
|
||||
|
||||
[[autodoc]] datasets.ArrowBasedBuilder
|
||||
|
||||
[[autodoc]] datasets.BuilderConfig
|
||||
|
||||
## Download
|
||||
|
||||
[[autodoc]] datasets.DownloadManager
|
||||
|
||||
[[autodoc]] datasets.StreamingDownloadManager
|
||||
|
||||
[[autodoc]] datasets.DownloadConfig
|
||||
|
||||
[[autodoc]] datasets.DownloadMode
|
||||
|
||||
## Verification
|
||||
|
||||
[[autodoc]] datasets.VerificationMode
|
||||
|
||||
## Splits
|
||||
|
||||
[[autodoc]] datasets.SplitGenerator
|
||||
|
||||
[[autodoc]] datasets.Split
|
||||
|
||||
[[autodoc]] datasets.NamedSplit
|
||||
|
||||
[[autodoc]] datasets.NamedSplitAll
|
||||
|
||||
[[autodoc]] datasets.ReadInstruction
|
||||
|
||||
## Version
|
||||
|
||||
[[autodoc]] datasets.utils.Version
|
||||
Reference in New Issue
Block a user