Spaces:
Running
Running
Emojis
Browse files- 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 |
"""
|