AE-Shree commited on
Commit
a704bc7
·
1 Parent(s): 9c6fdc4

Feat: Cosmetic Changes & Display

Browse files
Files changed (1) hide show
  1. src/App.js +4 -2
src/App.js CHANGED
@@ -564,8 +564,10 @@ export default function App() {
564
  fontFamily: "monospace", fontWeight: 700, fontSize: 12,
565
  display: "flex", flexDirection: "column", gap: 2,
566
  }}>
567
- <div>Reward: {rewardScore}</div>
568
- <div style={{ fontSize: 11, fontWeight: 600 }}>
 
 
569
  (0.25 × contrastive + 0.25 × ROUGE-L + 0.25 × negation_safety + 0.25 × hf_judge)
570
  </div>
571
  </div>
 
564
  fontFamily: "monospace", fontWeight: 700, fontSize: 12,
565
  display: "flex", flexDirection: "column", gap: 2,
566
  }}>
567
+ <div>
568
+ Reward: {rewardScore}
569
+ </div>
570
+ <div style={{ fontSize: 11, fontWeight: 600, opacity: 0.9 }}>
571
  (0.25 × contrastive + 0.25 × ROUGE-L + 0.25 × negation_safety + 0.25 × hf_judge)
572
  </div>
573
  </div>