abtonmoy commited on
Commit
bed1f18
Β·
verified Β·
1 Parent(s): 397f8ef

Add Tactus (touch sense pack) to the model listing

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -11,7 +11,7 @@ pinned: false
11
 
12
  Eximius Labs builds open-weight multimodal models that run on your own hardware: the embedding, perception, and memory layers for physical AI. The technical report is on arXiv: https://arxiv.org/abs/2607.18666. Try a real robot's memory in the live playground: https://www.eximiuslabs.com/playground.
13
 
14
- We freeze a strong base model and add new senses from the outside, so existing embeddings stay valid and gaining a modality never forces a re-index. One shared vector space spans text, image, video, audio, thermal, and motion (IMU).
15
 
16
  ## Fusion Embedding, the embedding layer
17
 
@@ -21,6 +21,7 @@ One vector space for cross-modal retrieval, RAG, clustering, and semantic search
21
  - [fusion-embedding-1](https://huggingface.co/EximiusLabs/fusion-embedding-1-2b-preview) β€” the connector-only first generation.
22
  - [Ember](https://huggingface.co/EximiusLabs/fusion-embedding-2-ember) β€” thermal and infrared, as a loadable sense pack.
23
  - [Tremor](https://huggingface.co/EximiusLabs/fusion-embedding-2-tremor) β€” body-worn and robot motion (IMU and accelerometer), read as language, with a [Unitree-G1 head](https://huggingface.co/EximiusLabs/fusion-embedding-2-tremor-g1).
 
24
  - [fusion-embedding-2-k3-vision](https://huggingface.co/EximiusLabs/fusion-embedding-2-k3-vision) β€” Kimi K3's vision encoder, projected into the shared space.
25
 
26
  ## Fusion Perception, the perception layer
 
11
 
12
  Eximius Labs builds open-weight multimodal models that run on your own hardware: the embedding, perception, and memory layers for physical AI. The technical report is on arXiv: https://arxiv.org/abs/2607.18666. Try a real robot's memory in the live playground: https://www.eximiuslabs.com/playground.
13
 
14
+ We freeze a strong base model and add new senses from the outside, so existing embeddings stay valid and gaining a modality never forces a re-index. One shared vector space spans text, image, video, audio, thermal, motion (IMU), and touch.
15
 
16
  ## Fusion Embedding, the embedding layer
17
 
 
21
  - [fusion-embedding-1](https://huggingface.co/EximiusLabs/fusion-embedding-1-2b-preview) β€” the connector-only first generation.
22
  - [Ember](https://huggingface.co/EximiusLabs/fusion-embedding-2-ember) β€” thermal and infrared, as a loadable sense pack.
23
  - [Tremor](https://huggingface.co/EximiusLabs/fusion-embedding-2-tremor) β€” body-worn and robot motion (IMU and accelerometer), read as language, with a [Unitree-G1 head](https://huggingface.co/EximiusLabs/fusion-embedding-2-tremor-g1).
24
+ - [Tactus](https://huggingface.co/EximiusLabs/fusion-embedding-2-tactus) β€” touch (32x32 pressure/taxel arrays from FSR gloves, e-skins, and robot hands), as a loadable sense pack; matches to exceeds the STAG (Nature 2019) supervised baseline while remaining open-vocabulary.
25
  - [fusion-embedding-2-k3-vision](https://huggingface.co/EximiusLabs/fusion-embedding-2-k3-vision) β€” Kimi K3's vision encoder, projected into the shared space.
26
 
27
  ## Fusion Perception, the perception layer