Skip to content

Commit

Permalink
added installation section
Browse files Browse the repository at this point in the history
- with pip
- with conda
  • Loading branch information
sugatoray committed Dec 30, 2021
1 parent d0d4913 commit 7923229
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,22 @@ Documentation: [ecco.readthedocs.io](https://ecco.readthedocs.io/)
- Evolution of processing a token through the layers of the model ([Logit lens](https://www.lesswrong.com/posts/AcKRB8wDpdaN6v6ru/interpreting-gpt-the-logit-lens))
- Candidate output tokens and their probabilities (at each layer in the model)

## Installation

You can install `ecco` either with `pip` or with `conda`.

**with pip**

```sh
pip install ecco
```

**with conda**

```sh
conda install -c conda-forge ecco
```

## Examples:

### What is the sentiment of this film review?
Expand Down

0 comments on commit 7923229

Please sign in to comment.