kcaverly / deepseek-coder-33b-instruct-gguf

A quantized 33B parameter language model from Deepseek for SOTA repository level code completion

  • Public
  • 3.2K runs
  • L40S
  • GitHub
  • Paper
  • License
  • Prediction

    kcaverly/deepseek-coder-33b-instruct-gguf:ea964345066a8868e43aca432f314822660b72e29cab6b4b904b779014fe58fd
    ID
    cdpmejdbazlj6jmhb243pw64ki
    Status
    Succeeded
    Source
    Web
    Hardware
    A40 (Large)
    Total duration
    Created

    Input

    prompt
    please create a rust enum called prediction status, with three variants starting, in progress and completed. Please only include valid rust code, do not include any commentary or explanations.
    temperature
    0.8
    system_prompt
    You are an AI programming assistant, utilizing the Deepseek Code model, developed by Deepseek Company, and you only answer questions related to computer science. For politically sensitive questions, security and privacy issues, and other non-computer science questions, you will refuse to answer.
    max_new_tokens
    -1
    repeat_penalty
    1.1
    prompt_template
    {system_prompt}/n### Instruction: {prompt}/n### Response:

    Output

    ```rust enum PredictionStatus { Starting, InProgress, Completed, } ```
    Generated in

Want to make some of these yourself?

Run this model