Commit graph

1 commit

Author SHA1 Message Date
6ca18e3d99 **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.
2025-08-01 11:45:29 -07:00