Untitled

 avatar
unknown
python
a year ago
206 B
5
Indexable
!pip install datasets

#in order to read the dataset from HF repo
from datasets import load_dataset
ds = load_dataset("gizemgg/test_data_femicide_llm_labels_oldinstructiontype")
df = ds["train"].to_pandas()
Editor is loading...
Leave a Comment