jbochi commited on
Commit
964e2fc
1 Parent(s): a10bb32

Add more models

Browse files
Files changed (1) hide show
  1. utils.js +34 -2
utils.js CHANGED
@@ -94,7 +94,23 @@ const TASKS = {
94
  };
95
 
96
  export const MODELS = {
97
- coedit_large_quantized: {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
  size: "643 MB",
99
  base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
100
  model: "model.gguf",
@@ -102,7 +118,23 @@ export const MODELS = {
102
  config: "config.json",
103
  tasks: TASKS,
104
  },
105
- coedit_xl_quantized: {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
106
  size: "2.34 GB",
107
  base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
108
  model: "model-xl.gguf",
 
94
  };
95
 
96
  export const MODELS = {
97
+ coedit_large_quantized_4k: {
98
+ size: "441 MB",
99
+ base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
100
+ model: "model-q4k.gguf",
101
+ tokenizer: "tokenizer.json",
102
+ config: "config.json",
103
+ tasks: TASKS,
104
+ },
105
+ coedit_large_quantized_4_0: {
106
+ size: "441 MB",
107
+ base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
108
+ model: "model-q4_0.gguf",
109
+ tokenizer: "tokenizer.json",
110
+ config: "config.json",
111
+ tasks: TASKS,
112
+ },
113
+ coedit_large_quantized_6k: {
114
  size: "643 MB",
115
  base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
116
  model: "model.gguf",
 
118
  config: "config.json",
119
  tasks: TASKS,
120
  },
121
+ coedit_xl_quantized_4k: {
122
+ size: "1.6 GB",
123
+ base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
124
+ model: "model-xl-q4k.gguf",
125
+ tokenizer: "tokenizer.json",
126
+ config: "config-xl.json",
127
+ tasks: TASKS,
128
+ },
129
+ coedit_xl_quantized_4_0: {
130
+ size: "1.6 GB",
131
+ base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
132
+ model: "model-xl-q4_0.gguf",
133
+ tokenizer: "tokenizer.json",
134
+ config: "config.json",
135
+ tasks: TASKS,
136
+ },
137
+ coedit_xl_quantized_6k: {
138
  size: "2.34 GB",
139
  base_url: "https://huggingface.co/jbochi/candle-coedit-quantized/resolve/main/",
140
  model: "model-xl.gguf",