Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Sep 18, 2023
1 parent 57e9b59 commit 369167a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
7 changes: 0 additions & 7 deletions content/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
"size": "",
"desc": "A set of challenging, multi-turn, and open-ended questions for evaluating chat assistants. Strong LLMs like GPT-4 act as judges and assess the quality of the models' responses as a proxy of human raters.",
"link": "https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge"
},
{
"name": "LongEval",
"architecture": "",
"size": "",
"desc": "A test suite for evaluating the long-context understanding ability of chatbots",
"link": "https://github.com/DachengLi1/LongChat"
}
]
},
Expand Down
26 changes: 13 additions & 13 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,42 +60,42 @@ export default function Home() {
</div>
</Link>

<Link href="https://github.com/lm-sys/FastChat#fastchat-t5">
<Link href="https://github.com/lm-sys/FastChat">
<div className="">
<p className="text-2xl pb-1">FastChat-T5</p>
<p className="text-2xl pb-1">FastChat</p>
<hr />
<p className="pt-2">
A compact yet powerful chatbot with a context length of 4K. Ready for commercial use.
An open platform for training, serving, and evaluating LLM-based chatbots.
</p>
</div>
</Link>
<Link href="https://github.com/DachengLi1/LongChat">

<Link href="https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge">
<div className="">
<p className="text-2xl pb-1">LongChat</p>
<p className="text-2xl pb-1">MT-Bench</p>
<hr />
<p className="pt-2">
A chatbot supporting 16K context length, available in 7B and 13B sizes.
A set of challenging, multi-turn, and open-ended questions for evaluating chatbots.
</p>
</div>
</Link>

<Link href="https://github.com/lm-sys/FastChat">
<Link href="https://github.com/lm-sys/FastChat#fastchat-t5">
<div className="">
<p className="text-2xl pb-1">FastChat</p>
<p className="text-2xl pb-1">FastChat-T5</p>
<hr />
<p className="pt-2">
An open platform for training, finetuning, serving, and evaluating LLM-based chatbots.
A compact yet powerful chatbot with a context length of 4K. Ready for commercial use.
</p>
</div>
</Link>

<Link href="https://github.com/lm-sys/FastChat/tree/main/fastchat/llm_judge">
<Link href="https://github.com/DachengLi1/LongChat">
<div className="">
<p className="text-2xl pb-1">MT-Bench</p>
<p className="text-2xl pb-1">LongChat</p>
<hr />
<p className="pt-2">
A set of challenging, multi-turn, and open-ended questions for evaluating chatbots.
A chatbot supporting 16K context length, available in 7B and 13B sizes.
</p>
</div>
</Link>
Expand Down

0 comments on commit 369167a

Please sign in to comment.