Hi, the torchtext version should be set to 0.7. For torchtext with higher version, it will trigger error "cannot import name 'functional_datapipe' from 'torch.utils.data' ".
Better add torchtext==0.7 in the requirement.txt file. Great work and thanks :)