We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f07920 commit b218bafCopy full SHA for b218baf
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "model2vec-rs"
3
version = "0.1.0"
4
edition = "2021"
5
-description = "Fast State-of-the-Art Static Embeddings in Rust"
+description = "Official Rust Implementation for Model2Vec"
6
readme = "README.md"
7
license-file = "LICENSE"
8
authors = ["Thomas van Dongen <thomas123@live.nl>", "Stéphan Tulkens <stephantul@gmail.com>"]
@@ -11,6 +11,8 @@ repository = "https://github.com/MinishLab/model2vec-rs"
11
keywords = ["embeddings", "model2vec", "nlp", "rust"]
12
categories = ["natural-language-processing", "artificial-intelligence"]
13
14
+exclude = ["tests/*"]
15
+
16
[dependencies]
17
tokenizers = "0.21"
18
safetensors = "0.5"
0 commit comments