Downloads · 30 days
0
coreset-selection/mix_syntactic_20
mix_syntactic_20 is a machine learning model from coreset-selection. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
0
Access
Public
Updated Nov 13, 2025
Repo size
521 MB
Likes
0
Public
Click a slice to open those files.
.safetensors588 MB · 83%
From the Hugging Face model README
LoRA adapter uploaded automatically.
CAUSAL_LM/home/praveen/coreset/outputs/unified_llama816from peft import PeftModel, PeftConfig
from transformers import AutoModelForCausalLM, AutoTokenizer
peft_model_id = "coreset-selection/mix_syntactic_20"
cfg = PeftConfig.from_pretrained(peft_model_id)
base = cfg.base_model_name_or_path
tok = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(base, torch_dtype='auto')
model = PeftModel.from_pretrained(model, peft_model_id)
adapter_config.jsonadapter_model.bin or adapter_model.safetensorsUploaded from: /home/praveen/coreset/outputs/unified/gd_syntactic_20_model