lucataco/llama-2-7b-chat 🔢📝 → 📝
About
Meta's Llama 2 7b Chat - GPTQ

Example Output
Prompt:
"Tell me about AI"
Output
Of course! I'd be happy to help you learn more about AI! 🤖
Artificial intelligence (AI) refers to the development of computer systems that can perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation. AI technologies are able to process vast amounts of data quickly and accurately, making them incredibly useful for a wide range of applications. 💻
There are several types of AI, including:
- Narrow or weak AI: This type of AI is designed to perform a specific task, such as facial recognition, language translation, or playing a game like chess. Narrow AI is the most common form of AI and is used in many applications, including virtual assistants, self-driving cars, and medical diagnosis.
- General or strong AI: This type of AI is designed to perform any intellectual task that a human can, such as reasoning, problem-solving, and learning. General AI has not yet been developed, but researchers are working towards creating it. 🔥
- Superintelligence: This type
Performance Metrics
9.82s
Prediction Time
9.82s
Total Time
All Input Parameters
{ "top_p": 0.95, "prompt": "Tell me about AI", "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. 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.", "max_new_tokens": 256, "repetition_penalty": 1.1 }
Input Parameters
- top_p
- When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
- prompt
- Prompt to send to Llama v2
- temperature
- Randomness of outputs, 0 is deterministic, greater than 1 is random
- system_prompt
- System prompt that helps guide system behavior
- max_new_tokens
- Number of new tokens
- repetition_penalty
- Penalty for repeated words in generated text; 1 is no penalty, values greater than 1 discourage repetition, less than 1 encourage it
Output Schema
Output
Version Details
- Version ID
6ab580ab4eef2c2b440f2441ec0fc0ace5470edaf2cbea50b8550aec0b3fbd38
- Version Created
- July 24, 2023