Text Generation
Transformers
Safetensors
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="KnutJaegersberg/StableLM-3b-EssayWriter", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("KnutJaegersberg/StableLM-3b-EssayWriter", trust_remote_code=True, dtype="auto")
Quick Links

image/png

Prompt Example:

### Instruction: 
Provide the inputted essay that when summarized resulted in the following summary : The organization's learning and development practices are poor as they involve manual orientation from experienced workers. New employees are not advised of their roles in the organization before assignment of tasks. The orientation process takes long due to lack of a well-coordinated orientation programs.
### Response:
Downloads last month
22
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train KnutJaegersberg/StableLM-3b-EssayWriter