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