mattt/orca-2-13b 🔢📝 → 📝
Example Output
Prompt:
"Tell me some fun facts about orcas"
Output
!
- Orcas, also known as killer whales, are actually dolphins, not whales.
- They are the largest members of the dolphin family, with males reaching up to 32 feet in length and weighing up 6 tons.
- Orcas can live in a variety of environments, including oceans, seas, and even some freshwater rivers.
- They are highly intelligent and social animals, often living in groups called pods.
- There are different types of orcas, each with its own unique appearance and behavior. Some types include the resident, transient, and offshore orcas.
- Orcas are known for their impressive hunting skills, often working together to take down large prey such as seals, sea lions, and even whales.
- They are also considered apex predators, meaning they have no natural predators in their environment.
- Orcas have powerful vocalizations, including clicks, whistles, and calls that they use for communication and echolocation.
- Their lifespans can range from 50 to 90 years, with
Performance Metrics
21.13s
Prediction Time
199.04s
Total Time
All Input Parameters
{ "top_k": 50, "top_p": 1, "prompt": "Tell me some fun facts about orcas", "temperature": 1, "max_new_tokens": 256 }
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).
- prompt (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
dac511fd566228a0dd189e95318523fccb6ba175f9f0ecd29214b579b00b64c7
- Version Created
- November 27, 2023