Spaces:
Sleeping
Sleeping
Alex W. commited on
Commit ยท
9324850
1
Parent(s): 4efad8e
fix change tab_name from Pythia Training Dynamics to Pythia
Browse files- ui/tab_pythia.py +1 -1
ui/tab_pythia.py
CHANGED
|
@@ -150,7 +150,7 @@ def load_latest_csv(model_size: str) -> pd.DataFrame:
|
|
| 150 |
# โโ Gradio Tab โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
| 151 |
|
| 152 |
def build_tab_pythia():
|
| 153 |
-
with gr.Tab("๐ Pythia
|
| 154 |
gr.Markdown("""
|
| 155 |
### Pythia Checkpoint Scan
|
| 156 |
ๆซๆ [EleutherAI/pythia](https://huggingface.co/EleutherAI) ่ฎญ็ป่ฟ็จไธญ็ attention ็ฉ้ต่ฐฑๆๆ ใ
|
|
|
|
| 150 |
# โโ Gradio Tab โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
| 151 |
|
| 152 |
def build_tab_pythia():
|
| 153 |
+
with gr.Tab("๐ Pythia"):
|
| 154 |
gr.Markdown("""
|
| 155 |
### Pythia Checkpoint Scan
|
| 156 |
ๆซๆ [EleutherAI/pythia](https://huggingface.co/EleutherAI) ่ฎญ็ป่ฟ็จไธญ็ attention ็ฉ้ต่ฐฑๆๆ ใ
|