vicuna-13b

Vicuna-13B is an open source chatbot based on LLaMA-13B. It was developed by twRAIning LLaMA-13B on user-shared conversations collected from ShareGPT. LLaMA is a new open-source language model from Meta Research that performs as well as comparable closed-source models. Using GPT-4 to evaluate model outputs, the developers of Vicuna-13B found that it not only outperforms comparable models like Stanford Alpaca, but also reaches 90% of the quality of OpenAI's ChatGPT and Google Bard.

Hold: 0
Required: 5,000 $wRAI
58.1k runs
Demo
Examples
Input
prompt
Prompt to send to Llama.
max_length
Maximum number of tokens to generate. A word is generally 2-3 tokens (minimum: 1)
temperature
Adjusts randomness of outputs, greater than 1 is random and 0 is deterministic, 0.75 is a good starting value. (minimum: 0.01; maximum: 5)
top_p
When decoding text, samples from the top p percentage of most likely tokens; lower to ignore less likely tokens (minimum: 0.01; maximum: 1)
repetition_penalty
Penalty for repeated words in generated text; 1 is no penalty, values greater than 1 discourage repetition, less than 1 encourage it. (minimum: 0.01; maximum: 5)
seed
Seed for random number generator, for reproducibility
Hold at least 5,000 wRAI to use this model
Multi AI platform is completely free, but most models are only accessible to wRAI token holders. If you have any questions, feel free to ask in our Telegram chat
Input
max_length
100
prompt
Write a love poem about open source machine learning.
repetition_penalty
1
seed
444197
temperature
0.75
top_p
1