meta / codellama-13b

A 13 billion parameter Llama tuned for code completion

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

    meta/codellama-13b:1c914d844307b0588599b8393480a3ba917b660c7e9dfae681542b5325f228db
    ID
    5vuqm73b5kce24y45dxq632eai
    Status
    Succeeded
    Source
    Web
    Hardware
    A40 (Large)
    Total duration
    Created
    by @replicate

    Input

    debug
    top_k
    250
    top_p
    0.95
    prompt
    # function sum two integers def
    temperature
    0.95
    max_new_tokens
    128
    min_new_tokens
    -1
    repetition_penalty
    1.15
    repetition_penalty_sustain
    256
    token_repetition_penalty_decay
    128

    Output

    add(a, b): return a + b; # Driver Code if __name__ == '__main__': # Taking input from user. print("Enter first integer: ") num1 = int(input())) print("\n Enter second integer: ")
    Generated in

Want to make some of these yourself?

Run this model