Guide to Deploying Hugging Face Models as Bots

1. Accessing and Choosing a Hugging Face Model

Go to the Botique.ai homepage and look for the "Deploy a Bot" section. Find the "From πŸ€—Hugging Face" option. You can either enter a specific Hugging Face model name or choose from the list of popular models provided. For example, you might want to use the "meta-llama/Llama-3.1-8B-Instruct" model.

Accessing and Choosing a Hugging Face Model

2. Configuring and Deploying Your Bot

After selecting a model, you'll need to configure and deploy your bot:

  1. Choose the platform (Telegram or Discord)
  2. Enter your bot token
  3. Select the model task (if not automatically inferred)
  4. Click the "Deploy Model" button

Our system will handle the deployment process, connecting your chosen model to the selected platform. For example, if you chose the "meta-llama/Llama-3.1-8B-Instruct" model, you'll be able to chat with it on Telegram. Use "Chat Completion" task for this model.

Configuring and Deploying the Bot

3. Interacting with Your Bot

After successful deployment, you can start interacting with your bot on the chosen platform. The bot's capabilities will depend on the Hugging Face model you selected. For example, if we deployed the "meta-llama/Llama-3.1-8B-Instruct" model, you can ask it questions, generate text, or even create images.

Interacting with the Bot

If you instead choose to deploy the "stabilityai/stable-diffusion-xl-base-1.0" model in step 2 with text-to-image task, you can generate images based on text prompts.

Interacting with the Bot