r/artificial - In a LSTM network, What should the initial values of the cell state be?

#artificialintelligence 

I found out about LSTM recently and was interested by it, so I read a lot of blogs and watched many videos about it. From what I learned, I know that the cell state serves as the memory of the network, but what exactly should the initial value of the cell state be equal to? For example, if I'm trying to predict the last word of the sentence: "My favorite car is _______", where each of the word will be the input value in a form of vector. The cell state of the current cell is some function of the cell state from the previous step. So in this case, what should be the cell state when the input is "My"?