radames commited on
Commit
925f54b
1 Parent(s): a3f8ae9

Update utils.js

Browse files
Files changed (1) hide show
  1. utils.js +2 -2
utils.js CHANGED
@@ -67,7 +67,7 @@ export async function generateText(
67
  }
68
  export const MODELS = {
69
  t5_small_quantized: {
70
- size: "102 MB",
71
  base_url: "https://huggingface.co/lmz/candle-quantized-t5/resolve/main/",
72
  model: "model.gguf",
73
  tokenizer: "tokenizer.json",
@@ -135,7 +135,7 @@ export const MODELS = {
135
  },
136
 
137
  flan_t5_base_quantized: {
138
- size: "360 MB",
139
  base_url: "https://huggingface.co/lmz/candle-quantized-t5/resolve/main/",
140
  model: "model-flan-t5-base.gguf",
141
  tokenizer: "tokenizer.json",
 
67
  }
68
  export const MODELS = {
69
  t5_small_quantized: {
70
+ size: "64.4 MB",
71
  base_url: "https://huggingface.co/lmz/candle-quantized-t5/resolve/main/",
72
  model: "model.gguf",
73
  tokenizer: "tokenizer.json",
 
135
  },
136
 
137
  flan_t5_base_quantized: {
138
+ size: "263 MB",
139
  base_url: "https://huggingface.co/lmz/candle-quantized-t5/resolve/main/",
140
  model: "model-flan-t5-base.gguf",
141
  tokenizer: "tokenizer.json",