Skip to content

Commit

Permalink
update project order
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Dec 24, 2023
1 parent be78496 commit ef5203e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions content/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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"
}
]
}
]

0 comments on commit ef5203e

Please sign in to comment.