File size: 239 Bytes
d80c106 |
1 2 3 4 5 |
dataset_file = "dataset_kel.json"
responses_file = "responses_kel.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
|