Spaces:
Runtime error
Runtime error
Add authors
Browse files- app/src/index.html +7 -8
app/src/index.html
CHANGED
|
@@ -13,24 +13,23 @@
|
|
| 13 |
<body>
|
| 14 |
<d-front-matter>
|
| 15 |
<script id='distill-front-matter' type="text/json">{
|
| 16 |
-
"title": "Scaling test-time compute",
|
| 17 |
-
"description": "This blog presents our work on scaling test-time compute for large language models, we share an open implementation of DeepMind's Scaling Test Time Compute paper and introduce a new method;
|
| 18 |
-
"published": "
|
| 19 |
"affiliation": {"name": "Hugging Face"},
|
| 20 |
"authors": [
|
| 21 |
{
|
| 22 |
"author":"Edward Beeching",
|
| 23 |
"authorURL":"https://huggingface.co/edbeeching"
|
| 24 |
},
|
| 25 |
-
{
|
| 26 |
-
"author":"Sasha Rush",
|
| 27 |
-
"authorURL":"https://huggingface.co/srush"
|
| 28 |
-
},
|
| 29 |
{
|
| 30 |
"author":"Lewis Tunstall",
|
| 31 |
"authorURL":"https://huggingface.co/lewtun"
|
| 32 |
},
|
| 33 |
-
|
|
|
|
|
|
|
|
|
|
| 34 |
]
|
| 35 |
}</script>
|
| 36 |
</d-front-matter>
|
|
|
|
| 13 |
<body>
|
| 14 |
<d-front-matter>
|
| 15 |
<script id='distill-front-matter' type="text/json">{
|
| 16 |
+
"title": "📈 Scaling test-time compute with open models",
|
| 17 |
+
"description": "This blog presents our work on scaling test-time compute for large language models, we share an open implementation of DeepMind's Scaling Test Time Compute paper and introduce a new method; diverse verifier tree search (DVTS) that improves scaling performance.",
|
| 18 |
+
"published": "Dec 16, 2024",
|
| 19 |
"affiliation": {"name": "Hugging Face"},
|
| 20 |
"authors": [
|
| 21 |
{
|
| 22 |
"author":"Edward Beeching",
|
| 23 |
"authorURL":"https://huggingface.co/edbeeching"
|
| 24 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
{
|
| 26 |
"author":"Lewis Tunstall",
|
| 27 |
"authorURL":"https://huggingface.co/lewtun"
|
| 28 |
},
|
| 29 |
+
{
|
| 30 |
+
"author":"Sasha Rush",
|
| 31 |
+
"authorURL":"https://huggingface.co/srush"
|
| 32 |
+
}
|
| 33 |
]
|
| 34 |
}</script>
|
| 35 |
</d-front-matter>
|