16 releases (8 breaking)

0.9.4 Jul 27, 2020
0.9.0 Jun 23, 2020
0.7.0 Nov 8, 2019
0.6.1 Jun 21, 2019
0.2.0 Sep 28, 2018

#373 in Machine learning

30 downloads per month
Used in finalfrontier-utils

Apache-2.0 OR BlueOak-1.0.0

180KB
4.5K SLoC

Crate Docs Build Status

finalfrontier

Introduction

finalfrontier is a Rust program for training word embeddings. finalfrontier currently has the following features:

  • Models:
    • skip-gram (Mikolov et al., 2013)
    • structured skip-gram (Ling et al., 2015)
    • directional skip-gram (Song et al., 2018)
    • dependency (Levy and Goldberg, 2014)
  • Output formats:
    • finalfusion
    • fastText
    • word2vec binary
    • word2vec text
    • GloVe text
  • Noise contrastive estimation (Gutmann and Hyvärinen, 2012)
  • Subword representations (Bojanowski et al., 2016)
  • Hogwild SGD (Recht et al., 2011)
  • Quantized embeddings through the finalfusion quantize command.

The trained embeddings can be stored in the versatile finalfusion format, which can be read and used with the finalfusion crate and the finalfusion Python module.

The minimum required Rust version is currently 1.40.

Where to go from here

Dependencies

~11–23MB
~322K SLoC