UserLM-8b: User Language Model Demo
Model: microsoft/UserLM-8b
The AI plays the user, you play the assistant. Your messages appear on the right.
16 512
0 2
0 1
- Decoding defaults from the model card:
temperature=1.0
,top_p=0.8
, stop on<|eot_id|>
, and block<|endconversation|>
. - Guardrails from Appendix C.1 of the paper: (1) first-token logit filter, (2) block endconversation, (3) 3–25 word length, (4) verbatim repetition filter.