Instructions to use alexandrainst/da-subjectivivity-classification-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexandrainst/da-subjectivivity-classification-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="alexandrainst/da-subjectivivity-classification-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("alexandrainst/da-subjectivivity-classification-base") model = AutoModelForSequenceClassification.from_pretrained("alexandrainst/da-subjectivivity-classification-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8c8ad3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d10822267e3de12b0433d316feca47edc195cfcca1421630df0092328c470f7
size 442556845
|