Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,15 @@ def format_examples_for_text_area(examples):
|
|
148 |
|
149 |
# π₯οΈ Streamlit App
|
150 |
def main():
|
151 |
-
st.title("π€ Self-Taught
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
# π§© Initialize the Self-Taught Reasoner
|
154 |
if 'star' not in st.session_state:
|
|
|
148 |
|
149 |
# π₯οΈ Streamlit App
|
150 |
def main():
|
151 |
+
st.title("π€ Self-Taught Reasoners (STaR)")
|
152 |
+
st.markdown('''
|
153 |
+
# π Papers:
|
154 |
+
1. π€«π Quiet-STaR: Language Models Can Teach Themselves to Think π€ Before Speaking π£οΈ
|
155 |
+
- π https://arxiv.org/abs/2403.09629 - π https://arxiv.org/pdf/2403.09629
|
156 |
+
2. ππ€ STaR: Self-Taught Reasoner - Bootstrapping Reasoning With Reasoning
|
157 |
+
- π https://arxiv.org/abs/2203.14465 - π https://arxiv.org/pdf/2203.14465
|
158 |
+
''')
|
159 |
+
|
160 |
|
161 |
# π§© Initialize the Self-Taught Reasoner
|
162 |
if 'star' not in st.session_state:
|