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 / docs
1.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
MyeongHoJeong's picture
MyeongHoJeong
Update model card
18d8c54 verified about 8 hours ago
  • assets
    Update model card about 8 hours ago
  • BENCHMARKS.md
    25.9 kB
    Update model card about 8 hours ago
  • public-classification-suites.md
    3.34 kB
    Update model card about 8 hours ago