From ef5203e38dcc637b732a0420d0f57b06bc645f4a Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 23 Dec 2023 16:43:24 -0800 Subject: [PATCH] update project order --- content/projects.json | 52 +++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/content/projects.json b/content/projects.json index dadf346e..5a937cee 100644 --- a/content/projects.json +++ b/content/projects.json @@ -25,32 +25,6 @@ } ] }, - { - "name": "Datasets", - "entries": [ - { - "name": "LMSYS-Chat-1M", - "architecture": "", - "size": "", - "desc": "This dataset contains one million real-world conversations with 25 state-of-the-art LLMs.", - "link": "https://huggingface.co/datasets/lmsys/lmsys-chat-1m" - }, - { - "name": "Chatbot Arena Conversations", - "architecture": "", - "size": "", - "desc": "This dataset contains 33K cleaned conversations with pairwise human preferences collected on Chatbot Arena.", - "link": "https://huggingface.co/datasets/lmsys/chatbot_arena_conversations" - }, - { - "name": "ToxicChat", - "architecture": "", - "size": "", - "desc": "This dataset contains 10K high-quality data for content moderation in real-world user-AI interactions based on user queries from the Vicuna online demo.", - "link": "https://huggingface.co/datasets/lmsys/toxic-chat" - } - ] - }, { "name": "Evaluation", "entries": [ @@ -95,5 +69,31 @@ "link": "https://github.com/hao-ai-lab/LookaheadDecoding" } ] + }, + { + "name": "Datasets", + "entries": [ + { + "name": "LMSYS-Chat-1M", + "architecture": "", + "size": "", + "desc": "This dataset contains one million real-world conversations with 25 state-of-the-art LLMs.", + "link": "https://huggingface.co/datasets/lmsys/lmsys-chat-1m" + }, + { + "name": "Chatbot Arena Conversations", + "architecture": "", + "size": "", + "desc": "This dataset contains 33K cleaned conversations with pairwise human preferences collected on Chatbot Arena.", + "link": "https://huggingface.co/datasets/lmsys/chatbot_arena_conversations" + }, + { + "name": "ToxicChat", + "architecture": "", + "size": "", + "desc": "This dataset contains 10K high-quality data for content moderation in real-world user-AI interactions based on user queries from the Vicuna online demo.", + "link": "https://huggingface.co/datasets/lmsys/toxic-chat" + } + ] } ]