Is there anyway to use this to generate embeddings?
#1
by
ddeisadze
- opened
Hi, I'd like to generate embeddings for job based context. Could we leverage this model for that?
Hi David, thanks for your interest. This is a model based on RoBERTa. You can always generate embeddings from your job based context by tokenizing your text and then encoding it with the model (e.g., https://huggingface.co/learn/nlp-course/chapter2/6).
If you instead want something like sentence embeddings from the popular sentence-transformers, this model hasn't been trained for that. Thus you would need to train this model to give you strong sentence embeddings.
jjzha
changed discussion status to
closed