keras-language-modeling icon indicating copy to clipboard operation
keras-language-modeling copied to clipboard

:book: Some language modeling tools for Keras

Results 29 keras-language-modeling issues
Sort by recently updated
recently updated
newest added

Hello, Thanks for sharing you experience on this subject. I've got an issue running insurance_qa_eval.py. Here's the full stacktrace : `Traceback (most recent call last): File "insurance_qa_eval.py", line 274, in...

Thanks for sharing this experiment. I'm trying to get it working to reproduce your results, but it seems like there's a bootstrapping problem. - Running either script produces an error...

To save time, I set np_epoch to 2 and the program only displays 1 epoch. I choose that epoch and evaluate it against the test sets: The top 1 precision...

Hi, thanks for your great work on sharing the one and only working keras-based implementation of deep learning models for NLP that can be found on the web. Suppose I...

Hi, thanks for your great work and support. I have got insurance_qa_evaluation.py running with Kera's own embedding layer. How do I bridge insurance_qa_embeddings.py to insurance_qa_evaluation.py? I want to substitute parts...

Hi, I have no problem getting evaluation during training work by setting evaluation mode to all in config. But my supervisor suggests me that: 1. I should not see the...

I am using the same code as in the AttentionModel in keras_models.py. I have added the additional Dense Layers in the end. When I try to save the model, it...

``` json_string = tweet_model.to_json() open(r'models\tweet_model_architecture.json', 'w', encoding = 'utf-8').write(json_string) tweet_model.save_weights(r'models\tweet_model_weights.h5',overwrite = True) File "C:\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 699, in runfile execfile(filename, namespace) File "C:\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\sitecustomize.py", line 74, in execfile exec(compile(scripttext, filename, 'exec'), glob,...

When running `insurance_qa_eval.py`, I have : ``` File "/Users/heri/anaconda/lib/python2.7/site-packages/numpy/lib/npyio.py", line 362, in load fid = open(file, "rb") IOError: [Errno 2] No such file or directory: 'models/word2vec_100_dim.h5' ```