Spaces:
Running
Running
emojis
Browse files- __pycache__/constant.cpython-311.pyc +0 -0
- constant.py +3 -3
__pycache__/constant.cpython-311.pyc
CHANGED
Binary files a/__pycache__/constant.cpython-311.pyc and b/__pycache__/constant.cpython-311.pyc differ
|
|
constant.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
HEADER_MD = """# ๐ฌ BaseChat: Chat with Base LLMs
|
2 |
-
[๐ Paper](https://arxiv.org/abs/2312.01552) | [๐ Website](https://allenai.github.io/re-align/) | [๐ป GitHub](https://github.com/Re-Align/urial) |
|
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 |
"""
|
6 |
|
7 |
js_code_label = """
|
|
|
1 |
+
HEADER_MD = """# ๐ฌ BaseChat: Chat with Base LLMs by URIAL
|
2 |
+
[๐ Paper](https://arxiv.org/abs/2312.01552) | [๐ Website](https://allenai.github.io/re-align/) | [๐ป GitHub](https://github.com/Re-Align/urial) | [๐ฆ X-1](https://x.com/billyuchenlin/status/1799885923045568531) [๐ฆ X-2](https://x.com/billyuchenlin/status/1759541978881311125) | ๐ฎ 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 |
"""
|
6 |
|
7 |
js_code_label = """
|