@julien-c worth noting
the model seems to have uploaded correctly since the below code runs without any error
In [1]: from transformers import AutoModelForSequenceClassification
In [2]: model = AutoModelForSequenceClassification.from_pretrained('bewgle/bart-large-mnli-bewgle')