moinnadeem / vllm-engine-llama-7b

  • Public
  • 674 runs
Iterate in playground
  • Prediction

    moinnadeem/vllm-engine-llama-7b:559ff8c30789d100c13f9bd0f831210f6f9c6f1c81dab06ff16dc61dbfa94b03
    ID
    3mgmzkrb6shggxewdohflfh3i4
    Status
    Succeeded
    Source
    Web
    Hardware
    A100 (40GB)
    Total duration
    Created

    Input

    debug
    top_k
    50
    top_p
    0.9
    prompt
    You are a powerful text-to-SQL model. Your job is to answer questions about a database. You are given a question and context regarding one or more tables. You must output the SQL query that answers the question. ### Input: What is the total number of decile for the redwood school locality? ### Context: CREATE TABLE table_name_34 (decile VARCHAR, name VARCHAR) ### Response:
    lora_path
    https://pub-df34620a84bb4c0683fae07a260df1ea.r2.dev/sql.zip
    temperature
    0.75
    max_new_tokens
    128

    Output

    SELECT COUNT(decile) FROM table_name_34 WHERE name = "redwood school"
    Generated in

Want to make some of these yourself?

Run this model