Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed Nov 22, 2023
1 parent e41b4b0 commit d952e75
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ a `requirements.txt` file.

To install LENS, one needs to install a modified version of the LENS codebase that fixes PyPi's broken build between
sentence-transformers (torch version), sentencepiece and Pandas. To install a working LENS version, use
`pip install git+https://github.com/davebulaval/LENS`.
`pip install git+https://github.com/davebulaval/LENS`. You also need to download the weights of the coverage model.
Weights are available [here](https://github.com/GRAAL-Research/MeaningBERT/releases/tag/dependencies_model_release).

#### Install QuestEVal

To install QuestEval, one needs to install a modified version of the QuestEval codebase that fixes PyPi broken build
with SpaCy. To install a working LENS version, use `pip install git+https://github.com/davebulaval/QuestEval`.
with SpaCy. To install a working LENS version, use `pip install git+https://github.com/davebulaval/QuestEval`. You also
need to download the weights of the coverage model. Weights are available
[here](https://github.com/GRAAL-Research/MeaningBERT/releases/tag/dependencies_model_release).

#### Install BLEURT

Expand Down

0 comments on commit d952e75

Please sign in to comment.