awacke1 commited on
Commit
a01c571
Β·
verified Β·
1 Parent(s): 7b713bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- # πŸ“„ 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
 
 
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