feat: add brainy-models-package v0.8.0 with USE-lite model
- Add complete Universal Sentence Encoder Lite model (27MB) - Include vocab.json for tokenization support - Update package to work with @tensorflow-models/universal-sentence-encoder - Ensure offline model loading capability for Docker deployments - Published to npm as @soulcraft/brainy-models@0.8.0
This commit is contained in:
parent
daf3b6243a
commit
e868060057
17 changed files with 8012 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "universal-sentence-encoder-lite",
|
||||
"version": "1.0.0",
|
||||
"description": "Universal Sentence Encoder Lite model with tokenizer support",
|
||||
"dimensions": 512,
|
||||
"downloadDate": "2025-08-06T00:56:00.000Z",
|
||||
"source": "https://www.kaggle.com/models/tensorflow/universal-sentence-encoder/tfJs/lite/1",
|
||||
"approach": "full-bundle",
|
||||
"modelUrl": "https://www.kaggle.com/models/tensorflow/universal-sentence-encoder/tfJs/lite/1",
|
||||
"bundledLocally": true,
|
||||
"reliability": "maximum",
|
||||
"notes": "This model requires tokenization of input text. Use with @tensorflow-models/universal-sentence-encoder for proper tokenization."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue