Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yjw1029/Self-Reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
t-jingweiyi committed Oct 26, 2023
2 parents aae4e27 + 461f0a2 commit 94c1701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,10 @@ python stat.py --data_pattern file/pattern/of/repeat/exps
## Results


Download all intermediate [results](https://drive.google.com/file/d/1FSjHBYCZjQumdibre_o2aR81iS6Vtdp7/view?usp=sharing
usp=drive_link) in our experiments.
Download all intermediate [results](https://drive.google.com/file/d/1FSjHBYCZjQumdibre_o2aR81iS6Vtdp7/view?usp=sharing) in our experiments.
```bash
gdown 1FSjHBYCZjQumdibre_o2aR81iS6Vtdp7
unzip results.zip
```

Compute metrics with the above scripts to get the results reported in out paper.
Compute metrics with the above scripts to get the results reported in out paper.
2 changes: 1 addition & 1 deletion src/config/vicuna_13b.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_8bit: False
model_name: lmsys/vicuna-13b-v1.3
llm_name: "vicuna"
auth_token: "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"
auth_token: "[YOUR AUTH TOKEN]"

0 comments on commit 94c1701

Please sign in to comment.