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

socius
/
Smoltaur-0.4B-LoRA-r64

Text Generation
PEFT
Safetensors
English
psychology
cognitive science
human behavior
unsloth
lora
Model card Files Files and versions
xet
Community

Instructions to use socius/Smoltaur-0.4B-LoRA-r64 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use socius/Smoltaur-0.4B-LoRA-r64 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-360M")
    model = PeftModel.from_pretrained(base_model, "socius/Smoltaur-0.4B-LoRA-r64")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Unsloth Studio

    How to use socius/Smoltaur-0.4B-LoRA-r64 with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for socius/Smoltaur-0.4B-LoRA-r64 to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for socius/Smoltaur-0.4B-LoRA-r64 to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for socius/Smoltaur-0.4B-LoRA-r64 to start chatting
    Load model with FastModel
    pip install unsloth
    from unsloth import FastModel
    model, tokenizer = FastModel.from_pretrained(
        model_name="socius/Smoltaur-0.4B-LoRA-r64",
        max_seq_length=2048,
    )
Smoltaur-0.4B-LoRA-r64
999 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
nick-sh-oh's picture
nick-sh-oh
Link paper: arXiv:2608.05224
f0d63a0 verified 4 days ago
  • checkpoint-1000
    Upload ablation LoRA adapter 17 days ago
  • checkpoint-1500
    Upload ablation LoRA adapter 17 days ago
  • checkpoint-1878
    Upload ablation LoRA adapter 17 days ago
  • checkpoint-500
    Upload ablation LoRA adapter 17 days ago
  • .gitattributes
    1.58 kB
    Add hero model card 17 days ago
  • README.md
    5.62 kB
    Link paper: arXiv:2608.05224 4 days ago
  • Smoltaur-0.4B-LoRA-r64.png
    1.82 MB
    xet
    Add hero model card 17 days ago
  • adapter_config.json
    1.23 kB
    Upload ablation LoRA adapter 17 days ago
  • adapter_model.safetensors
    139 MB
    xet
    Upload ablation LoRA adapter 17 days ago
  • tokenizer.json
    3.52 MB
    Upload ablation LoRA adapter 17 days ago
  • tokenizer_config.json
    4.13 kB
    Upload ablation LoRA adapter 17 days ago
  • training_args.bin
    5.84 kB
    xet
    Upload ablation LoRA adapter 17 days ago