Instructions to use marma/bert-base-swedish-cased-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use marma/bert-base-swedish-cased-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="marma/bert-base-swedish-cased-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("marma/bert-base-swedish-cased-sentiment") model = AutoModelForSequenceClassification.from_pretrained("marma/bert-base-swedish-cased-sentiment") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
122e1b2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:459fc7c65626857fcc64baf0e3f325227c130a0a0d7f460dcd8be669278e2ff2
size 498856847
|