search_top_features
Retrieve the top features with highest activation for any input text across a model layer, enabling neural network interpretability analysis.
Instructions
Find the top activating features for given text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Input text to analyze | |
| topK | No | Number of top features to return (default: 10) | |
| layer | Yes | Layer number | |
| model | Yes | Model name |