Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,10 +51,9 @@ def _translate(text: str):
|
|
51 |
|
52 |
description = """
|
53 |
<div style="text-align: center;">
|
54 |
-
<
|
55 |
-
<
|
56 |
</div>
|
57 |
-
Seed-X, a powerful series of open-source multilingual translation language models, including an instruction model, a reinforcement learning model, and a reward model. It pushes the boundaries of translation capabilities within 7 billion parameters. We develop Seed-X as an accessible, off-the-shelf tool to support the community in advancing translation research and applications:
|
58 |
"""
|
59 |
|
60 |
examples_inputs = [["test"]]
|
|
|
51 |
|
52 |
description = """
|
53 |
<div style="text-align: center;">
|
54 |
+
<h1 style="color: #0077be; font-size: 3em;">R-PRM, powered by NJUNLP</h1>
|
55 |
+
<h3 style="font-size: 3em;">🚀 We introduce Reasoning-Driven Process Reward Modeling (R-PRM), a novel approach that enhances LLMs' ability to evaluate mathematical reasoning step-by-step. By leveraging stronger LLMs to generate seed data, optimizing preferences without additional annotations, and scaling inference-time computation, R-PRM delivers comprehensive, transparent, and robust assessments of reasoning processes.</h3>
|
56 |
</div>
|
|
|
57 |
"""
|
58 |
|
59 |
examples_inputs = [["test"]]
|