mleavitt commited on
Commit
d0313d4
·
verified ·
1 Parent(s): b1ad001

Update README.md

Browse files

Add blog post and github links

Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -10,6 +10,10 @@ license: apache-2.0
10
 
11
  Luxical-One is a small lexical-dense text embedding model distilled from [`Snowflake/snowflake-arctic-embed-m-v2.0`](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0). It is optimized for high-throughput embedding without GPU acceleration, and it is trained for English-language symmetrical full-document text similarity and classification applications.
12
 
 
 
 
 
13
  ## Quickstart
14
 
15
  Luxical-One includes a basic HuggingFace integration that supports model inference. GPU-based inference is not supported (GPU "acceleration" would not provide a meaningful boost on most systems due to how fast and small the model is anyhow).
 
10
 
11
  Luxical-One is a small lexical-dense text embedding model distilled from [`Snowflake/snowflake-arctic-embed-m-v2.0`](https://huggingface.co/Snowflake/snowflake-arctic-embed-m-v2.0). It is optimized for high-throughput embedding without GPU acceleration, and it is trained for English-language symmetrical full-document text similarity and classification applications.
12
 
13
+ Read the full story of Luxical in our [blog post](https://www.datologyai.com/blog/introducing-luxical-embeddings).
14
+
15
+ Want to go deeper with Luxical models? Check out the [repo](https://github.com/datologyai/luxical).
16
+
17
  ## Quickstart
18
 
19
  Luxical-One includes a basic HuggingFace integration that supports model inference. GPU-based inference is not supported (GPU "acceleration" would not provide a meaningful boost on most systems due to how fast and small the model is anyhow).