CodeLama LlamaForSequenceClassification

I am training LlamaForSequenceClassification . It seems that it doesnt include the linear mapping in the model nn.Linear(config.hidden_size, self.num_labels, bias=False) . Namely it doesn’t upload this matrix with the model. (I can see that during the inference I get different results even if I fix the seed and the temperature). Is this true?