From b135ec0216a15c8e6a64fb7dd22ec5c747502322 Mon Sep 17 00:00:00 2001 From: Sergeev Artem <78018062+Ave-Sergeev@users.noreply.github.com> Date: Tue, 6 May 2025 19:28:27 +0300 Subject: [PATCH 1/2] Adding tictonix crate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8f6610a1..4fbc244b0 100644 --- a/README.md +++ b/README.md @@ -959,6 +959,7 @@ See [[Machine learning](https://crates.io/keywords/machine-learning)] See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_eng/about-rust-s-machine-learning-community-4cda5ec8a790#.hvkp56j3f) and [Are we learning yet?](https://www.arewelearningyet.com). +* [Ave-Sergeev/Tictonix](https://github.com/Ave-Sergeev/Tictonix) [[Tictonix](https://crates.io/crates/tictonix)] - A library that provides the ability to convert tokens into embeddings, as well as to encode their positions. * [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice). * [blackportal-ai/delta](https://github.com/blackportal-ai/delta) - Δ An Open-Source Machine Learning Framework in Rust. ![crates.io](https://img.shields.io/crates/v/deltaml.svg) ![build](https://img.shields.io/github/actions/workflow/status/blackportal-ai/delta/core.yml?branch=master) * [blackportal-ai/nebula](https://github.com/blackportal-ai/nebula) - A Package Manager for Machine Learning Datasets and Models. ![build](https://img.shields.io/github/actions/workflow/status/blackportal-ai/nebula/core.yml?branch=master) From 722c6d0e2151930e0fa496cb70e1a80a5af82d35 Mon Sep 17 00:00:00 2001 From: Sergeev Artem <78018062+Ave-Sergeev@users.noreply.github.com> Date: Wed, 7 May 2025 10:15:55 +0300 Subject: [PATCH 2/2] Correction of sorting position --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fbc244b0..3cd1d1e06 100644 --- a/README.md +++ b/README.md @@ -959,8 +959,8 @@ See [[Machine learning](https://crates.io/keywords/machine-learning)] See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_eng/about-rust-s-machine-learning-community-4cda5ec8a790#.hvkp56j3f) and [Are we learning yet?](https://www.arewelearningyet.com). -* [Ave-Sergeev/Tictonix](https://github.com/Ave-Sergeev/Tictonix) [[Tictonix](https://crates.io/crates/tictonix)] - A library that provides the ability to convert tokens into embeddings, as well as to encode their positions. * [autumnai/leaf](https://github.com/autumnai/leaf) - Open Machine Intelligence framework.. Abandoned project. The most updated fork is [juice](https://github.com/fff-rs/juice). +* [Ave-Sergeev/Tictonix](https://github.com/Ave-Sergeev/Tictonix) [[Tictonix](https://crates.io/crates/tictonix)] - A library that provides the ability to convert tokens into embeddings, as well as to encode their positions. * [blackportal-ai/delta](https://github.com/blackportal-ai/delta) - Δ An Open-Source Machine Learning Framework in Rust. ![crates.io](https://img.shields.io/crates/v/deltaml.svg) ![build](https://img.shields.io/github/actions/workflow/status/blackportal-ai/delta/core.yml?branch=master) * [blackportal-ai/nebula](https://github.com/blackportal-ai/nebula) - A Package Manager for Machine Learning Datasets and Models. ![build](https://img.shields.io/github/actions/workflow/status/blackportal-ai/nebula/core.yml?branch=master) * [burn](https://github.com/tracel-ai/burn) - A Flexible and Comprehensive Deep Learning Framework.