Skip to content

davebulaval/magnitude-light

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 9 commits ahead of neuml:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Magnitude fork that only supports Word2Vec, GloVe and fastText embeddings

I've forked the other lite version since package naming was bad and was sometime mix up with the original one

This repository makes the following changes to the excellent Magnitude project:

  • Project simplified only to support Word2Vec, GloVe and fastText embeddings
  • Approximate indexing/search methods removed
  • Annoying AllenNLP (ELMo) and Torch dependencies removed
  • Removed internal SQLite related libraries (pysqlite, apsw) and used system SQLite package
  • Removed logic to download and stream models. Models must all be locally available, and remote servers will not be checked.
  • Build process simplified to use PyPi dependencies

See Magnitude project for documentation and links to pre-trained models: https://github.com/plasticityai/magnitude

About

Magnitude fork that only supports Word2Vec, GloVe and fastText embeddings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%