MCPcopy Create free account
hub / github.com/Paper2Poster/Paper2Poster / load

Method load

camel/benchmarks/base.py:75–84  ·  view source on GitHub ↗

r"""Load the benchmark data. Args: force_download (bool): Whether to force download the data. Returns: BaseBenchmark: The benchmark instance.

(self, force_download: bool = False)

Source from the content-addressed store, hash-verified

73
74 @abstractmethod
75 def load(self, force_download: bool = False) -> "BaseBenchmark":
76 r"""Load the benchmark data.
77
78 Args:
79 force_download (bool): Whether to force download the data.
80
81 Returns:
82 BaseBenchmark: The benchmark instance.
83 """
84 pass
85
86 @property
87 def train(self) -> List[Dict[str, Any]]:

Callers 15

trainMethod · 0.95
validMethod · 0.95
testMethod · 0.95
__init__Method · 0.45
layout_inductMethod · 0.45
category_splitMethod · 0.45
_generate_outlineMethod · 0.45
dataset_statFunction · 0.45
merge_evalsFunction · 0.45
slide_scoreFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected