I am running an experiment (a custom-made model created with Pytorch) in Azure ML and using FastText (not the gensim version), but met a problem:
In the experiment, I have a (rather large) text file in a dataset and need to train FastText with it, but fasttext.train_unsupervised only takes a file name as an input.
Please, how do I work with FastText in the context of Azure ML datasets?
Thanks in advance!