Datasets:
Update task category, license, add tags and sample usage
#1
by
nielsr
HF Staff
- opened
This PR addresses several improvements to the dataset card:
- Updates the
license
metadata fromapache-2.0
tocc-by-4.0
, aligning with the Creative Commons license for dataset materials as specified in the GitHub README. - Changes the
task_categories
metadata fromquestion-answering
totext-ranking
, which better reflects the dataset's focus on evaluating retrieval and ranking models. - Adds
tags
such asretrieval
,embeddings
, andbenchmark
for better discoverability and categorization. - Includes a "Sample Usage" section with a Python code snippet, directly sourced from the GitHub README, demonstrating how to load the dataset using the
datasets
library.
These changes aim to make the dataset card more accurate, informative, and user-friendly.
orionweller
changed pull request status to
merged
Btw @orionweller side note, it would be pretty cool to have these datasets at https://huggingface.co/google, which has an Enterprise license now (with things like single-sign-on).
I'm not at Google unfortunately (was just an intern) and it is quite a process to do something as simple as moving the data from the Github to the HF. Much easier for me just to host the MTEB version while they host the original on the Github :)