Instructions to use bsl/bart-ranker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bsl/bart-ranker with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("bsl/bart-ranker") model = AutoModelForSequenceClassification.from_pretrained("bsl/bart-ranker") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 7288bc3
Update README.md d74c62a
Update README.md 9171905
Update README.md f6f6426
Update README.md afce7f6
Update README.md 7ce859a
Update README.md b3f2559
Update README.md 41085e8
upload model 95a3303
Binsheng Liu commited on