nateraw/llama-2-7b-chat-hf 🔢📝 → 📝
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:
- Preheat your oven to 375°F (190°C). Line a baking sheet with parchment paper.
- 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.
- Beat in the eggs one at a time, followed by the vanilla extract.
- Gradually mix in the flour, baking powder, and salt until just combined.
- Fold in the chocolate chips.
- Scoop tablespoon-sized balls of dough onto the prepared baking sheet, leaving about 2 inches of space between each cookie.
- Bake for 10-12 minutes or until the edges are lightly golden brown.
- 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.
- 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
- 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
- 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)
- temperature
- The value used to modulate the next token probabilities.
- max_new_tokens
- The maximum number of tokens the model should generate as output.
Output Schema
Output
Version Details
- Version ID
a99ad757c95cf4a8c4b1f8b7d2442e01de8f780ab2adfc923b1e0129ec7db99e
- Version Created
- August 22, 2023