You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

DipakFaceML/text-generation

This is a text generation model fine-tuned for generating text.

How to use

from transformers import pipeline

generator = pipeline("text-generation", model="DipakFaceML/text-generation")
result = generator("Once upon a time", max_new_tokens=100)
print(result[0]["generated_text"])
Downloads last month
831
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support