kevinpro commited on
Commit
6b84df3
·
verified ·
1 Parent(s): d1485a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -51,10 +51,9 @@ def _translate(text: str):
51
 
52
  description = """
53
  <div style="text-align: center;">
54
- <img src="https://github.com/user-attachments/assets/c42e675e-497c-4508-8bb9-093ad4d1f216" alt="UNESCO Meta Hugging Face Banner" style="max-width: 800px; width: 100%; margin: 0 auto;">
55
- <h1 style="color: #0077be; font-size: 3em;">Seed-X, powered by Bytedance</h1>
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"]]