edoproch/deepseekr1-distilled-llama-70b-ollama 📝🔢 → 📝

▶️ 27 runs 📅 Jan 2025 ⚙️ Cog 0.13.7 📄 Paper ⚖️ License
efficient equation-solving math-solving text-generation text-understanding

About

DeepSeek-R1 distilled on LLaMA3.3 70B and quantized by ollama

Example Output

Prompt:

"Solve x+3=5"

Output

I need to solve the equation \( x + 3 = 5 \).

First, I'll isolate the variable by subtracting 3 from both sides of the equation.

This will give me the value of ( x ).

To solve the equation ( x + 3 = 5 ), follow these steps:

  1. Subtract 3 from both sides to isolate the variable ( x ):

    [
    x + 3 - 3 = 5 - 3
    ]

  2. Simplify both sides:

    [
    x = 2
    ]

Therefore, the solution is:

[
x = \boxed{2}
]

Performance Metrics

16.36s Prediction Time
298.37s Total Time
All Input Parameters
{
  "prompt": "Solve x+3=5",
  "temperature": 0.6
}
Input Parameters
prompt (required) Type: string
Text prompt to send to the model.
temperature Type: numberDefault: 0.6Range: 0.01 - 0.99
temperatore of the model, default to 0.6 as suggested in the doc
Output Schema

Output

Type: arrayItems Type: string

Version Details
Version ID
492f524178141b96d3039889672dfca9cacf78d4bfe096e5d3523963fdc7efe7
Version Created
January 30, 2025
Run on Replicate →