SkillAgentSearch skills...

Finalfrontier

Context-sensitive word embeddings with subwords. In Rust.

Install / Use

/learn @finalfusion/Finalfrontier
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.70.

Where to go from here

Related Skills

View on GitHub
GitHub Stars90
CategoryDevelopment
Updated1mo ago
Forks5

Languages

Rust

Security Score

85/100

Audited on Feb 3, 2026

No findings