π Dataset Overview
The drlc-leaderboard-data dataset is part of the Hugging Face projects collection. It is primarily a tabular dataset with a focus on text modalities. The dataset is available in CSV format and contains between 10K - 100K entries.
π Dataset Details
The dataset comprises a single split named train, containing 32.4K rows. It includes various columns, each serving a distinct purpose. The Ranking column is of type int64
, while the User and Model columns are strings with varying lengths. The Results, Mean Reward, and Std Reward columns are of type float64
.
π Data Visualization
The dataset viewer provides visual insights into the distribution of data across different columns. For instance, the Ranking column displays a bar chart with a peak at 10.1K. The User and Model columns show diverse entries, with the latter having a length of 69.
π Key Metrics
- Results: Ranges from -6,040 to 200K.
- Mean Reward: Spans from -4,851 to 407K.
- Std Reward: Values range from -1,000 to 320K.