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 (sub-)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 (sub-)dataset ID
- path: Path
The path of the file
- XPM Configdatamaestro_text.data.text.TrainingText(*, id, train, validation, test)
Bases:
Supervised
Submit type:
datamaestro_text.data.text.TrainingText
“A dataset used for training with a train and a test
- id: str
The unique (sub-)dataset ID
- train: datamaestro.data.Base
- validation: datamaestro.data.Base
- test: datamaestro.data.Base