Dataset Viewer

The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

How to loading dataset?

from datasets import load_dataset
datasets = load_dataset("minskiter/weibo",save_infos=True)
train,validation,test = datasets['train'],datasets['validation'],datasets['test']
# convert label to str
print(train.features['labels'].feature.int2str(0))

Force Update

from datasets import load_dataset
datasets = load_dataset("minskiter/weibo", download_mode="force_redownload")

CHANGE LOGS

  • 21/7/2023 v1.0.2 Fix data format.
  • 16/7/2023 v1.0.0 Publish weibo data.
Downloads last month
99