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 cfc152c commit 53f6023
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# textattack + dbba
# ragbba

```shell
sudo apt install build-essential
Expand All @@ -10,7 +10,8 @@ cd textattack
# pip install -e '.[tensorflow]' --extra-index-url https://download.pytorch.org/whl/cu113
pip install -e '.[tensorflow]'

# scp -r ragbba user@ip:~/
# scp download.py [email protected]:~/ragbba/
# scp train.py [email protected]:~/ragbba/
cd ~/ragbba
python download.py
python train.py
Expand Down

0 comments on commit 53f6023

Please sign in to comment.