Text Classification
Transformers
Safetensors
Norwegian
Norwegian Bokmål
Norwegian Nynorsk
token-classification
custom_code
Instructions to use ltg/norbert3-base_sentence-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ltg/norbert3-base_sentence-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ltg/norbert3-base_sentence-sentiment", trust_remote_code=True)# Load model directly from transformers import AutoModelForTokenClassification model = AutoModelForTokenClassification.from_pretrained("ltg/norbert3-base_sentence-sentiment", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
How can "dette er en fantastisk dag" be neutral!?
#2 opened over 1 year ago
by
FH