Embeddings

XPM Configdatamaestro_text.data.embeddings.WordEmbeddings(*, id)

Bases: Base

Submit type: datamaestro_text.data.embeddings.WordEmbeddings

Generic word embeddings

id: str

The unique dataset ID

XPM Configdatamaestro_text.data.embeddings.WordEmbeddingsText(*, id, path, encoding)

Bases: WordEmbeddings, File

Submit type: datamaestro_text.data.embeddings.WordEmbeddingsText

Word embeddings as a text word / values

id: str

The unique dataset ID

path: Path

The path of the file

encoding: str = utf-8