beginners steps

#2
by chk2817 - opened

Hi There,

a bit of a newbie in the world of transformers. Quick question.

the example in the model card outputs the embeddings. How do we go from embedding to actual entities?
I am missing a step unless this part is not open-sourced?

I wanted a solution that automatically detect entities rather than relying on user-defined labels like in Gliner.

Thanks in advance for the reply

deleted

chk2817, To use this model for named entity recognition, you should attach linear layer on top of their final token representations and fine-tune on your dataset.

Sign up or log in to comment