8000 GitHub - finalfusion/finalfrontier at v0.4.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Context-sensitive word embeddings with subwords. In Rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

finalfusion/finalfrontier

Repository files navigation

Crate Docs Build Status

finalfrontier

Introduction

finalfrontier is a Rust library and set of utilities for learning and using word embeddings. finalfrontier currently has the following features:

  • Models:
    • skip-gram (Mikolov et al., 2013)
    • structured skip-gram (Ling et al., 2015)
  • Noise contrastive estimation (Gutmann and Hyvärinen, 2012)
  • Subword representations (Bojanowski et al., 2016)
  • Hogwild SGD (Recht et al., 2011)

This is an early release of finalfrontier, we are planning to add more features in the future. The trained embeddings are stored in finalfusion format, which can be read and used with the rust2vec crate and the finalfusion Python module.

Where to go from here

0