Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnathan Xie committed Mar 12, 2024
1 parent fc586cf commit 6bd2d63
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Installation
# Installation
conda create --name sma_env --name python=3.10
pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
pip install .
pip install datasets evaluate
pip install scipy scikit-learn timm
pip install scipy scikit-learn timm

# Experiments
Experiments are found in the examples directory with accompanying scripts in each directory. To ease reproducing experiments,
we have preprocessed and uploaded all pretraining and finetuning datasets to huggingface hub which will automatically
download when scripts are run.

0 comments on commit 6bd2d63

Please sign in to comment.