Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,11 +171,11 @@ def format_examples_for_text_area(examples):
|
|
171 |
def main():
|
172 |
st.title("π€ Self-Taught Reasoners (STaR)")
|
173 |
st.markdown('''
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
''')
|
180 |
|
181 |
|
|
|
171 |
def main():
|
172 |
st.title("π€ Self-Taught Reasoners (STaR)")
|
173 |
st.markdown('''
|
174 |
+
# π Papers:
|
175 |
+
1. π€«π Quiet-STaR: Language Models Can Teach Themselves to Think π€ Before Speaking π£οΈ
|
176 |
+
- π https://arxiv.org/abs/2403.09629 - π https://arxiv.org/pdf/2403.09629
|
177 |
+
2. ππ€ STaR: Self-Taught Reasoner - Bootstrapping Reasoning With Reasoning
|
178 |
+
- π https://arxiv.org/abs/2203.14465 - π https://arxiv.org/pdf/2203.14465
|
179 |
''')
|
180 |
|
181 |
|