Skip to content

Commit

Permalink
change default wandb project name
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiyomaru committed Dec 19, 2023
1 parent c3b0611 commit 25ec5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ WANDB_ENTITY=<USER-NAME or ORGANIZATION-NAME> WANDB_PROJECT=<PROJECT-NAME> pytho
[--model-list <LIST-OF-MODEL-IDS>]
```

By default, the entity is configured to use your username, and the project name is set to `ja-vicuna-qa-benchmark`.
By default, the entity is configured to use your username, and the project name is set to `ja-vicuna-qa-benchmark-dev`.

## Sample Outputs

Expand Down
2 changes: 1 addition & 1 deletion llm_judge/upload_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def upload_results(
results: A list of results.
baseline_model: Baseline model name. Only used in `pairwise-baseline` mode.
"""
project = os.getenv("WANDB_PROJECT", "ja-vicuna-qa-benchmark")
project = os.getenv("WANDB_PROJECT", "ja-vicuna-qa-benchmark-dev")
if len(results) == 0:
logger.warning(f"No results found for {result_id}")
return
Expand Down

0 comments on commit 25ec5c5

Please sign in to comment.