Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-compass/opencompass
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: open-compass/opencompass
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bittersweet1999-patch-1
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2024

  1. Update eval_judgerbench.py

    bittersweet1999 authored Oct 21, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ec17b18 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 configs/eval_judgerbench.py
4 changes: 2 additions & 2 deletions configs/eval_judgerbench.py
Original file line number Diff line number Diff line change
@@ -21,8 +21,8 @@
models = [
dict(
type=TurboMindModelwithChatTemplate,
abbr='Qwen2-7B',
path='Qwen/Qwen2-7B-Instruct',
abbr='CompassJudger-1-7B-Instruct',
path='opencompass/CompassJudger-1-7B-Instruct',
engine_config=dict(session_len=16384, max_batch_size=16, tp=1),
gen_config=dict(top_k=1, temperature=1e-6, top_p=0.9, max_new_tokens=2048),
max_seq_len=16384,