Text Classification
Transformers
TensorBoard
Safetensors
bert
Generated from Trainer
text-embeddings-inference
Instructions to use illkebilgee/trainer_output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use illkebilgee/trainer_output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="illkebilgee/trainer_output")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("illkebilgee/trainer_output") model = AutoModelForSequenceClassification.from_pretrained("illkebilgee/trainer_output") - Notebooks
- Google Colab
- Kaggle
trainer_output
This model is a fine-tuned version of bert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.7547
- Accuracy: 0.6931
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: 32
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_ratio: 0.1
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| No log | 1.0 | 78 | 0.6758 | 0.6137 |
| No log | 2.0 | 156 | 0.6386 | 0.6498 |
| No log | 3.0 | 234 | 0.6669 | 0.6859 |
| No log | 4.0 | 312 | 0.7192 | 0.6787 |
| No log | 5.0 | 390 | 0.7547 | 0.6931 |
Framework versions
- Transformers 4.50.3
- Pytorch 2.6.0+cu124
- Datasets 3.5.0
- Tokenizers 0.21.1
- Downloads last month
- 2
Model tree for illkebilgee/trainer_output
Base model
google-bert/bert-base-uncased