What do you use for loading standard text datasets?

For images there is torchvision that works pretty well. I tried torchtext but I couldn’t get it to work and the documentation is very sparse. Is there any other library for loading text that is recommended?

1 Like

You can use datasets provided by huggingface (GitHub - huggingface/datasets: 🤗 The largest hub of ready-to-use NLP datasets for ML models with fast, easy-to-use and efficient data manipulation tools)