Views
No views yet
meta-llama/Llama-2-7b-chat-hf using a cleaned English-only subset of Guanaco-style instruction data.✅ Important: This is NOT a full standalone model. It is only the adapter weights + config (+ tokenizer files).
To use it, you must load the base model and then apply this adapter.
adapter_model.safetensors — LoRA adapter weights (~160 MB)adapter_config.json — PEFT configuration (r, alpha, target_modules, etc.)tokenizer.json, tokenizer.model, tokenizer_config.json, special_tokens_map.json, chat_template.jinja) for conveniencemeta-llama/Llama-2-7b-chat-hfsaketgarodia1/guanaco-llama2-chat-entext fieldtrl.SFTTrainerr = 16lora_alpha = 32lora_dropout = 0.05target_modules = [q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj]exp(eval_loss))checkpoint-400Note: Loss/perplexity measure how well the model predicts the next token on this dataset distribution. They do not fully capture helpfulness or instruction-following quality.
1pip install -U transformers peft accelerate bitsandbytes
2
3