Instructions to use SushantGautam/roberta-large_accuracy-coverage with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SushantGautam/roberta-large_accuracy-coverage with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SushantGautam/roberta-large_accuracy-coverage")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SushantGautam/roberta-large_accuracy-coverage") model = AutoModelForSequenceClassification.from_pretrained("SushantGautam/roberta-large_accuracy-coverage", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
38c143f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:219799fafb9c53a896a39ea040efaf0c1e565b20ff5ab4ad2c32e59fa17b2f84
size 2843215085
|