summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/t5/utils.js
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-09-22 14:31:23 -0700
committerGitHub <noreply@github.com>2023-09-22 22:31:23 +0100
commitcda1786eede5103d211832b2d400836ade1d54dc (patch)
treef4a0a97dba716fb4d33c357d24e3b8951250804c /candle-wasm-examples/t5/utils.js
parent912a3d63b049958d8b3bbaf0535a3179c17fd333 (diff)
downloadcandle-cda1786eede5103d211832b2d400836ade1d54dc.tar.gz
candle-cda1786eede5103d211832b2d400836ade1d54dc.tar.bz2
candle-cda1786eede5103d211832b2d400836ade1d54dc.zip
smaller t5 models quantized (#934)
Diffstat (limited to 'candle-wasm-examples/t5/utils.js')
-rw-r--r--candle-wasm-examples/t5/utils.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-wasm-examples/t5/utils.js b/candle-wasm-examples/t5/utils.js
index e45e7d1b..851d1b76 100644
--- a/candle-wasm-examples/t5/utils.js
+++ b/candle-wasm-examples/t5/utils.js
@@ -67,7 +67,7 @@ export async function generateText(
}
export const MODELS = {
t5_small_quantized: {
- size: "102 MB",
+ size: "64.4 MB",
base_url: "https://huggingface.co/lmz/candle-quantized-t5/resolve/main/",
model: "model.gguf",
tokenizer: "tokenizer.json",
@@ -135,7 +135,7 @@ export const MODELS = {
},
flan_t5_base_quantized: {
- size: "360 MB",
+ size: "263 MB",
base_url: "https://huggingface.co/lmz/candle-quantized-t5/resolve/main/",
model: "model-flan-t5-base.gguf",
tokenizer: "tokenizer.json",