Text Classification
Transformers
Safetensors
roberta
quantum-computing
quantum-software-engineering
code-classification
codebert
c2q
Instructions to use boshuai1/c2q-parser-codebert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boshuai1/c2q-parser-codebert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="boshuai1/c2q-parser-codebert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("boshuai1/c2q-parser-codebert") model = AutoModelForSequenceClassification.from_pretrained("boshuai1/c2q-parser-codebert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
903ddd6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6365393edf34d74ae569b76ab65839dc6293b3ae4415c75533a289dceb1544c1
size 498637432
|