Text Generation
Transformers
PyTorch
Safetensors
English
stablelm_epoch
custom_code
How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="acrastt/IS-LM-3B", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("acrastt/IS-LM-3B", trust_remote_code=True, dtype="auto")
Quick Links

Buy Me A Coffee

This is StableLM 3B 4E1T(Licensed under CC BY-SA 4.0.) finetuned on DataForge Economics for 3 epochs using QLoRA.

Prompt template:

USER: {prompt}
ASSISTANT:

GGUF quantizations available here.

Downloads last month
27
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for acrastt/IS-LM-3B

Quantizations
1 model

Dataset used to train acrastt/IS-LM-3B

Space using acrastt/IS-LM-3B 1

Paper for acrastt/IS-LM-3B