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: 129 Bytes
eb9854e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1ca3e2fb918e1c05891304cd51dd36819c6e4337091c0268a3c8710d1021ca4e
size 3247
|