Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
ndif-team
GitHub 제작자 프로필

ndif-team

2개 GitHub 저장소에서 수집된 9개 skills를 저장소 단위로 보여줍니다.

수집된 skills
9
저장소
2
업데이트
2026-05-05
저장소 탐색

저장소와 대표 skills

nnsight-basics
소프트웨어 개발자

Core nnsight concepts for neural network interpretability. Use when setting up models, tracing activations, saving values, or making basic interventions on model internals.

2026-04-30
remote
소프트웨어 개발자

Optimize nnsight code for remote execution on NDIF. Use whenever the user is writing, reviewing, or refactoring nnsight code that runs against NDIF (any usage of `remote=True`, `model.session`, or models too large to run locally like Llama-70B/405B), even if they don't ask for "optimization" explicitly — naive remote code is often 100x slower than it needs to be, and almost all of that comes from two mistakes: too many requests and too much downloaded.

2026-04-30
activation-patching
컴퓨터·정보 연구 과학자

Causal intervention via activation patching to identify important model components. Use when determining which layers, heads, or positions are causally responsible for model behavior.

2026-01-07
attribution-patching
데이터 과학자

Gradient-based approximation to activation patching for scalable circuit analysis. Use when activation patching is too slow or when analyzing many components simultaneously.

2026-01-07
causal-tracing
컴퓨터·정보 연구 과학자

Causal mediation analysis to identify which model components mediate specific behaviors. Use when investigating how information flows through the network and which neurons or layers are causally responsible for outputs.

2026-01-07
logit-lens
데이터 과학자

Decode intermediate layer predictions using the Logit Lens technique. Use when analyzing what a model predicts at each layer, understanding information flow, or visualizing layer-wise processing.

2026-01-07
model-steering
컴퓨터·정보 연구 과학자

Control model behavior through persistent edits and steering interventions. Use when modifying model outputs, applying steering vectors, or creating persistently modified model versions.

2026-01-07
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다