dccuchile / wefe

WEFE: The Word Embeddings Fairness Evaluation Framework. WEFE is a framework that standardizes the bias measurement and mitigation in Word Embeddings models. Please feel welcome to open an issue in case you have any questions or a pull request if you want to contribute to the project!
https://wefe.readthedocs.io/
MIT License
173 stars 14 forks source link

Initial support for gensim 4 #10

Closed raffaem closed 3 years ago

raffaem commented 3 years ago

Experimental initial support for gensim 4.

Fixes #9 and #7

pbadillatorrealba commented 3 years ago

Hello @raffaem

Thank you very much for your contribution. I am currently finishing up some pretty big changes about how the query embeddings are obtained. The main change is that now all operations with embeddings will be in the WordEmbeddingModel class. Due to the above, I will not be able to merge your branch directly. However, I will be able to easily integrate your contribution without major problems.

I hope this week to be releasing the new version of the software.

Thank you very much! Pablo.

raffaem commented 3 years ago

So I guess this is no longer needed