--- base_model: distilbert-base-uncased library_name: peft license: apache-2.0 metrics: - f1 tags: - generated_from_trainer model-index: - name: distilbert-base-uncased-imdb-text-classification_test2_DistilBERT results: [] --- # distilbert-base-uncased-imdb-text-classification_test2_DistilBERT This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.9327 - F1: 0.8909 ## 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: 0.001 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | F1 | |:-------------:|:-----:|:----:|:---------------:|:------:| | 0.0879 | 1.0 | 125 | 0.3749 | 0.8850 | | 0.416 | 2.0 | 250 | 0.4055 | 0.8850 | | 0.166 | 3.0 | 375 | 0.5054 | 0.8785 | | 0.0023 | 4.0 | 500 | 0.7333 | 0.8762 | | 0.0027 | 5.0 | 625 | 0.7895 | 0.8870 | | 0.0002 | 6.0 | 750 | 0.8135 | 0.8807 | | 0.0 | 7.0 | 875 | 0.8169 | 0.8991 | | 0.0006 | 8.0 | 1000 | 0.8892 | 0.9027 | | 0.0025 | 9.0 | 1125 | 0.9300 | 0.8909 | | 0.0004 | 10.0 | 1250 | 0.9327 | 0.8909 | ### Framework versions - PEFT 0.12.0 - Transformers 4.44.0 - Pytorch 2.4.0 - Datasets 2.21.0 - Tokenizers 0.19.1