Instructions to use CogComp/bart-faithful-summary-detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CogComp/bart-faithful-summary-detector with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CogComp/bart-faithful-summary-detector")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CogComp/bart-faithful-summary-detector") model = AutoModelForSequenceClassification.from_pretrained("CogComp/bart-faithful-summary-detector") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 30f9723
Sihao Chen commited on
Update README.md cd27fa8
Sihao Chen commited on
Update README.md ec1a43e
Sihao Chen commited on
Update README.md 81e86e3
Sihao Chen commited on
Update README.md 34da9a3
Sihao Chen commited on
Update config.json affb7bf
Sihao Chen commited on
Update config.json 0747a30
Sihao Chen commited on
Update config.json edec82f
Sihao Chen commited on
Update number of labels for the model 93797c9
Sihao Chen commited on
Update number of labels for the model afa3f84
Sihao Chen commited on
Create README.md e25ec19
Sihao Chen commited on
adding model weights 51c75bb
schen149 commited on