Update config.json
Browse files- config.json +6 -0
config.json
CHANGED
@@ -36,6 +36,12 @@
|
|
36 |
"vocab_size": 51200
|
37 |
},
|
38 |
"torch_dtype": "float16",
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
"transformers_version": "4.38.2",
|
40 |
"image_token_index": -200,
|
41 |
"num_image_tokens": 729
|
|
|
36 |
"vocab_size": 51200
|
37 |
},
|
38 |
"torch_dtype": "float16",
|
39 |
+
"transformers.js_config": {
|
40 |
+
"kv_cache_dtype": {
|
41 |
+
"q4f16": "float16",
|
42 |
+
"fp16": "float16"
|
43 |
+
}
|
44 |
+
},
|
45 |
"transformers_version": "4.38.2",
|
46 |
"image_token_index": -200,
|
47 |
"num_image_tokens": 729
|