Skip to content

Commit fbaca82

Browse files
committed
add docs for LLM attr
1 parent 47503f8 commit fbaca82

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sphinx/source/llm_attr.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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:

0 commit comments

Comments
 (0)