nateraw/gairmath-abel-7b 🔢📝 → 📝

▶️ 33 runs 📅 Sep 2023 ⚙️ Cog 0.8.6
math-reasoning question-answering text-generation

Example Output

Output

  1. The problem states that Farmer Brown has 60 animals on his farm, all either chickens or cows. He has twice as many chickens as cows. We need to find out how many legs the animals have in total.

  2. Let's assume the number of cows is x. Since Farmer Brown has twice as many chickens as cows, the number of chickens is 2x.

  3. The total number of animals is 60, so we can write the equation x + 2x = 60.

  4. Simplifying this equation, we get 3x = 60.

  5. Dividing both sides by 3, we find x = 20.

  6. Therefore, the number of cows is 20.

  7. Since each cow has 4 legs and each chicken has 2 legs, the total number of legs is 4 * 20 + 2 * 60 = 80 + 120 = 200.

  8. [Final solution] Thus, the animals have a total of 200 legs. #### 200

Performance Metrics

15.04s Prediction Time
14.99s Total Time
All Input Parameters
{
  "top_k": 50,
  "top_p": 0.95,
  "message": "Question:\nFarmer Brown has 60 animals on his farm, all either chickens or cows. He has twice as many chickens as cows. How many legs do the animals have, all together?\nAnswer:\nLet's think step by step.\n",
  "temperature": 0.8,
  "max_new_tokens": 1024
}
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).
message (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
08026755ceaebf00fbade61fc1ad31a063e67bcb4387925c7c82cb0d8206e2b3
Version Created
September 25, 2023
Run on Replicate →