CoolFace
Modelpublic

ANLP-Final-Project/m1-slp

sourceHugging Facellama2updated 10mo agoView on Hugging Face
0likes20downloads
README.md55 linesDownload Raw Back to root
1---2library_name: transformers3license: llama24base_model: meta-llama/Llama-2-7b-hf5tags:6- generated_from_trainer7model-index:8- name: m1-slp9  results: []10---11 12<!-- This model card has been generated automatically according to the information the Trainer had access to. You13should probably proofread and complete it, then remove this comment. -->14 15# m1-slp16 17This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.18 19## Model description20 21More information needed22 23## Intended uses & limitations24 25More information needed26 27## Training and evaluation data28 29More information needed30 31## Training procedure32 33### Training hyperparameters34 35The following hyperparameters were used during training:36- learning_rate: 2e-0537- train_batch_size: 138- eval_batch_size: 839- seed: 4240- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments41- lr_scheduler_type: cosine42- lr_scheduler_warmup_ratio: 0.0343- num_epochs: 1.044 45### Training results46 47 48 49### Framework versions50 51- Transformers 4.57.152- Pytorch 2.8.0+cu12653- Datasets 4.0.054- Tokenizers 0.22.155