Skip to content

Create a token/embedding creation preprocessing pipeline using tf-transform #124

@iislucas

Description

@iislucas

Issue:
We currently depend on vocabularies, like glove embeddings, that are:

  1. Weirdly biased (although when you backprop to the embeddings, their initial bias is not very relevant anymore),
  2. Depend on being consistent with the tokenizer we use.
  3. Don't necessarily have the same words as our actual text.

Proposed solution project:
Use https://github.com/tensorflow/transform to develop text preprocessing pipelines, e.g. to select tokens that occur sufficiently frequently, and create either random or smarter word embeddings for them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions