deepseek-ai/deepseek-math-7b-instruct 📝🔢 → 📝

▶️ 1.6K runs 📅 Feb 2024 ⚙️ Cog 0.9.4 🔗 GitHub 📄 Paper ⚖️ License
math-reasoning question-answering text-generation

About

Pushing the Limits of Mathematical Reasoning in Open Language Models - Instruct model

Example Output

Output

To find the integral of x^2 with respect to x, we use the power rule of integration, which states that the integral of x^n with respect to x is (x^(n+1))/(n+1) + C, where n is a constant and C is the constant of integration.

So, the integral of x^2 with respect to x is (x^(2+1))/(2+1) + C = (x^3)/3 + C.

Now, we need to evaluate this integral from 0 to 2. We do this by plugging in the limits of integration:

[(2^3)/3 + C] - [(0^3)/3 + C] = (8/3) - (0/3) = 8/3.

So, the integral of x^2 from 0 to 2 is 8/3.
The answer is $\boxed{\frac{8}{3}}$.

Performance Metrics

9.71s Prediction Time
9.78s Total Time
All Input Parameters
{
  "text": "what is the integral of x^2 from 0 to 2?\\nPlease reason step by step, and put your final answer within \\boxed{}.",
  "top_k": 50,
  "top_p": 0.9,
  "temperature": 1,
  "max_new_tokens": 500
}
Input Parameters
text Type: stringDefault: what is the integral of x^2 from 0 to 2? Please reason step by step, and put your final answer within oxed{}.
Input text.
top_k Type: integerDefault: 50
The number of highest probability vocabulary tokens to keep for top-k-filtering.
top_p Type: numberDefault: 0.9
If set to float < 1, only the smallest set of most probable tokens with probabilities that add up to top_p or higher are kept for generation.
temperature Type: numberDefault: 1
The value used to modulate the next token probabilities.
max_new_tokens Type: integerDefault: 100
The maximum numbers of tokens to generate, ignoring the number of tokens in the prompt.
Output Schema

Output

Type: arrayItems Type: string

Version Details
Version ID
8328993709e75f2e6417d9ac24a1330961545f6d05d1ab13cdfdd21c00cb1a6e
Version Created
February 11, 2024
Run on Replicate →