ltgoslo / definition_modeling

Interpretable Word Sense Representations via Definition Generation
GNU General Public License v3.0
6 stars 1 forks source link

embed_definitions.py missing #4

Closed yvesscherrer closed 9 months ago

yvesscherrer commented 9 months ago

The DistilRoBERTa embeddings are supposed to be created with code/embed_definitions.py but there is only code/embed_definitions_tfidf.py which uses TF-IDF and not DistilRoBERTa. Do you happen to have the original file somewhere?

glnmario commented 9 months ago

It's in the proto_explanations folder: code/proto_explanations/embed_definitions.py

But thanks for making us notice it's not very visible there :)

yvesscherrer commented 9 months ago

Ah thanks for the pointer, I didn't look hard enough ;)