how can this part from [this](https://huggingface.co/docs/transformers/model_doc/bert#transformers.BertForNextSentencePrediction.forward.example) huggingface example ```python outputs = model(**encoding, labels=torch.LongTensor([1])) ``` be translated to libpython-clj?