CoolFace
Modelpublic

Badpsi/tinyllama-code-explainer

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes4downloads
README.md58 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: tinyllama-code-explainer12  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# tinyllama-code-explainer19 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 the None 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: 241- eval_batch_size: 842- seed: 4243- optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments44- lr_scheduler_type: linear45- lr_scheduler_warmup_steps: 146- training_steps: 5047 48### Training results49 50 51 52### Framework versions53 54- PEFT 0.16.055- Transformers 4.54.156- Pytorch 2.6.0+cu12457- Datasets 4.0.058- Tokenizers 0.21.4