Red-Pilled-Morpheus-7B-v1

4
1
license:apache-2.0
by
OccultAI
Language Model
OTHER
7B params
New
4 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
16GB+ RAM
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Device Compatibility

Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
7GB+ RAM

Code Examples

--- SAVE STRATEGY PATCH ---python
MAX_SEQ_LENGTH = 1024  # Increased to capture full context
LORA_R = 8            # Increased for better "intelligence" retention # 8 / 16 barely fits on a 3060 ti with 250Q&A. Increasing to 5K Q&A requires reducing to 4 / 8.
LORA_ALPHA = 16 # Increase these after GPU upgrade (Lora_R * 2 = Lora_Alpha)
NUM_EPOCHS = 5
LEARNING_RATE = 1e-4
optim="paged_adamw_8bit",
max_grad_norm=0.3,
warmup_ratio=0.03,
lr_scheduler_type="cosine",
lora_dropout=0.05,
target_modules=[
            "q_proj", "k_proj", "v_proj", "o_proj",
            "gate_proj", "up_proj", "down_proj", # up_proj and down_proj may have to be commented out for bigger datasets due to VRAM limits
# --- SAVE STRATEGY PATCH ---
        ### save_strategy="steps",        # Set to steps for large datasets
        ### save_steps=100,                # Save every 100 steps
        save_strategy="epoch",    # ### HOTSWAP: Uncomment for small datasets

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.