Iuri Matias

Results 47 issues of Iuri Matias

### Motivation Currently a user can contribute an initial prompt but can't reply to it. Instead someone else is expected to reply to that prompt as the Assistant. This can...

feature
backend
website

Models like the Open Assistant oasst-sft-1-pythia-12b use special tokens to indicate the assistant `` and the user `` . Is there currently somewhat to configure this tokens when in chat...

enhancement

This script is to create XOR diff between fine-tuned weights and the original weights. The llama weights fine tuned weights on OA HF friendly and sharded by 10GB, so first...

ml

This is required for libraries like LQML, and useful for some other tooling as well, debugging etc.. https://platform.openai.com/docs/api-reference/completions/create#completions-create-logprobs

link to bounty in https://github.com/embark-framework/embark/issues/768

# Linking to Messages ### Problem Users often need to share links to messages, for e.g to refer someone to a previous discussion or something that was said. ### **Desired...

feature
backend-team

In short: A very simple script works on both playground and command line when it's using OpenAI models, but when using llama.cpp it works only on playground but not on...