Views
No views yet
last_hidden_state. This export sets output_hidden_states=True and wraps the model to expose all 7 hidden state layers as named outputs:| Output | Description |
|---|---|
last_hidden_state | Final transformer layer (contextualized embeddings) |
hidden_states.0 | Input embedding layer (static, context-independent) |
hidden_states.1 — hidden_states.6 | Intermediate transformer layers |
| File | Description | Size |
|---|---|---|
model.onnx | ONNX model graph (opset 17) | ~57 KB |
model.onnx.data | External tensor weights | ~87 MB |
vocab.txt | WordPiece vocabulary (30,522 tokens) | ~227 KB |
bounded_contexts/exocortex/platform/models/minilm/export_minilm.py:1cd bounded_contexts/exocortex/platform/models/minilm
2uv run python export_minilm.py