Bradley Fox
Bradley Fox
Have you experimented with altering the candidate selection process? I am interested in what occurs when the candidate selection process is simplified or removed entirely so that every possible candidate...
Vicuna tokenizer has no extra '\n' characters. T5 tokenizer inserts them after each space. Reproduce: ```python from transformers import (T5TokenizerFast, T5ForConditionalGeneration, AutoTokenizer,LlamaTokenizer) t = T5TokenizerFast.from_pretrained('lmsys/fastchat-t5-3b-v1.0') text = 'I am a...
Hi Gosp, I am looking for a way to return header values from lua to downstream nginx clients. I notice you were also trying to do this: https://github.com/openresty/lua-nginx-module/issues/1253 Did you...