This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/brainy-models-package/models/universal-sentence-encoder/metadata.json
David Snelling e868060057 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
2025-08-05 18:09:12 -07:00

13 lines
No EOL
634 B
JSON

{
"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."
}