Yukang/LongAlpaca-16k-length
Viewer โข Updated โข 6.28k โข 38 โข 25
How to use mattshumer/Llama-3-8B-16K with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("mattshumer/Llama-3-8B-16K", dtype="auto")This is an extended (16K) context version of LLaMA 3 8B (base, not instruct). Trained for five hours on 8x A6000 GPUs, using the Yukang/LongAlpaca-16k-length dataset.
rope_theta was set to 1000000.0. Trained with Axolotl.