Instructions to use KevSun/Personality_LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KevSun/Personality_LM with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KevSun/Personality_LM")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KevSun/Personality_LM") model = AutoModelForSequenceClassification.from_pretrained("KevSun/Personality_LM") - Inference
- Notebooks
- Google Colab
- Kaggle
Random predictions
#3 opened 10 months ago
by
itelnov
Adding `safetensors` variant of this model
#2 opened over 1 year ago
by
SFconvertbot
Identical Probabilities
8
#1 opened almost 2 years ago
by
lucas-weinfurtner