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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
31e2eee | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:18bb32c67308c807abeaf53d9239e49b8543143e4b9a7b21ecc615252d652caa
size 2230668282
|