Spaces:
Runtime error
Runtime error
<ADD> optimize code
Browse files
app.py
CHANGED
|
@@ -170,9 +170,11 @@ Directly employing ICL results in lower prediction accuracy. However, in our pro
|
|
| 170 |
#the-table > div > div > div > table > thead {display: none}
|
| 171 |
#the-table > div > div > div > table > tbody > tr:last-child {background-color: beige}
|
| 172 |
#the-table > div > div > div > table > tbody > tr:first-child {background-color: lightgray}
|
|
|
|
| 173 |
#the-table > div > div > div > table > tbody > tr > td:first-child {min-width: 300px;}
|
| 174 |
-
#the-table > div > div > div > table > tbody > tr > td:not(:first-child) {white-space: nowrap;
|
| 175 |
#the-text { font-size: large; }
|
|
|
|
| 176 |
"""
|
| 177 |
|
| 178 |
title = "🤔 Iterative Forward Tuning Boosts In-context Learning in Language Models"
|
|
|
|
| 170 |
#the-table > div > div > div > table > thead {display: none}
|
| 171 |
#the-table > div > div > div > table > tbody > tr:last-child {background-color: beige}
|
| 172 |
#the-table > div > div > div > table > tbody > tr:first-child {background-color: lightgray}
|
| 173 |
+
#the-table > div > div > div > table > tbody > tr > td {padding: 0 2px;}
|
| 174 |
#the-table > div > div > div > table > tbody > tr > td:first-child {min-width: 300px;}
|
| 175 |
+
#the-table > div > div > div > table > tbody > tr > td:not(:first-child) {white-space: nowrap; }
|
| 176 |
#the-text { font-size: large; }
|
| 177 |
+
#main-button { max-width: 500px; margin: 0 auto; }
|
| 178 |
"""
|
| 179 |
|
| 180 |
title = "🤔 Iterative Forward Tuning Boosts In-context Learning in Language Models"
|