How to use from
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/Olmotaur-1B-LoRA-r16 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/Olmotaur-1B-LoRA-r16 to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required
# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for socius/Olmotaur-1B-LoRA-r16 to start chatting
Load model with FastModel
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
    model_name="socius/Olmotaur-1B-LoRA-r16",
    max_seq_length=2048,
)
Quick Links
Olmotaur-1B-LoRA-r16

AI2

socius Paper Parameters LoRA Dataset

Olmotaur-1B-LoRA-r16

LoRA adapter for Olmotaur-1B, fine-tuned on the full Psych-101 as part of the LoRA-rank sweep and dataset-size ablation for Small Foundation Models of Human Cognition and Behaviour.

field value
base model allenai/OLMo-2-0425-1B
LoRA rank 16 (alpha = rank, rsLoRA)
data fraction 100% of Psych-101
training 1 epoch, completion-only loss, seed 3407

Load with PEFT on top of allenai/OLMo-2-0425-1B, or evaluate with the project's eval_model.py --backend unsloth.

Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for socius/Olmotaur-1B-LoRA-r16

Adapter
(10)
this model

Dataset used to train socius/Olmotaur-1B-LoRA-r16

Collection including socius/Olmotaur-1B-LoRA-r16

Paper for socius/Olmotaur-1B-LoRA-r16