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"))
- Downloads last month
- 124
Model tree for ajeet04/text-generation-model
Base model
openai-community/gpt2