0xsmw/workgpt 🔢📝 → 📝

▶️ 1.3K runs 📅 Apr 2023 ⚙️ Cog 0.6.1 🔗 GitHub 📄 Paper ⚖️ License
document-summarization question-answering text-generation

About

Helps you with work

Example Output

Performance Metrics

2.24s Prediction Time
309.99s Total Time
Input Parameters
n Type: integerDefault: 1Range: 1 - 5
Number of output sequences to generate
top_p Type: numberDefault: 1Range: 0.01 - 1
When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens
prompt (required) Type: string
Prompt to send to LLaMA.
temperature Type: numberDefault: 0.1Range: 0.01 - 5
Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value.
total_tokens Type: integerDefault: 2000Range: 1 - ∞
Maximum number of tokens for input + generation. A word is generally 2-3 tokens
repetition_penalty Type: numberDefault: 1Range: 0.01 - 5
Penalty for repeated words in generated text; 1 is no penalty, values greater than 1 discourage repetition, less than 1 encourage it.
Output Schema

Output

Type: arrayItems Type: string

Version Details
Version ID
9c622c147aef92f93d69508d1ce29cfac94829cc6b17e1c772a0a1bf2154ead0
Version Created
April 14, 2023
Run on Replicate →