huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
129.82k stars 25.79k forks source link

Add Nomic Embed Code to Transformers #30995

Open zanussbaum opened 2 months ago

zanussbaum commented 2 months ago

Model description

Nomic Embed embedding models are high performing long-context embedding models.

Open source status

Provide useful links for the implementation

https://huggingface.co/nomic-ai/nomic-embed-text-v1 https://huggingface.co/nomic-ai/nomic-embed-text-v1.5 https://github.com/nomic-ai/contrastors

tomaarsen commented 2 months ago

The modeling code itself can be found here: https://huggingface.co/nomic-ai/nomic-bert-2048

zanussbaum commented 2 months ago

Oops thanks for adding that, I forgot to add it!