Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Instructions to use ayaat/fine-tuned-DistilBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayaat/fine-tuned-DistilBert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ayaat/fine-tuned-DistilBert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ayaat/fine-tuned-DistilBert") model = AutoModelForSequenceClassification.from_pretrained("ayaat/fine-tuned-DistilBert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
fine-tuned-DistilBert
This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.9685
- Accuracy: 80.3145
- Precision: 84.1310
- Recall: 80.3145
- F1: 79.7509
- Auc: 90.9373
- Confusion Matrix: [[3664 2095] [ 171 5581]]
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: 3e-05
- train_batch_size: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
Training results
Framework versions
- Transformers 4.41.2
- Pytorch 2.3.1+cu121
- Datasets 2.19.2
- Tokenizers 0.19.1
- Downloads last month
- 2
Model tree for ayaat/fine-tuned-DistilBert
Base model
distilbert/distilbert-base-uncased