You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[PerturbationStrategy and AttributionStrategy](#perturbationstrategy-and-attributionstrategy)
25
+
-[ExperimentLogger](#experimentlogger)
26
+
-[Limitations](#limitations)
27
+
-[Batch dimensions](#batch-dimensions)
28
+
-[Input Embeddings](#input-embeddings)
29
+
-[GPU Acceleration](#gpu-acceleration)
30
+
-[Development](#development)
31
+
-[Testing](#testing)
32
+
-[Research](#research)
30
33
31
34
## Quickstart
32
35
33
36
34
37
Attrubution via OpenAI's API:
35
38
36
-
# !!! This will use API credits !!!
39
+
**!!! This will use API credits !!!**
37
40
38
41
```python
39
42
from attribution.api_attribution import OpenAIAttributor
@@ -83,7 +86,7 @@ attributor.print_attributions(
83
86
)
84
87
```
85
88
86
-
Usage examples can be found in the `examples/` folder. There's also a colab-hosted quickstart notebook [here](https://colab.research.google.com/drive/1yf6izSzZg2K88QyaJwAwkZPPyLP4pPa-?usp=sharing).
89
+
Usage examples can be found in the `examples/` folder.
0 commit comments