yuchenlin commited on
Commit
02d35a1
β€’
1 Parent(s): 302880f
Files changed (1) hide show
  1. constant.py +1 -1
constant.py CHANGED
@@ -1,5 +1,5 @@
1
  HEADER_MD = """# πŸ’¬ BaseChat: Chat with Base LLMs with URIAL
2
- [Paper](https://arxiv.org/abs/2312.01552) | [Website](https://allenai.github.io/re-align/) | [GitHub](https://github.com/Re-Align/urial) | Contact: [Yuchen Lin](https://yuchenlin.xyz/)
3
 
4
  **Talk with __BASE__ LLMs which are not fine-tuned at all. The used URIAL prompt is [here](https://github.com/Re-Align/URIAL/blob/main/urial_prompts/inst_1k_v4.help.txt.md).**
5
  """
 
1
  HEADER_MD = """# πŸ’¬ BaseChat: Chat with Base LLMs with URIAL
2
+ [πŸ“‘ Paper](https://arxiv.org/abs/2312.01552) | [πŸ›œ Website](https://allenai.github.io/re-align/) | [πŸ’» GitHub](https://github.com/Re-Align/urial) | 🏠 Contact: [Yuchen Lin](https://yuchenlin.xyz/)
3
 
4
  **Talk with __BASE__ LLMs which are not fine-tuned at all. The used URIAL prompt is [here](https://github.com/Re-Align/URIAL/blob/main/urial_prompts/inst_1k_v4.help.txt.md).**
5
  """