AI-Scientist icon indicating copy to clipboard operation
AI-Scientist copied to clipboard

python data/shakespeare_char/prepare.py length of dataset in characters: 0

Open ArtificialZeng opened this issue 1 year ago • 2 comments

python data/shakespeare_char/prepare.py length of dataset in characters: 0 all the unique characters: vocab size: 0 train has 0 tokens val has 0 tokens

ArtificialZeng avatar Sep 12 '24 14:09 ArtificialZeng

python data/shakespeare_char/prepare.py length of dataset in characters: 0 all the unique characters: vocab size: 0 train has 0 tokens val has 0 tokens

That's because of your input. TXT file has no content, you can re-run the code, or open a new compiler to re-run the py file

LMJOK avatar Sep 19 '24 06:09 LMJOK

python data/shakespeare_char/prepare.py length of dataset in characters: 0 all the unique characters: vocab size: 0 train has 0 tokens val has 0 tokens

That's because of your input. TXT file has no content, you can re-run the code, or open a new compiler to re-run the py file

I'm applying semantic scholar api.

ArtificialZeng avatar Sep 19 '24 06:09 ArtificialZeng