soumi guria commited on
Commit ·
c73ea34
1
Parent(s): 29b7dfa
updated teh repo
Browse files
CLM_GRPO_Training.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/src/components/Dashboard.jsx
CHANGED
|
@@ -747,11 +747,6 @@ export default function Dashboard() {
|
|
| 747 |
</>
|
| 748 |
)}
|
| 749 |
|
| 750 |
-
{/* ── Reward scoring formula — always visible ── */}
|
| 751 |
-
<div style={{ marginTop: 20 }}>
|
| 752 |
-
<ScoringFormulaCard />
|
| 753 |
-
</div>
|
| 754 |
-
|
| 755 |
<style>{`
|
| 756 |
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
|
| 757 |
`}</style>
|
|
|
|
| 747 |
</>
|
| 748 |
)}
|
| 749 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 750 |
<style>{`
|
| 751 |
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
|
| 752 |
`}</style>
|