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