finalfrontier icon indicating copy to clipboard operation
finalfrontier copied to clipboard

Context-sensitive word embeddings with subwords. In Rust.

Results 7 finalfrontier issues
Sort by recently updated
recently updated
newest added

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.5 to 0.8.8. Release notes Sourced from crossbeam-utils's releases. crossbeam-utils 0.8.8 Fix a bug when unstable loom support is enabled. (#787) crossbeam-utils 0.8.7 Add AtomicCell<{i*,u*}>::{fetch_max,fetch_min}. (#785) Add...

dependencies

Hi @danieldk @sebpuetz , I just want to say thanks. You saved me from a text classifier deadline where flair/bert embedding would be too slow, and I was unable to...

As you are using Hogwild! for the multicore SGD implementation, it would perhaps be interesting to investigate whether you can speed up the optimization with * AsySVRG (https://arxiv.org/abs/1508.05711) * ASAG...

The vast majority of time during training is spent in the dot product and scaled additions. We have been doing unaligned loads so far. I have made a quick modification...

Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.25 to 0.16.1. Commits a233483 Update to libgit2 1.5.1 bce1555 Merge pull request #909 from ehuss/ssh-keys 222fbf3 Bump versions fa41943 Change the certificate_check callback to support passthrough....

dependencies

Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.8.0 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...

dependencies