Text Classification
Transformers
Safetensors
English
me2bert
feature-extraction
Moral Foundation Prediction
MFT
Morality
Morality Values
BERTForMoralPrediction
Emotions
Events
https://aclanthology.org/2025.coling-main.638.pdf
custom_code
Instructions to use lorenzozan/ME2-BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lorenzozan/ME2-BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lorenzozan/ME2-BERT", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lorenzozan/ME2-BERT", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K