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