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