Xenova HF Staff commited on
Commit
93f549f
·
verified ·
1 Parent(s): 68828f6

Transformers.js - Enable external data format in Node.js

Browse files

See https://github.com/huggingface/transformers.js/pull/1212 for more information.

Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -59,5 +59,10 @@
59
  "Upper Teeth": 26,
60
  "Tongue": 27
61
  },
62
- "model_type": "sapiens"
 
 
 
 
 
63
  }
 
59
  "Upper Teeth": 26,
60
  "Tongue": 27
61
  },
62
+ "model_type": "sapiens",
63
+ "transformers.js_config": {
64
+ "use_external_data_format": {
65
+ "model.onnx": true
66
+ }
67
+ }
68
  }