Transformers.js - Enable external data format in Node.js
Browse filesSee https://github.com/huggingface/transformers.js/pull/1212 for more information.
- 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 |
}
|