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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

StandardThinking
/
StandardOne-3B-LoRA

Text Generation
PEFT
Safetensors
English
Korean
mistral3
decision-model
typed-decisions
jev
jevbench
calibration
decode-free
lora
Model card Files Files and versions
xet
Community

Instructions to use StandardThinking/StandardOne-3B-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use StandardThinking/StandardOne-3B-LoRA with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("mistralai/Ministral-3-3B-Instruct-2512-BF16")
    model = PeftModel.from_pretrained(base_model, "StandardThinking/StandardOne-3B-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
StandardOne-3B-LoRA
136 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MyeongHoJeong's picture
MyeongHoJeong
Update model card
18d8c54 verified about 8 hours ago
  • docs
    Update model card about 8 hours ago
  • .gitattributes
    1.79 kB
    Release StandardOne-3B-LoRA 2 days ago
  • LICENSE
    11.3 kB
    Release StandardOne-3B-LoRA 2 days ago
  • NOTICE
    1.17 kB
    Release StandardOne-3B-LoRA 2 days ago
  • README.md
    15.1 kB
    Update model card about 8 hours ago
  • SHA256SUMS
    1.64 kB
    Update model card about 8 hours ago
  • adapter_config.json
    1.24 kB
    Update weights about 9 hours ago
  • adapter_model.safetensors
    135 MB
    xet
    Update weights about 9 hours ago
  • merge.py
    3.3 kB
    Release StandardOne-3B-LoRA 2 days ago