Instructions to use chiabingxuan/isot-bert-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chiabingxuan/isot-bert-finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chiabingxuan/isot-bert-finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chiabingxuan/isot-bert-finetuned") model = AutoModelForSequenceClassification.from_pretrained("chiabingxuan/isot-bert-finetuned") - Notebooks
- Google Colab
- Kaggle
isot-bert-finetuned
This model is a fine-tuned version of google-bert/bert-base-cased on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.0273
- Accuracy: 0.9940
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: 5e-05
- train_batch_size: 16
- eval_batch_size: 16
- 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
- num_epochs: 5
Training results
Training duration: 2726.5206 seconds
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.1079 | 0.5 | 250 | 0.0246 | 0.9930 |
| 0.0398 | 1.0 | 500 | 0.0338 | 0.9940 |
| 0.0151 | 1.5 | 750 | 0.0468 | 0.9910 |
| 0.0168 | 2.0 | 1000 | 0.0510 | 0.9900 |
| 0.0067 | 2.5 | 1250 | 0.0215 | 0.9940 |
| 0.0027 | 3.0 | 1500 | 0.0268 | 0.9940 |
| 0.0 | 3.5 | 1750 | 0.0267 | 0.9940 |
| 0.0 | 4.0 | 2000 | 0.0262 | 0.9940 |
| 0.0 | 4.5 | 2250 | 0.0275 | 0.9940 |
| 0.0 | 5.0 | 2500 | 0.0273 | 0.9940 |
Framework versions
- Transformers 4.57.0
- Pytorch 2.6.0+cu124
- Datasets 3.6.0
- Tokenizers 0.22.1
- Downloads last month
- 3
Model tree for chiabingxuan/isot-bert-finetuned
Base model
google-bert/bert-base-cased