DiffuSeq icon indicating copy to clipboard operation
DiffuSeq copied to clipboard

i face some promble Dataset(2) in "text_datasets.py"

Open decode12 opened this issue 1 year ago • 1 comments

from datasets import Dataset as Dataset2

ImportError: cannot import name 'Dataset' from 'datasets' (unknown location)

decode12 avatar Dec 28 '23 04:12 decode12

Hi, I fix it by pip install datasets.

kimyong95 avatar Jan 24 '24 07:01 kimyong95