princeton-nlp / SimCSE

[EMNLP 2021] SimCSE: Simple Contrastive Learning of Sentence Embeddings https://arxiv.org/abs/2104.08821
MIT License
3.33k stars 505 forks source link

Added explicit typing for SentEval #226

Closed michaelwilliamtang closed 1 year ago

michaelwilliamtang commented 1 year ago

Newer versions of NumPy don't support inferring dtype=object from sequences, and this raises a ValueError (and a warning in older versions) See: https://numpy.org/neps/nep-0034-infer-dtype-is-object.html

github-actions[bot] commented 1 year ago

Stale pull request message