MCPcopy
hub / github.com/huggingface/datasets / split

Method split

src/datasets/arrow_dataset.py:187–189  ·  view source on GitHub ↗

[`~datasets.NamedSplit`] object corresponding to a named dataset split.

(self)

Source from the content-addressed store, hash-verified

185
186 @property
187 def split(self):
188 """[`~datasets.NamedSplit`] object corresponding to a named dataset split."""
189 return self._split
190
191 @property
192 def builder_name(self) -> str:

Callers 15

config.pyFile · 0.80
snakecase_to_camelcaseFunction · 0.80
push_to_hubMethod · 0.80
push_to_hubMethod · 0.80
resolve_patternFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
_check_legacy_cacheMethod · 0.80
_check_legacy_cache2Method · 0.80
_relative_data_dirMethod · 0.80
as_streaming_datasetMethod · 0.80
push_to_hubMethod · 0.80

Calls

no outgoing calls