adapt

ADAPT with online data selection.

Note: This checkpoint is from a single random seed (seed=3) and a specific training step (step 4220). Results may vary across seeds.

Details

Key Value
Base model meta-llama/Llama-2-7b-hf
Task MMLU
Data selection ADAPT (online)
Data ratio 100%
Online True
LoRA rank 128
LoRA alpha 512
Target modules q_proj, k_proj, v_proj, o_proj
Seed 3
Checkpoint step 4220

Usage

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer

base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf")
model = PeftModel.from_pretrained(base_model, "DATA-ADAPT/adapt")
tokenizer = AutoTokenizer.from_pretrained("DATA-ADAPT/adapt")
Downloads last month
37
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for DATA-ADAPT/adapt

Adapter
(2337)
this model

Collection including DATA-ADAPT/adapt