-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d8b2b9
commit cc1767a
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
pip install -e . | ||
pip install transformers | ||
|
||
git clone https://github.com/yuh-zha/AlignScore | ||
pip install ./AlignScore/. | ||
pip install -r AlignScore/requirements.txt | ||
wget -P ./AlignScore/ckpt https://huggingface.co/yzha/AlignScore/resolve/main/AlignScore-large.ckpt | ||
wget -P ./AlignScore/ckpt https://huggingface.co/yzha/AlignScore/resolve/main/AlignScore-base.ckpt | ||
|
||
|
||
pip install spacy | ||
python3 -m spacy download en_core_web_sm | ||
pip install mauve-text | ||
pip install mauve-text | ||
pip install python-dotenv | ||
pip install pytorch-ignite | ||
|
||
git lfs install | ||
git clone https://huggingface.co/datasets/UCSC-VLAA/o1_medical | ||
rsync -a --ignore-existing ./o1_medical/data/ ./evals/registry/data/ | ||
rm -r ./o1_medical |