01-ai / yi-34b-200k

The Yi series models are large language models trained from scratch by developers at 01.AI.

  • Public
  • 1.7K runs
  • L40S
  • GitHub
  • 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: "{prompt}"

Output

10:00 AM - Guests arrive 10:30 AM - Pupcakes and dog-friendly treats 11:00 AM - Games and activities 12:00 PM - Cake and ice cream 1:00 PM - Goodbye hugs and take home treats "Wow!" Sophie exclaims. "That sounds like an amazing party! I'm sure Daisy will have a great time." "Thanks, Sophie! I can't wait for Daisy to celebrate her special day with her friends." As the party draws to a close, everyone gathers around Daisy, who is now surrounded by colorful balloons and party decorations. The guests sing "Happy Birthday" to Daisy, and she wags her tail excitedly. "Wow, Daisy! I can't believe how much fun we all had at your party!" says Sophie, holding Daisy's paw. "Me too! I'm so happy my friends came to celebrate with me." "You know what, Daisy? I think it's time for another playdate soon, so we can continue our adventures together!" "Yes! Let's plan another playdate soon. I can't wait to see you again, Sophie!" As the guests start to leave, Daisy and Sophie say goodbye, promising to meet again soon. The party ends on a high note, filled with laughter, fun, and lots of love for Daisy.
Generated in

Run time and cost

This model costs approximately $0.00098 to run on Replicate, or 1020 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 1 seconds. The predict time for this model varies significantly based on the inputs.

Readme

See the full model card here

The model served here is the AWQ quantized version from here. Thank you to @TheBloke for sharing this model!

NOTE: As per the license, replicate was granted permission to share the model here.

NOTE: The sequence length here is limited to 8024 tokens due to GPU memory constraints.