cOng
cOng
The idea of not using the "[SEP]" in NER task seems great, but why it will cause problem in crf? Per the "[CLS]", have you tried to replace it with...
### 起始日期 | Start Date _No response_ ### 实现PR | Implementation PR _No response_ ### 相关Issues | Reference Issues _No response_ ### 摘要 | Summary Hi, How to serve qwen...
Hi all, I have a service called by `requests.post`, how to host it on the fastchat web ui?
## Why are these changes needed? Some models need to specifically learn to generate the stop tokens. Otherwise these trained models will not stop when serving. This is a model...
To improve the compatibility of various models initialized from different open-sourced models, people may want to add some tokens for better downstream tuning purposes. For example, to improve our policy's...
## Why are these changes needed? According to the https://huggingface.co/deepseek-ai/DeepSeek-V2-Chat, optional system message is supported. ``` User: {user_message_1} Assistant: {assistant_message_1}User: {user_message_2} Assistant: ``` ``` {system_message} User: {user_message_1} Assistant: {assistant_message_1}User: {user_message_2}...
## Why are these changes needed? Current version of gradio_web_server cannot be served. ## Related issue number (if applicable) ## Checks - [x] I've run `format.sh` to lint the changes...