Skip to content

Commit

Permalink
📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
userElaina committed Dec 21, 2024
1 parent 339f514 commit 04bf127
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# ragbba

```shell
sudo apt install build-essential
conda create -y -n bba python=3.9
conda activate bba

git clone https://github.com/workelaina/textattack.git
cd textattack
# pip install -e '.[tensorflow]' --extra-index-url https://download.pytorch.org/whl/cu113
pip install -e '.[tensorflow]'

# scp train.py [email protected]:~/ragbba/
cd ~/ragbba
python download.py
python train.py
```

0 comments on commit 04bf127

Please sign in to comment.