textgenrnn
textgenrnn copied to clipboard
How could I use a pre trained model
I have pretrained models from FastText and from Aravec which is another source. The file formats are different from "hdf5". For example there is "bin" and "vec". How could I use these pre trained models
Bumping this, developers should be active. I'm wanting to use a pre-trained model also.
Doubling!
@youssefsharief meanwhile can you share the pretrained model here for others to experiment on.
@ishandutta2007
Aravec: https://github.com/bakrianoo/aravec Go to N-Grams Models and Unigrams Models sections
For FastText, google FastText pre-trained model
But why are you asking that here, you should ask in those projects. Doesn't those projects have sample evaluate scripts ? If it doesn't you should ask their creators to add.
@ishandutta2007 What are sample evaluate scripts?
@youssefsharief Just like textgen.generate()
of this repo, every model creator should know how to run/evaluate his models. @minimaxir has not created those models, how would he know how to run those, please ask creator of those models on those repos how to run/evaluate them, not here.
Bumping. I'd like to see gentextrnn be able to save hdf5 files so I can reuse them later.