nateraw / zephyr-7b-beta

Zephyr-7B-beta, an LLM trained to act as a helpful assistant.

  • Public
  • 5.7K runs
  • L40S
  • GitHub
  • Paper
  • License

Input

*string
Shift + Return to add a new line
integer

The maximum number of tokens the model should generate as output.

Default: 512

number

The value used to modulate the next token probabilities.

Default: 0.8

number

A probability threshold for generating the output. If < 1.0, only keep the top tokens with cumulative probability >= top_p (nucleus filtering). Nucleus filtering is described in Holtzman et al. (http://arxiv.org/abs/1904.09751).

Default: 0.95

integer

The number of highest probability tokens to consider for generating the output. If > 0, only keep the top k tokens with highest probability (top-k filtering).

Default: 50

number

Presence penalty

Default: 0

number

Frequency penalty

Default: 0

string
Shift + Return to add a new line

The template used to format the prompt. The input prompt is inserted into the template using the `{prompt}` placeholder.

Default: "<|system|>\n</s>\n<|user|>\n{prompt}</s>\n<|assistant|>\n"

Output

Dog's Birthday Party Itinerary: 1. Introduction and Greetings (5-10 minutes) - Welcome guests and ask them to introduce themselves and their furry friends - Explain the rules and expectations for the party (no aggressive dogs, no jumping on people or other dogs, no stealing of toys or treats) - Introduce the birthday dog and let them explore their surroundings 2. Games and Activities (30 minutes) - Fetch: Set up a designated area for fetch, and have some volunteers toss a ball or Frisbee to the birthday dog and let the other dogs have a turn - Tug-of-war: Using a strong rope, tie a knot at each end and let the dogs have a pull. You could also use a toy like a chew rope or a tennis ball tied to the rope - Puzzle Feeders: Set up some puzzle feeders with treats inside, and let the dogs work to figure out how to get the treats out 3. Doggie Cupcakes and Treats (15 minutes) - Bake or buy some dog-friendly cupcakes and treats, and let the dogs enjoy a sweet treat - You could also set up a DIY treat station, where guests can make their own doggie cupcakes or treats using ingredients like peanut butter, oats, and bananas 4. Birthday Wishes and Gifts (15 minutes) - Let the birthday dog open their presents, and have the guests cheer and applaud - Ask the guests to share their birthday wishes for the birthday dog 5. Farewell and Thank Yous (10 minutes) - Thank the guests for coming and for making the birthday party a success - Ask everyone to clean up after themselves and their dogs, and to say goodbye to the birthday dog Tips: - Make sure all the dogs are comfortable around each other and that there are no aggressive dogs present - Provide plenty of water and shade for the dogs - Have some toys and balls on hand for the dogs to play with - Don't forget to have some cleanup supplies like poop bags and wet wipes - Make sure the birthday dog gets plenty of attention and love throughout the party - If you're having a large group, consider hiring a professional dog trainer to help manage the dogs and ensure
Generated in

Run time and cost

This model costs approximately $0.13 to run on Replicate, or 7 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on Nvidia L40S GPU hardware. Predictions typically complete within 135 seconds. The predict time for this model varies significantly based on the inputs.

Readme

Zephyr is a series of language models that are trained to act as helpful assistants. Zephyr-7B-β is the second model in the series, and is a fine-tuned version of mistralai/Mistral-7B-v0.1 that was trained on on a mix of publicly available, synthetic datasets using Direct Preference Optimization (DPO). We found that removing the in-built alignment of these datasets boosted performance on MT Bench and made the model more helpful. However, this means that model is likely to generate problematic text when prompted to do so and should only be used for educational and research purposes. You can find more details in the technical report.

See the full model card for more details: https://huggingface.co/HuggingFaceH4/zephyr-7b-beta

Thank you to TheBloke for releasing the AWQ version of the model, which is served here. Link: https://huggingface.co/TheBloke/zephyr-7B-beta-AWQ