How does imdb.npz generate?

Keras provides an imdb.npz file (imdb.load_data) which contains the processed data of the IMDb dataset. However, I cannot find the code that generates this file. Can someone help me out? Thanks!

If I remember correctly I don’t think that the scripts is public.
But the version in tf.dataset is public:

1 Like