Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
|
@@ -209,4 +209,13 @@ with gr.Blocks(title="GPT-152M Demo", theme=gr.themes.Soft()) as demo:
|
|
| 209 |
)
|
| 210 |
|
| 211 |
gr.Markdown("""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
|
|
|
|
| 209 |
)
|
| 210 |
|
| 211 |
gr.Markdown("""
|
| 212 |
+
---
|
| 213 |
+
**Model:** GPT-152M | **Dataset:** FineWeb-Edu (197M tokens) |
|
| 214 |
+
**Hardware:** Free Kaggle T4 GPU (~8.5 hours) | **Framework:** PyTorch 2.9
|
| 215 |
+
|
| 216 |
+
⚠️ This model was trained for educational purposes.
|
| 217 |
+
Outputs may be factually incorrect.
|
| 218 |
+
""")
|
| 219 |
+
|
| 220 |
+
demo.launch()
|
| 221 |
|