44
55` finalfusion-python ` is a Python module for reading, writing, and
66using * finalfusion* embeddings. This module is implemented in Rust as
7- a wrapper around the [ rust2vec ] ( https://github.com/danieldk/rust2vec )
7+ a wrapper around the [ finalfusion ] ( https://docs.rs/finalfusion/ )
88crate. The Python module supports the same types of finalfusion
9- embeddings as rust2vec :
9+ embeddings:
1010
1111* Vocabulary:
1212 * No subwords
@@ -54,12 +54,12 @@ The wheels are then in the `target/wheels` directory.
5454
5555## Getting embeddings
5656
57- rust2vec uses its own embedding format, which supports memory mapping,
57+ finalfusion uses its own embedding format, which supports memory mapping,
5858subword units, and quantized matrices. GloVe and word2vec embeddings
59- can be converted using rust2vec 's ` r2v -convert` utility.
59+ can be converted using finalfusion 's ` ff -convert` utility.
6060
6161Embeddings trained with
62- [ finalfrontier] ( https://github.com/danieldk /finalfrontier ) version
62+ [ finalfrontier] ( https://github.com/finalfusion /finalfrontier ) version
63630.4.0 and later are in finalfusion format and can be used directly
6464with this Python module.
6565
@@ -85,10 +85,11 @@ embeds.analogy("Berlin", "Deutschland", "Amsterdam")
8585~~~
8686
8787More usage examples can be found in the
88- [ examples] ( https://github.com/danieldk /finalfusion-python/tree/master/examples )
88+ [ examples] ( https://github.com/finalfusion /finalfusion-python/tree/master/examples )
8989directory.
9090
9191## Where to go from here
9292
93- * [ finalfrontier] ( https://github.com/danieldk/finalfrontier )
94- * [ rust2vec] ( https://github.com/danieldk/rust2vec )
93+ * [ finalfrontier] ( https://finalfusion.github.io/finalfrontier )
94+ * [ finalfusion] ( https://finalfusion.io/ )
95+ * [ pretrained embeddings] ( https://finalfusion.github.io/pretrained )
0 commit comments