**feat(models): add Universal Sentence Encoder model configuration**
- Added `model.json` file for the Universal Sentence Encoder (USE). - Defined `modelTopology` structure, including TensorFlow node definitions with layer configurations. - Organized file under `src/models/universal-sentence-encoder/` for consistency with model shards. **Purpose**: Include necessary model configuration to enable the initialization and usage of the Universal Sentence Encoder, completing the model setup for embedding operations.
This commit is contained in:
parent
1065c5535a
commit
6ca18e3d99
1 changed files with 7182 additions and 0 deletions
7182
src/models/universal-sentence-encoder/model.json
Normal file
7182
src/models/universal-sentence-encoder/model.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue