fix: footer links — drop broken lablab/@-encoded URL, add LinkedIn + X + emails, plain-text name
Browse files
README.md
CHANGED
|
@@ -90,6 +90,8 @@ If the MI300X memory-architecture pitch resonates, **a like on this Space helps
|
|
| 90 |
|
| 91 |
## Author
|
| 92 |
|
| 93 |
-
|
| 94 |
- Kaggle SPR 2026 #7/371 (Top 1.9%) · S6E3 #23/4,142 · AIMO3 39/50 (XTX $2.2M)
|
| 95 |
-
- [Epistemic Curie Benchmark](https://doi.org/10.5281/zenodo.19791329)
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
## Author
|
| 92 |
|
| 93 |
+
**Sardor Razikov** — Independent ML Engineer · Tashkent 🇺🇿
|
| 94 |
- Kaggle SPR 2026 #7/371 (Top 1.9%) · S6E3 #23/4,142 · AIMO3 39/50 (XTX $2.2M)
|
| 95 |
+
- [Epistemic Curie Benchmark on Zenodo](https://doi.org/10.5281/zenodo.19791329)
|
| 96 |
+
- [GitHub](https://github.com/SRKRZ23/repomind) · [LinkedIn](https://www.linkedin.com/in/sardor-razikov-569a5327b) · [X / Twitter](https://x.com/SardorRazi99093)
|
| 97 |
+
- Email: razikovsardor1@gmail.com · razikovs777@gmail.com
|
app.py
CHANGED
|
@@ -226,11 +226,12 @@ with gr.Blocks(
|
|
| 226 |
|
| 227 |
gr.Markdown(
|
| 228 |
"---\n"
|
| 229 |
-
"**Author:**
|
| 230 |
-
"[GitHub](https://github.com/SRKRZ23) · "
|
| 231 |
-
"[
|
| 232 |
-
"[
|
| 233 |
-
"
|
|
|
|
| 234 |
"*If the MI300X memory-architecture story resonates, "
|
| 235 |
"**a like on this Space helps with the Hugging Face Special Prize judging.** 🤗*"
|
| 236 |
)
|
|
|
|
| 226 |
|
| 227 |
gr.Markdown(
|
| 228 |
"---\n"
|
| 229 |
+
"**Author:** Sardor Razikov — Tashkent 🇺🇿\n\n"
|
| 230 |
+
"[GitHub](https://github.com/SRKRZ23/repomind) · "
|
| 231 |
+
"[LinkedIn](https://www.linkedin.com/in/sardor-razikov-569a5327b) · "
|
| 232 |
+
"[X / Twitter](https://x.com/SardorRazi99093) · "
|
| 233 |
+
"[Zenodo (ECB)](https://doi.org/10.5281/zenodo.19791329)\n\n"
|
| 234 |
+
"📧 razikovsardor1@gmail.com · razikovs777@gmail.com\n\n"
|
| 235 |
"*If the MI300X memory-architecture story resonates, "
|
| 236 |
"**a like on this Space helps with the Hugging Face Special Prize judging.** 🤗*"
|
| 237 |
)
|