Tamnemtf commited on
Commit
14c9e18
1 Parent(s): 1f0f640

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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