Instructions to use microsoft/UserLM-8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
| {% for message in messages %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>' }} | |
| {{ message['content'] }}<|eot_id|>{% endfor %}{{ '<|start_header_id|>user<|end_header_id|>' }} |