amansrivastava17 / embedding-as-service

One-Stop Solution to encode sentence to fixed length vectors from various embedding techniques
MIT License
204 stars 29 forks source link

XLM / XLM-R embeddings support? #39

Open KnutJaegersberg opened 4 years ago

KnutJaegersberg commented 4 years ago

would be very handy. XLM-R is not supported yet by most nlu libs. i.e. https://github.com/huggingface/transformers/issues/1769

amansrivastava17 commented 4 years ago

Hi @KnutJaegersberg, In the upcoming release, we are adding bunch of PyTorch models into embedding-as-service, which will include ROBERTA, XLM, XLM-R. Will inform you as soon we ship it to master.