Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreedomIntelligence/LLMZoo
/ DataArguments
Class
DataArguments
train.py:26–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
@dataclass
26
class
DataArguments:
27
data_path: str = field(default=None, metadata={
"help"
:
"Path to the training data."
})
28
29
30
@dataclass
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected