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.

โœจ Business Name Generator Model

This model generates creative and industry-relevant business names based on the industry and country provided. It is built on top of a fine-tuned version of the T5 model and is perfect for branding, startup idea validation, or entrepreneurial tools.

๐Ÿ”ฎ Model Name

shwetgaur/SG_OG_name_generator

๐Ÿ“Œ Example Usage

from transformers import pipeline

generator = pipeline("text2text-generation", model="yourusername/BusinessNameGen")

prompt = "Generate 5 creative business names for a tech company in Germany"
results = generator(prompt, max_new_tokens=50)

for i, res in enumerate(results, 1):
    print(f"{i}. {res['generated_text']}")
Downloads last month
-
Safetensors
Model size
60.5M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support