**feat(brainy-models): enhance workflows, update README, and improve model compatibility**
- **Scripts**:
- Refactored logging within `release-workflow.js` for improved readability and maintainability.
- Added a fallback mechanism in `download-full-models.js` to inject the "format" field into `model.json` for TensorFlow.js compatibility.
- **Documentation**:
- Updated `README.md` with a redesigned structure:
- Enhanced readability using emojis and a cleaner presentation.
- Expanded `Overview`, `Features`, and `Quick Start` sections.
- Refined "Use Cases" and added better explanations for bundled model benefits.
- **Models**:
- Adjusted `model.json` to include the "format" field for compatibility with TensorFlow.js.
- Updated `metadata.json` with a recent download timestamp.
**Purpose
This commit is contained in:
parent
4254deceac
commit
699dc4f4a5
5 changed files with 71 additions and 35 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Complete Universal Sentence Encoder model bundled for offline use",
|
||||
"dimensions": 512,
|
||||
"downloadDate": "2025-08-01T23:20:17.338Z",
|
||||
"downloadDate": "2025-08-02T00:28:52.947Z",
|
||||
"source": "tensorflow-models/universal-sentence-encoder",
|
||||
"approach": "full-bundle",
|
||||
"modelUrl": "https://storage.googleapis.com/tfjs-models/savedmodel/universal_sentence_encoder",
|
||||
|
|
|
|||
|
|
@ -7178,5 +7178,6 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"format": "tfjs-graph-model"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue