saking/chat-network
07
1---2library_name: peft3tags:4- generated_from_trainer5base_model: meta-llama/Llama-2-7b-chat-hf6model-index:7- name: chat-network8 results: []9---10 11<!-- This model card has been generated automatically according to the information the Trainer had access to. You12should probably proofread and complete it, then remove this comment. -->13 14# chat-network15 16This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on an unknown dataset.17 18## Model description19 20More information needed21 22## Intended uses & limitations23 24More information needed25 26## Training and evaluation data27 28More information needed29 30## Training procedure31 32### Training hyperparameters33 34The following hyperparameters were used during training:35- learning_rate: 2e-0536- train_batch_size: 237- eval_batch_size: 838- seed: 4239- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-0840- lr_scheduler_type: linear41- num_epochs: 342 43### Training results44 45 46 47### Framework versions48 49- PEFT 0.10.050- Transformers 4.38.251- Pytorch 2.1.252- Datasets 2.1.053- Tokenizers 0.15.2