From 300a08fe01744555ef66b7ae458ec6af73dca808 Mon Sep 17 00:00:00 2001 From: Szymon Stasik Date: Sun, 21 Jul 2024 14:14:53 +0200 Subject: [PATCH] Updates --- index.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index b32fef1..78db2cc 100644 --- a/index.html +++ b/index.html @@ -20,15 +20,17 @@ -

Experiment: Running Quantized BGE-M3 Embedding Model in the Browser for Full Privacy

-

- This experiment demonstrates running a quantized BGE-M3 embedding model directly in the browser, supporting multilingual and cross-lingual similarities while ensuring full privacy. The model operates entirely on the client side, avoiding any data transmission to external servers. -

-

- The complete code and implementation details can be found in the - webgpu-embed-demo GitHub repository. -

-
+
+

Experiment: Running Quantized BGE-M3 Embedding Model in the Browser for Full Privacy

+

+ This experiment demonstrates running a quantized BGE-M3 embedding model directly in the browser, supporting + multilingual and cross-lingual similarities while ensuring full privacy. The model operates entirely on the + client side, avoiding any data transmission to external servers. +

+

+ The complete code and implementation details can be found in the + webgpu-embed-demo GitHub repository. +