--- license: eupl-1.1 --- # EUBERT Embedding v1 Based on the masked language model EUBERT this sentence transformer will allow to compute embeddings on various EU documents in 24 languages. ```python embedder = SentenceTransformer("EuropeanParliament/eubert_embedding_v1") embedder.encode("Your text") ``` 👷‍♂️ Work in progress