Update config for transformers.js

#10
by Xenova HF Staff - opened
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -61,6 +61,13 @@
61
  "sliding_window": null,
62
  "tie_word_embeddings": true,
63
  "transformers_version": "5.0.0.dev0",
 
 
 
 
 
 
 
64
  "use_cache": false,
65
  "use_sliding_window": false,
66
  "vocab_size": 151936,
 
61
  "sliding_window": null,
62
  "tie_word_embeddings": true,
63
  "transformers_version": "5.0.0.dev0",
64
+ "transformers.js_config": {
65
+ "use_external_data_format": {
66
+ "model.onnx": 2,
67
+ "model_quantized.onnx": 1,
68
+ "model_q4.onnx": 1
69
+ }
70
+ },
71
  "use_cache": false,
72
  "use_sliding_window": false,
73
  "vocab_size": 151936,