mattt/orca-2-13b 🔢📝 → 📝

▶️ 1.5K runs 📅 Nov 2023 ⚙️ Cog 0.8.6
code-generation question-answering text-generation

Example Output

Prompt:

"Tell me some fun facts about orcas"

Output

!

  1. Orcas, also known as killer whales, are actually dolphins, not whales.
  2. They are the largest members of the dolphin family, with males reaching up to 32 feet in length and weighing up 6 tons.
  3. Orcas can live in a variety of environments, including oceans, seas, and even some freshwater rivers.
  4. They are highly intelligent and social animals, often living in groups called pods.
  5. There are different types of orcas, each with its own unique appearance and behavior. Some types include the resident, transient, and offshore orcas.
  6. Orcas are known for their impressive hunting skills, often working together to take down large prey such as seals, sea lions, and even whales.
  7. They are also considered apex predators, meaning they have no natural predators in their environment.
  8. Orcas have powerful vocalizations, including clicks, whistles, and calls that they use for communication and echolocation.
  9. 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 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).
prompt (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
dac511fd566228a0dd189e95318523fccb6ba175f9f0ecd29214b579b00b64c7
Version Created
November 27, 2023
Run on Replicate →