deepankar27

Results 5 issues of deepankar27

@shreyans29 I am getting error "ValueError: setting an array element with a sequence." I used your conversation dataset itself, any idea why so?

Hello I cannot find how you created the model word2vec.bin or where it is available? Can you share the path?

Trained the model using the existing code but when trying to load the model using Skip-thought code: ``` encoder.load_model(configuration.model_config(bidirectional_encoder=False), vocabulary_file=VOCAB_FILE, embedding_matrix_file=EMBEDDING_MATRIX_FILE, checkpoint_path=CHECKPOINT_PATH) ``` It's throwing me exception: NotFoundError (see above...

I want to create a new instruction for a custom task. Can you please help me to understand what is the min number of samples required to create a good...

For security reasons I am using in-house custom API wrapper on top of OpenAI, if I need to use your awesome library then how should I use it? All the...

question