Pytorch ImageNet dataset

Hi all;
I am Unable to download the orignal ImageNet dataset from their official website, However, I found out that pytorch has ImageNet as one of it’s torch vision datasets.
Q1. Is that the original ImageNet dataset?
Q2. How do I get the classes for the dataset like it’s being done in Cifar-10
classes = [‘airplane’, ‘automobile’, ‘bird’, ‘cat’, ‘deer’,
‘dog’, ‘frog’, ‘horse’, ‘ship’, ‘truck’]