diff --git a/README.md b/README.md index ed55323..ce249da 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +Compute metrics with the above scripts to get the results reported in out paper. diff --git a/src/config/vicuna_13b.yaml b/src/config/vicuna_13b.yaml index 8710bb9..85deaf3 100644 --- a/src/config/vicuna_13b.yaml +++ b/src/config/vicuna_13b.yaml @@ -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]"