Skip to content

Commit

Permalink
align projects
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Apr 22, 2024
1 parent 1fea8e9 commit ad5d3c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@ export default function Home() {
</div>
</Link>

<Link href="https://github.com/lm-sys/FastChat">
<Link href="https://huggingface.co/datasets/lmsys/lmsys-chat-1m">
<div className="">
<p className="text-2xl pb-1">FastChat</p>
<p className="text-2xl pb-1">LMSYS-Chat-1M</p>
<hr />
<p className="pt-2">
An open platform for training, serving, and evaluating LLM-based chatbots.
A large-scale real-world LLM conversation dataset.
</p>
</div>
</Link>

<Link href="https://huggingface.co/datasets/lmsys/lmsys-chat-1m">
<Link href="https://github.com/lm-sys/FastChat">
<div className="">
<p className="text-2xl pb-1">LMSYS-Chat-1M</p>
<p className="text-2xl pb-1">FastChat</p>
<hr />
<p className="pt-2">
A large-scale real-world LLM conversation dataset.
An open platform for training, serving, and evaluating LLM-based chatbots.
</p>
</div>
</Link>
Expand Down

0 comments on commit ad5d3c2

Please sign in to comment.