Review douban dushu dataset

#1
by larrylawl - opened

Dataset review request for douban dushu

Description

This dataset contains book reviews from DouBan Dushu.

DouBan DuShu is a Chinese website where users can share their reviews about various kinds of books. Most of the users in this website are unprofessional book reviewers. Therefore, the comments are usually spoken Chinese or even Internet slang.

Files to review

  • douban-dushu.py
  • README.md

Questions

  • For douban-dushu.py, I have trouble sharding my dataset despite following the subsection on sharding here. Specifically, the following command doesn't activate multiprocessing:
dataset = load_dataset("larrylawl/douban-dushu",  num_proc=4)

Can you please advice? Thank you!

cc @lhoestq @polinaeterna @mariosasko @albertvillanova

Hi ! What makes you think it doesn't activate multiprocessing ? it looks all good to me.

I'd just recommend to host the data files in this repository instead of using Google Drive.
Google drive is pretty bad because of download quotas - if the dataset if downloaded too many times the same day il will stop working.

Sign up or log in to comment