lm-sys / lm-sys/FastChat

Fix example in the eval readme

Open
#1,564 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
39.5k
Forks
4.8k
PR merge metrics
No merged PRs in 30d

Description

path: https://github.com/lm-sys/FastChat/tree/main/fastchat/eval
issue: missing field "metadata"
example:

{
"reviewer_id":"gpt-4-0328-default",
"prompt_id":1,
"metadata":{
"temperature":0.2,
"max_tokens":8192
},
"description":"GPT-4 for general questions",
"category":"general"
}

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the fastchat/eval directory, locate the README containing the reviewer configuration example, and compare it with the expected schema for that configuration. The issue's example already shows a metadata field, so confirm the intended correction before editing. Done means the README example accurately documents the required metadata field and remains valid.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.