Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "model2vec-rs"
version = "0.1.0"
edition = "2021"
description = "Fast State-of-the-Art Static Embeddings in Rust"
description = "Official Rust Implementation for Model2Vec"
readme = "README.md"
license-file = "LICENSE"
authors = ["Thomas van Dongen <thomas123@live.nl>", "Stéphan Tulkens <stephantul@gmail.com>"]
Expand All @@ -11,6 +11,8 @@ repository = "https://github.com/MinishLab/model2vec-rs"
keywords = ["embeddings", "model2vec", "nlp", "rust"]
categories = ["natural-language-processing", "artificial-intelligence"]

exclude = ["tests/*"]

[dependencies]
tokenizers = "0.21"
safetensors = "0.5"
Expand Down