--- library_name: transformers base_model: roneneldan/TinyStories-1M tags: - generated_from_trainer model-index: - name: tinylm1M-stella-2sent_7clust-2025-04-04-12-53 results: [] --- # tinylm1M-stella-2sent_7clust-2025-04-04-12-53 This model is a fine-tuned version of [roneneldan/TinyStories-1M](https://huggingface.co/roneneldan/TinyStories-1M) on the None dataset. It achieves the following results on the evaluation set: - Loss: 2.1908 ## 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-06 - train_batch_size: 4 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 8 - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT 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: 100 - num_epochs: 20 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:-------:|:-----:|:---------------:| | 2.6001 | 0.8418 | 500 | 2.5470 | | 2.5565 | 1.6835 | 1000 | 2.5011 | | 2.5787 | 2.5253 | 1500 | 2.4683 | | 2.4738 | 3.3670 | 2000 | 2.4416 | | 2.3698 | 4.2088 | 2500 | 2.4135 | | 2.3457 | 5.0505 | 3000 | 2.3892 | | 2.3101 | 5.8923 | 3500 | 2.3623 | | 2.3142 | 6.7340 | 4000 | 2.3397 | | 2.2843 | 7.5758 | 4500 | 2.3188 | | 2.2909 | 8.4175 | 5000 | 2.3003 | | 2.2336 | 9.2593 | 5500 | 2.2830 | | 2.2314 | 10.1010 | 6000 | 2.2677 | | 2.2654 | 10.9428 | 6500 | 2.2542 | | 2.2481 | 11.7845 | 7000 | 2.2422 | | 2.2618 | 12.6263 | 7500 | 2.2326 | | 2.137 | 13.4680 | 8000 | 2.2242 | | 2.2313 | 14.3098 | 8500 | 2.2161 | | 2.3314 | 15.1515 | 9000 | 2.2082 | | 2.1537 | 15.9933 | 9500 | 2.2030 | | 2.2659 | 16.8350 | 10000 | 2.1970 | | 2.1431 | 17.6768 | 10500 | 2.1939 | | 2.1698 | 18.5185 | 11000 | 2.1928 | | 2.0835 | 19.3603 | 11500 | 2.1908 | ### Framework versions - Transformers 4.50.3 - Pytorch 2.6.0+cu124 - Datasets 3.5.0 - Tokenizers 0.21.1