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

13 lines
634 B
JSON
Raw Normal View History

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