totally-not-an-llm/EverythingLM-data
Viewer • Updated • 1.08k • 20 • 22
How to use totally-not-an-llm/EverythingLM-13b-peft with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-13b-hf")
model = PeftModel.from_pretrained(base_model, "totally-not-an-llm/EverythingLM-13b-peft")Trained for 5 epochs on https://huggingface.co/datasets/totally-not-an-llm/EverythingLM-data. Merged model can be found here: https://huggingface.co/totally-not-an-llm/EverythingLM-13b-16k.
The following bitsandbytes quantization config was used during training:
Base model
NousResearch/Llama-2-13b-hf