Closed yvesscherrer closed 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?
code/embed_definitions.py
code/embed_definitions_tfidf.py
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 :)
Ah thanks for the pointer, I didn't look hard enough ;)
The DistilRoBERTa embeddings are supposed to be created with
code/embed_definitions.py
but there is onlycode/embed_definitions_tfidf.py
which uses TF-IDF and not DistilRoBERTa. Do you happen to have the original file somewhere?