Instructions to use Minej/bert-base-personality with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Minej/bert-base-personality with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Minej/bert-base-personality")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Minej/bert-base-personality") model = AutoModelForSequenceClassification.from_pretrained("Minej/bert-base-personality") - Notebooks
- Google Colab
- Kaggle
What's the data you trained it on?
#4
by hplisiecki - opened
You don't report neither the data you used, nor the accuracy you achieved. This renders this model useless for basically any task other than playing around. Please update the model card so that we can have at least some degree of trust in the results of this model.