File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Captum API Reference
1212 :caption: API Reference
1313
1414 attribution
15+ llm_attr
1516 noise_tunnel
1617 layer
1718 neuron
Original file line number Diff line number Diff line change 1+ LLM Attribution Classes
2+ ========================
3+
4+ LLMAttribution
5+ ^^^^^^^^^^^^^^^^^^^^^^^^
6+
7+ .. autoclass :: captum.attr.LLMAttribution
8+ :members:
9+
10+ LLMGradientAttribution
11+ ^^^^^^^^^^^^^^^^^^^^^^^^
12+
13+ .. autoclass :: captum.attr.LLMGradientAttribution
14+ :members:
15+
16+
17+ LLMAttributionResult
18+ ^^^^^^^^^^^^^^^^^^^^^^^^
19+
20+ .. autoclass :: captum.attr.LLMAttributionResult
21+ :members:
Original file line number Diff line number Diff line change 11Utilities
22==========
33
4+ Interpretable Inpit
5+ ^^^^^^^^^^^^^^
6+ .. autoclass :: captum.attr.InterpretableInput
7+ :members:
8+
9+ .. autoclass :: captum.attr.TextTemplateInput
10+ :members:
11+
12+ .. autoclass :: captum.attr.TextTokenInput
13+ :members:
14+
15+
416Visualization
517^^^^^^^^^^^^^^
618
You can’t perform that action at this time.
0 commit comments