Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

homerquan
/
mn-context-engine-lora-v2

Text Generation
PEFT
Safetensors
smollm3
lora
context-compression
agent-memory
membrane
conversational
Model card Files Files and versions
xet
Community

Instructions to use homerquan/mn-context-engine-lora-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use homerquan/mn-context-engine-lora-v2 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM3-3B")
    model = PeftModel.from_pretrained(base_model, "homerquan/mn-context-engine-lora-v2")
  • Notebooks
  • Google Colab
  • Kaggle
mn-context-engine-lora-v2
262 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
homerquan's picture
homerquan
Publish SmolLM3 context engine LoRA v2
fbdb425 verified about 2 months ago
  • benchmark
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • .gitattributes
    1.57 kB
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • README.md
    3.67 kB
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • adapter_config.json
    1.1 kB
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • adapter_model.safetensors
    242 MB
    xet
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • chat_template.jinja
    5.6 kB
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • eval_metrics.json
    1.67 kB
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • tokenizer.json
    17.2 MB
    xet
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • tokenizer_config.json
    356 Bytes
    Publish SmolLM3 context engine LoRA v2 about 2 months ago
  • training_args.bin

    Detected Pickle imports (10)

    • "torch.device",
    • "transformers.trainer_pt_utils.AcceleratorConfig",
    • "accelerate.utils.dataclasses.DistributedType",
    • "transformers.training_args.OptimizerNames",
    • "accelerate.state.PartialState",
    • "transformers.trainer_utils.IntervalStrategy",
    • "transformers.trainer_utils.SchedulerType",
    • "transformers.trainer_utils.SaveStrategy",
    • "transformers.training_args.TrainingArguments",
    • "transformers.trainer_utils.HubStrategy"

    How to fix it?

    5.27 kB
    xet
    Publish SmolLM3 context engine LoRA v2 about 2 months ago