CoolFace
Modelpublic

nellaep/AniSolSenseiModel

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes3downloads
README.md60 linesDownload Raw Back to root
1---2library_name: peft3license: apache-2.04base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.05tags:6- base_model:adapter:TinyLlama/TinyLlama-1.1B-Chat-v1.07- lora8- transformers9pipeline_tag: text-generation10model-index:11- name: AniSoulKakashiModel12  results: []13---14 15<!-- This model card has been generated automatically according to the information the Trainer had access to. You16should probably proofread and complete it, then remove this comment. -->17 18# AniSoulKakashiModel19 20This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on an unknown dataset.21 22## Model description23 24More information needed25 26## Intended uses & limitations27 28More information needed29 30## Training and evaluation data31 32More information needed33 34## Training procedure35 36### Training hyperparameters37 38The following hyperparameters were used during training:39- learning_rate: 0.000240- train_batch_size: 441- eval_batch_size: 842- seed: 4243- gradient_accumulation_steps: 444- total_train_batch_size: 1645- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments46- lr_scheduler_type: linear47- num_epochs: 448- mixed_precision_training: Native AMP49 50### Training results51 52 53 54### Framework versions55 56- PEFT 0.16.057- Transformers 4.53.358- Pytorch 2.6.0+cu12459- Datasets 4.0.060- Tokenizers 0.21.2