Olicorne

Results 659 comments of Olicorne

Apparently you can find more recent version there : https://gitlab.com/eneiluj/phonetrack-android/-/pipelines?scope=all&page=1

I found an edge case. In the original code of control.py to get the layer IDs you do something like this: ```python layer_ids = range(-1, -model.config.num_hidden_layers, -1) nlayers = len(layer_ids)...

Hi! Thanks for taking the time. (note: there is a mistake in your message's formatting) 1. Interesting point about warnings.warn. I'm putting it back. Thanks. 2. The `continue_final_message` if False...

> There are other papers that use pairs of completions, instead of pairs of prompts. It seems to work worse... but it seems more elegant in theory. https://github.com/IBM/prompt-steering & https://arxiv.org/abs/2308.10248...

> . (perhaps this is what you meant all along). Yes indeed. > look at the avg_logprob of a sequence (cheap), My intuition fails me. As you can see from...

> This looks good - I've been wanting to add something like layer_zones. Will pick at least that off and add you as co-author for 0.5. For chat templates I'll...

Fyi related to #2094 Would love that so much!

FYI I did a small python script that fetches the official openrouter prices and parses the config file from litellm to check if the prices are outdated. I found a...

Actually after giving it some thoughts I think the best would be to create an actual chat browser. This will be needed eventually because chat folders and tagging are bound...

So glad to see this! If I'm not mistaken, it appears you are using chat requests to LLMs where you instruct to answer using json. You should instead use structured...