Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentence embedding field #158

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open

Sentence embedding field #158

wants to merge 30 commits into from

Conversation

ivansmokovic
Copy link
Collaborator

Adds a Sentence embedding field

…olt/takepod into missing-data-token

� Conflicts:
�	takepod/datasets/iterator.py
�	takepod/storage/field.py
�	test/storage/test_iterator.py
…tenceEmbeddingField

# Conflicts:
#	takepod/datasets/iterator.py
#	takepod/examples/ner_example.py
#	takepod/storage/field.py
#	takepod/storage/vocab.py
#	test/storage/test_field.py
#	test/storage/test_iterator.py
#	test/storage/test_vocab.py
@ivansmokovic ivansmokovic self-assigned this Apr 2, 2020
takepod/storage/field.py Outdated Show resolved Hide resolved
test/storage/test_field.py Show resolved Hide resolved
@FilipBolt
Copy link
Collaborator

FilipBolt commented Dec 18, 2020

This PR looks a bit outdated at this point. However, I'd like to have this functionality easily integrated in the NumericalizerABC interface. @ivansmokovic Would you be comfortable with discarding this? I don't see SentenceEmbedding in this form long term, as I believe we need some general free-form input-output contract such that we can transform a single token to a single number, multiple tokens to a single number and multiple tokens to a single number (vector) (SentenceEmbedding case)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants