Weights version | v1.1 | v0 |
---|---|---|
Link | 7B, 13B | 7B, 13B |
Separator | </s> |
### |
FastChat PyPI package compatibility | >= v0.2.0 | <= v0.1.10 |
Major updates of weights v1.1
- Refactor the tokenization and separator. In Vicuna v1.1, the separator has been changed from
###
to the EOS token</s>
. This change makes it easier to determine the generation stop criteria and enables better compatibility with other libraries. - Fix the supervised fine-tuning loss computation for better model quality.
A chat between a user and an assistant.
USER: Hello!
ASSISTANT: Hello!</s>
USER: How are you?
ASSISTANT: I am good.</s>
See a full prompt template here.
A chat between a human and an assistant.
### Human: Hello!
### Assistant: Hello!
### Human: How are you?
### Assistant: I am good.
See the full prompt template here.