Text Classification
Transformers
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ItsKrishna/cybersent-prompt-injection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ItsKrishna/cybersent-prompt-injection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ItsKrishna/cybersent-prompt-injection")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ItsKrishna/cybersent-prompt-injection") model = AutoModelForSequenceClassification.from_pretrained("ItsKrishna/cybersent-prompt-injection") - Notebooks
- Google Colab
- Kaggle
cybersent-prompt-injection
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.1944
- Accuracy: 0.9138
- F1: 0.9091
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 32
- eval_batch_size: 64
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 0.1
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| No log | 1.0 | 18 | 0.6212 | 0.6034 | 0.3784 |
| 0.6380 | 2.0 | 36 | 0.3494 | 0.8534 | 0.8440 |
| 0.4278 | 3.0 | 54 | 0.2230 | 0.8966 | 0.8909 |
| 0.2028 | 4.0 | 72 | 0.2330 | 0.9052 | 0.8991 |
| 0.1051 | 5.0 | 90 | 0.1944 | 0.9138 | 0.9091 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.2
- Downloads last month
- 4
Model tree for ItsKrishna/cybersent-prompt-injection
Base model
distilbert/distilbert-base-uncased