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