Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
deed971
1
Parent(s):
b423680
app.py
CHANGED
@@ -65,7 +65,6 @@ demo = gr.Interface(
|
|
65 |
title='GPT-2 Direct Multiplication Calculator (Without Using Chain-of-Thought)',
|
66 |
description='This demo uses GPT-2 to directly predict the product of two numbers without using any intermediate steps. The GPT-2 is finetuned to internalize chain-of-thought reasoning in its hidden states, using our stepwise internalization approach detailed in the paper below.',
|
67 |
article="""
|
68 |
-
### Additional Resources
|
69 |
- [Paper: From Explicit CoT to Implicit CoT: Learning to Internalize CoT Step by Step](https://arxiv.org/pdf/2405.14838)
|
70 |
- [Code Repository](https://github.com/da03/Internalize_CoT_Step_by_Step)
|
71 |
- [Tweet Announcement](https://twitter.com/yuntiandeng/status/1795854740879774036)
|
|
|
65 |
title='GPT-2 Direct Multiplication Calculator (Without Using Chain-of-Thought)',
|
66 |
description='This demo uses GPT-2 to directly predict the product of two numbers without using any intermediate steps. The GPT-2 is finetuned to internalize chain-of-thought reasoning in its hidden states, using our stepwise internalization approach detailed in the paper below.',
|
67 |
article="""
|
|
|
68 |
- [Paper: From Explicit CoT to Implicit CoT: Learning to Internalize CoT Step by Step](https://arxiv.org/pdf/2405.14838)
|
69 |
- [Code Repository](https://github.com/da03/Internalize_CoT_Step_by_Step)
|
70 |
- [Tweet Announcement](https://twitter.com/yuntiandeng/status/1795854740879774036)
|