Instructions to use RecordedFuture/Swedish-Sentiment-Fear-Targets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RecordedFuture/Swedish-Sentiment-Fear-Targets with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="RecordedFuture/Swedish-Sentiment-Fear-Targets")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("RecordedFuture/Swedish-Sentiment-Fear-Targets") model = AutoModelForTokenClassification.from_pretrained("RecordedFuture/Swedish-Sentiment-Fear-Targets", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3324fc4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf2f3d0215a526e5552f7423ed7e232e4937e69658f54182c3fa3de0f3ca9d01
size 496417778
|