ajeet04/text-generation-model
118
Text Generation Model
This is a simple text generation model built using Hugging Face.
๐ Live Demo
https://huggingface.co/spaces/ajeet04/text-generation-demo
Example Usage
from transformers import pipeline
generator = pipeline(
"text-generation",
model="ajeet04/text-generation-model"
)
print(generator("Artificial intelligence will"))