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/Marx-3B-V3", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("acrastt/Marx-3B-V3", 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 EverythingLM Data V3(ShareGPT Format) for 2 epochs using QLoRA.

Prompt template:

### HUMAN:
{prompt}

### RESPONSE:

Note that this model have the EOS token of <|endoftext|> instead of <\s>.

GGUF quantizations available here.
GPTQ quantizations available here.

Downloads last month
34
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/Marx-3B-V3

Quantizations
4 models

Dataset used to train acrastt/Marx-3B-V3

Paper for acrastt/Marx-3B-V3