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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a8b54ba | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8eb4944872d2fb9f6c02f497cd853979857fdc1134e06db9d0b7fd8df1f16ed2
size 498612824
|