meta/llama-2-7b-chat 🔢✓📝 → 📝

⭐ Official ▶️ 18.4M runs 📅 Jul 2023 ⚙️ Cog 0.8.6 🔗 GitHub 📄 Paper ⚖️ License
chatbot code-generation summarization text-generation

About

A 7 billion parameter language model from Meta, fine tuned for chat completions

Example Output

Prompt:

"Tell me how to tailor a men's suit so I look fashionable."

Output

Of course, I'd be happy to help! Tailoring a men's suit can make a huge difference in how fashionable and put-together you look. Here are some tips to help you tailor a men's suit that will make you look stylish and fashionable:

  1. Know your measurements: Before you start tailoring your suit, it's important to take your measurements to ensure a proper fit. Measure your chest, waist, inseam, and arm length to give to your tailor.
  2. Choose the right fabric: The fabric of your suit can greatly impact how it looks and feels. Consider the occasion, season, and your personal style when choosing the fabric. For example, a lightweight cotton or wool suit is perfect for spring and summer, while a rich, luxurious wool suit is great for formal events.
  3. Get the right fit: A well-fitted suit should skim your body without being too tight or too loose. Make sure the jacket is long enough to cover your buttocks when you stand up straight, and the pants should be long enough to reach your ankles.
  4. Pay attention to the shoulders: The shoulders of your suit should be well-balanced and not too narrow or too wide. You can use a shoulder pad to add structure and definition to your shoulders if needed.
  5. Take care of the details: Pay attention to the little details that can make a big difference in how your suit looks. Make sure the pants are hemmed correctly, and the jacket has a clean, even hem.
  6. Get it altered: If you want to really make your suit stand out, consider getting it altered. A tailor can take in or let out the jacket and pants to fit your body perfectly, and can also make adjustments to the sleeves, collar, and pant legs.

By following these tips, you can have a tailored men's suit that looks fashionable and stylish, and that you can wear with confidence. Remember to always work with a reputable tailor who can help you achieve the best results.

Performance Metrics

18.36s Prediction Time
18.33s Total Time
All Input Parameters
{
  "top_p": 1,
  "prompt": "Tell me how to tailor a men's suit so I look fashionable.",
  "temperature": 0.75,
  "system_prompt": "You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.\n\nIf a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.",
  "max_new_tokens": 800,
  "repetition_penalty": 1
}
Input Parameters
seed Type: integer
Random seed. Leave blank to randomize the seed
debug Type: booleanDefault: false
provide debugging output in logs
top_k Type: integerDefault: -1Range: -1 - ∞
When decoding text, samples from the top k most likely tokens; lower to ignore less likely tokens
top_p Type: numberDefault: 0.95Range: 0 - 1
When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
prompt (required) Type: string
Prompt to send to the model.
temperature Type: numberDefault: 0.7Range: 0.01 - 5
Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.
system_prompt Type: stringDefault: You are a helpful, respectful and honest assistant.
System prompt to send to the model. This is prepended to the prompt and helps guide system behavior.
max_new_tokens Type: integerDefault: 128Range: 1 - ∞
Maximum number of tokens to generate. A word is generally 2-3 tokens
min_new_tokens Type: integerDefault: -1Range: -1 - ∞
Minimum number of tokens to generate. To disable, set to -1. A word is generally 2-3 tokens.
stop_sequences Type: string
A comma-separated list of sequences to stop generation at. For example, '<end>,<stop>' will stop generation at the first instance of 'end' or '<stop>'.
replicate_weights Type: string
Path to fine-tuned weights produced by a Replicate fine-tune job.
repetition_penalty Type: numberDefault: 1.15Range: 0 - ∞
A parameter that controls how repetitive text can be. Lower means more repetitive, while higher means less repetitive. Set to 1.0 to disable.
Output Schema

Output

Type: arrayItems Type: string

Example Execution Logs
prompt [INST] <<SYS>>
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
<</SYS>>
ell me how to tailor a men's suit so I look fashionable. [/INST]
Version Details
Version ID
13c3cdee13ee059ab779f0291d29054dab00a47dad8261375654de5540165fb0
Version Created
November 2, 2023
Run on Replicate →