readme / index.html
YunusEmreSaidoglu's picture
Update index.html
2bffe2f verified
Raw
History Blame Contribute Delete
2.89 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yunus Emre Saidoğlu</title>
<style>
body {
background-color: #0b0f19;
color: #f3f4f6;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 2rem;
display: flex;
justify-content: center;
}
.container {
max-width: 800px;
width: 100%;
}
h1, h2, h3, strong {
color: #ffffff;
}
h1 {
border-bottom: 1px solid #1f2937;
padding-bottom: 0.5rem;
}
h2 {
border-bottom: 1px solid #1f2937;
padding-bottom: 0.3rem;
margin-top: 2rem;
}
hr {
border: 0;
border-top: 1px solid #1f2937;
margin: 2rem 0;
}
ul {
padding-left: 1.5rem;
}
li {
margin-bottom: 0.5rem;
}
a {
color: #3b82f6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.quote {
font-style: italic;
color: #9ca3af;
margin-top: 2rem;
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<h1>Hi there, I'm Yunus Emre Saidoğlu 👋</h1>
<p>I am a 15-year-old open-source AI researcher and developer, proudly of Ahıska Turk heritage. I am the founder of <a href="https://huggingface.co/AhiskaAI" target="_blank">@AhiskaAI</a>, an independent research lab built to push the boundaries of Small Language Models (SLMs) and preserve cultural heritage through deep learning pipelines.</p>
<hr>
<h2>🚀 What I Do</h2>
<ul>
<li><strong>Pre-training & Fine-tuning:</strong> Training domain-specific SLMs from scratch (24M to 125M+ parameters).</li>
<li><strong>Data Engineering:</strong> Building, filtering, and curating clean synthetic datasets (Alpaca/ShareGPT formats).</li>
<li><strong>Tokenization:</strong> Experimenting with custom BPE tokenizers optimized for low-resource environments.</li>
<li><strong>Fail Forward:</strong> I actively document both my successful models and my training failures to help the open-source community learn.</li>
</ul>
<hr>
<h2>🛠️ My Tech Stack</h2>
<ul>
<li><strong>Frameworks & Tools:</strong> Hugging Face Ecosystem, Transformers, Tokenizers, Datasets, PyTorch, Python</li>
<li><strong>Hardware:</strong> Powered by local compute & passion.</li>
</ul>
</div>
</body>
</html>