oborchers / Fast_Sentence_Embeddings

Compute Sentence Embeddings Fast!
GNU General Public License v3.0
616 stars 83 forks source link

Address bug in remove_principal_components & fix type hints #37

Closed grantmwilliams closed 3 years ago

grantmwilliams commented 3 years ago

The type hint for cache_size_gb in the SIF and USIF models is an int when it should be a float (the documentation was already correct).