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