dataset_file = "dataset.json" | |
responses_file = "responses.txt" | |
emb_size = 128 # how big are the word vectors in the input (how much information can be fit into one word) | |
inp_len = 10 # limit of the input length, after 10 words the |
dataset_file = "dataset.json" | |
responses_file = "responses.txt" | |
emb_size = 128 # how big are the word vectors in the input (how much information can be fit into one word) | |
inp_len = 10 # limit of the input length, after 10 words the |