Update README.md
Browse files
README.md
CHANGED
@@ -64,6 +64,8 @@ peft_config = LoraConfig(
|
|
64 |
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
65 |
}
|
66 |
```
|
|
|
|
|
67 |
|
68 |
## Contact
|
69 |
|
|
|
64 |
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
65 |
}
|
66 |
```
|
67 |
+
## Training report
|
68 |
+
[report](https://api.wandb.ai/links/tamtf/11hb5ssm)
|
69 |
|
70 |
## Contact
|
71 |
|