Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use taeuk1/codebert-bin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use taeuk1/codebert-bin with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="taeuk1/codebert-bin")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("taeuk1/codebert-bin") model = AutoModelForSequenceClassification.from_pretrained("taeuk1/codebert-bin") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a8b54ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2a2183ab1fed67759b3e2e4bb336206f3c7835af748e2007b948d9338eaad553
size 5777
|