Priti0210 commited on
Commit
4c1b268
Β·
1 Parent(s): 616f92a

Update layout.py with improved UI layout

Browse files
visuals/__pycache__/layout.cpython-313.pyc DELETED
Binary file (5.96 kB)
 
visuals/__pycache__/score_card.cpython-313.pyc DELETED
Binary file (3.08 kB)
 
visuals/layout.py CHANGED
@@ -20,7 +20,7 @@ def render_core_reference() -> str:
20
  """Renders the research reference section."""
21
  return """
22
  <details>
23
- <summary>πŸ“š Research Reference: arXiv:2307.01850</summary>
24
  <p>
25
  <b>Self-consuming LLMs: How and When Models Feed Themselves</b> – <i>Santurkar et al., 2023</i><br>
26
  This paper introduces and explores <b>Model Autophagy Disorder (MAD)</b> β€” showing that large language models trained on their own outputs tend to lose performance and accumulate error over time.
 
20
  """Renders the research reference section."""
21
  return """
22
  <details>
23
+ <summary>πŸ“š arXiv:2307.01850</summary>
24
  <p>
25
  <b>Self-consuming LLMs: How and When Models Feed Themselves</b> – <i>Santurkar et al., 2023</i><br>
26
  This paper introduces and explores <b>Model Autophagy Disorder (MAD)</b> β€” showing that large language models trained on their own outputs tend to lose performance and accumulate error over time.