Hi! I am trying to use your model from huggingface for text classification following their examples and I find that I encounter this error
forward() got an unexpected keyword argument 'labels'
How do I suppose to train this model?
Here is what I was trying to do