Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RadiantCrystal authored Jun 17, 2024
1 parent 345cae6 commit 91a1d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ pip install -r requirement.txt

## FileStructure

# Safety Arithmetic
### Safety Arithmetic
```
Run Safety_Arithmetic_Base_and_SFT.ipynb file for BASE and SFT models.
Run Safety_Arithmetic_Edited.ipynb file for EDITED models.
```
# Harm Direction Removal (HDR) (w/ TIES)
### Harm Direction Removal (HDR) (w/ TIES)
```
Run HDR/HDR_TIES_BASE_AND_SFT.ipynb for SFT models and BASE models
Run HDR/HDR_TIES_EDITED.ipynb for EDITED model.
```
# Harm Direction Removal (HDR) (w/ Task Vector)
### Harm Direction Removal (HDR) (w/ Task Vector)
```
Run HDR/HDR_Task_Vector_BASE.ipynb for BASE models
Run HDR/HDR_Task_Vector_SFT.ipynb for SFT models
Run HDR/HDR_Task_Vector_EDITED.ipynb for EDITED models.
```
# Only ICV
### Only ICV
```
Run Safety_Arithmetic_Base_and_SFT.ipynb file by passing direct base/sft (without HDR).
Run Safety_Arithmetic_Edited.ipynb file by passing direct edited (without HDR).
Expand Down

0 comments on commit 91a1d18

Please sign in to comment.