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
| { | |
| "eval_loss": 0.0, | |
| "eval_accuracy": 1.0, | |
| "eval_f1": 1.0, | |
| "eval_roc_auc": 1.0, | |
| "eval_runtime": 408.2672, | |
| "eval_samples_per_second": 42.71, | |
| "eval_steps_per_second": 2.67, | |
| "epoch": 4.0 | |
| } |