Text Generation
Transformers
GGUF
English
How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="UmbrellaCorp/IS-LM-3B_GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

Support the model creator:
Buy Me A Coffee

GGUF quants of IS-LM-3B

Original model card:
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:
Downloads last month
162
GGUF
Model size
3B params
Architecture
stablelm
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

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

Dataset used to train UmbrellaCorp/IS-LM-3B_GGUF

Space using UmbrellaCorp/IS-LM-3B_GGUF 1

Paper for UmbrellaCorp/IS-LM-3B_GGUF