Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
55c1b23
1
Parent(s):
dc59d8f
app.py
CHANGED
@@ -143,11 +143,6 @@ demo = gr.Interface(
|
|
143 |
],
|
144 |
title='Predicting Multiplication with GPT-2: Implicit vs. Explicit CoT',
|
145 |
description='This demo showcases GPT-2\'s ability to directly predict the product of two large numbers without intermediate steps, using our stepwise internalization method. Compare the performance of implicit CoT (our method), no CoT, and explicit CoT. Implicit CoT offers accuracy and speed, while explicit CoT provides detailed reasoning but is slower.',
|
146 |
-
article="""
|
147 |
-
- [Paper: From Explicit CoT to Implicit CoT: Learning to Internalize CoT Step by Step](https://arxiv.org/pdf/2405.14838)
|
148 |
-
- [Code Repository](https://github.com/da03/Internalize_CoT_Step_by_Step)
|
149 |
-
- [Tweet Announcement](https://twitter.com/yuntiandeng/status/1795854740879774036)
|
150 |
-
""",
|
151 |
clear_btn=None,
|
152 |
submit_btn="Multiply!",
|
153 |
live=False,
|
|
|
143 |
],
|
144 |
title='Predicting Multiplication with GPT-2: Implicit vs. Explicit CoT',
|
145 |
description='This demo showcases GPT-2\'s ability to directly predict the product of two large numbers without intermediate steps, using our stepwise internalization method. Compare the performance of implicit CoT (our method), no CoT, and explicit CoT. Implicit CoT offers accuracy and speed, while explicit CoT provides detailed reasoning but is slower.',
|
|
|
|
|
|
|
|
|
|
|
146 |
clear_btn=None,
|
147 |
submit_btn="Multiply!",
|
148 |
live=False,
|