CoolFace
Modelpublic

ajeet04/text-generation-model

sourceHugging Facemitupdated 6mo agoView on Hugging Face
1likes18downloads
Model Card

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

python
from transformers import pipeline

generator = pipeline(
    "text-generation",
    model="ajeet04/text-generation-model"
)

print(generator("Artificial intelligence will"))