How do you deal with the data ? 10, 200,100,120 in the following code , how did you treat dialogue to become such number?
self.batch_size = 10
self.context_dim = 200
self.model_response_dim = 100
self.reference_response_dim = 120
can you share us the data and the solution you make the data?
How do you deal with the data ? 10, 200,100,120 in the following code , how did you treat dialogue to become such number?
self.batch_size = 10
self.context_dim = 200
self.model_response_dim = 100
self.reference_response_dim = 120
can you share us the data and the solution you make the data?