Tamnemtf commited on
Commit
de6ec2b
·
verified ·
1 Parent(s): be843ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -76,6 +76,10 @@ peft_config = LoraConfig(
76
  "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 %}",
77
  }
78
  ```
 
 
 
 
79
  ## Training report
80
  [report](https://api.wandb.ai/links/tamtf/11hb5ssm)
81
 
 
76
  "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 %}",
77
  }
78
  ```
79
+
80
+ ##Run
81
+ free [colab](https://colab.research.google.com/drive/1qLj6vP0HHQjOLvNbsCD4h6xOlbVVrHAV?usp=sharing) run
82
+
83
  ## Training report
84
  [report](https://api.wandb.ai/links/tamtf/11hb5ssm)
85