I am trying to load the Glove embedding vectors in kaggle kernel using TorchText lib.
from torchtext import vocab
vec = vocab.Vectors('glove.6B.100d.txt', '../input/glove6b100dtxt/')
I am getting the following error:
OSError: [Errno 30] Read-only file system: '../input/glove6b100dtxt/glove.6B.100d.txt.pt'