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