nateraw/llama-2-7b-chat-hf 🔢📝 → 📝

▶️ 90 runs 📅 Aug 2023 ⚙️ Cog 0.8.6
chatbot code-generation document-summarization question-answering text-generation text-translation

Example Output

Output

Of course! Here is a recipe for delicious chocolate chip cookies that are both tasty and safe:
Ingredients:

  • 1 cup (2 sticks) unsalted butter, softened
  • 3/4 cup white granulated sugar
  • 1 cup brown sugar
  • 2 large eggs
  • 2 1/4 cups all-purpose flour
  • 1 teaspoon baking powder
  • 1/2 teaspoon salt
  • 2 cups semisweet chocolate chips

Instructions:

  1. Preheat your oven to 375°F (190°C). Line a baking sheet with parchment paper.
  2. In a medium-sized mixing bowl, use an electric mixer to cream together the butter and sugars until light and fluffy, about 2-3 minutes.
  3. Beat in the eggs one at a time, followed by the vanilla extract.
  4. Gradually mix in the flour, baking powder, and salt until just combined.
  5. Fold in the chocolate chips.
  6. Scoop tablespoon-sized balls of dough onto the prepared baking sheet, leaving about 2 inches of space between each cookie.
  7. Bake for 10-12 minutes or until the edges are lightly golden brown.
  8. Remove the cookies from the oven and allow them to cool on the baking sheet for 5 minutes before transferring them to a wire rack to cool completely.
  9. Once the cookies have cooled, enjoy them while they are still fresh!

I hope this recipe helps you create some delicious chocolate chip cookies! If you have any questions or need further clarification, please let me know.

Performance Metrics

39.11s Prediction Time
138.56s Total Time
All Input Parameters
{
  "top_k": 50,
  "top_p": 1,
  "message": "Write a recipe for chocolate chip cookies",
  "temperature": 1,
  "max_new_tokens": 1024
}
Input Parameters
top_k Type: integerDefault: 50
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).
top_p Type: numberDefault: 1
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).
message (required) Type: string
temperature Type: numberDefault: 1
The value used to modulate the next token probabilities.
max_new_tokens Type: integerDefault: 256
The maximum number of tokens the model should generate as output.
Output Schema

Output

Type: arrayItems Type: string

Version Details
Version ID
a99ad757c95cf4a8c4b1f8b7d2442e01de8f780ab2adfc923b1e0129ec7db99e
Version Created
August 22, 2023
Run on Replicate →