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