Text API
- XPM Configdatamaestro_text.data.text.TextFolder(*, id, path)
Bases:
Folder
Submit type:
datamaestro_text.data.text.TextFolder
A folder composed of texts
- id: str
The unique dataset ID
- path: Path
- XPM Configdatamaestro_text.data.text.TextFile(*, id, path)
Bases:
File
Submit type:
datamaestro_text.data.text.TextFile
A file composed of texts
- id: str
The unique dataset ID
- path: Path
The path of the file
- XPM Configdatamaestro_text.data.text.TrainingText(*, id, test, validation, train)
Bases:
Supervised
Submit type:
datamaestro_text.data.text.TrainingText
“A dataset used for training with a train and a test
- id: str
The unique dataset ID
- test: datamaestro.data.Base
- validation: datamaestro.data.Base
- train: datamaestro.data.Base