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
Commit History
Upload pytorch_model.bin with huggingface_hub cec2452 verified
Upload pytorch_model.bin with huggingface_hub 3c29824 verified
Upload pytorch_model.bin with huggingface_hub 2085b70 verified
Upload pytorch_model.bin with huggingface_hub 083226c verified
Add model binary and training arguments 5f81dad
Kun Sun commited on