Cthulhu-8B-v1.4
89
9
llama
by
EldritchLabs
Language Model
OTHER
8B params
New
89 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
18GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
8GB+ RAM
Code Examples
python
{
"entropy": 0.12077461183071136,
"epoch": 6.0,
"grad_norm": 3.7384884357452393,
"learning_rate": 3.685846260578524e-05,
"loss": 0.0966,
"mean_token_accuracy": 0.9680581092834473,
"num_tokens": 164118.0,
"step": 234
}--- SAVE STRATEGY PATCH ---python
MAX_SEQ_LENGTH = 768
LORA_R = 16
LORA_ALPHA = 32
NUM_EPOCHS = 6
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",
# --- 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 datasetsDeploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.