Skip to content

Commit

Permalink
Deploying to gh-pages from @ 60847b6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
tsly123 committed Dec 17, 2024
1 parent cad3556 commit ef13349
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 635 deletions.
301 changes: 16 additions & 285 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,31 @@
<html lang="en">

<!-- Head -->
<head> <!-- Metadata, OpenGraph and Schema.org -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <!-- Metadata, OpenGraph and Schema.org -->

<!-- Website verification -->
<meta name="google-site-verification" content="" /><!-- Avoid warning on Google Chrome
<meta name="google-site-verification" content="">
<!-- Avoid warning on Google Chrome
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
see https://stackoverflow.com/a/75119417
-->
<meta http-equiv="Permissions-Policy" content="interest-cohort=()" />
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">

<!-- Standard metadata -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>
blog | Thai Son Ly</title>
<meta name="author" content="Thai Son Ly" />
<title>blog | Thai Son Ly</title>
<meta name="author" content="Thai Son Ly">
<meta name="description" content="A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
" />
<meta name="keywords" content="jekyll, jekyll-theme, academic-website, portfolio-website" />
">
<meta name="keywords" content="jekyll, jekyll-theme, academic-website, portfolio-website">


<!-- Bootstrap & MDB -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/mdb.min.css" integrity="sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/mdb.min.css" integrity="sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin="anonymous">

<!-- Bootstrap Table -->
<link defer rel="stylesheet" href="https://unpkg.com/[email protected]/dist/bootstrap-table.min.css">
Expand All @@ -36,20 +37,20 @@
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons">

<!-- Code Syntax Highlighting -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="" id="highlight_theme_light" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="" id="highlight_theme_light">



<!-- Styles -->

<link rel="shortcut icon" href="/assets/img/favicon_v2.ico"/>
<link rel="shortcut icon" href="/assets/img/favicon_v2.ico">

<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="https://tsly123.github.io/blog/">

<!-- Dark Mode -->

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/native.css" media="none" id="highlight_theme_dark" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/native.css" media="none" id="highlight_theme_dark">

<script src="/assets/js/theme.js"></script>
<script src="/assets/js/dark_mode.js"></script>
Expand All @@ -66,7 +67,7 @@
<!-- Nav Bar -->
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">
<a class="navbar-brand title font-weight-lighter" href="/"><span class="font-weight-bold">Thai Son&nbsp;</span>Ly</a>
<a class="navbar-brand title font-weight-lighter" href="/"><span class="font-weight-bold">Thai Son </span>Ly</a>
<!-- Navbar Toggle -->
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="sr-only">Toggle navigation</span>
Expand Down Expand Up @@ -136,279 +137,9 @@ <h2>Reading notes of papers on a broad range of topics</h2>

<ul class="post-list">







<li><h3>

<a class="post-title" href="/blog/2022/Whisper/">Whisper: Web-Scale Supervised Pretraining for Speech Recognition</a>

</h3>
<p>Robust Speech Recognition via Large-Scale Weak Supervision</p>
<p class="post-meta">
17 min read &nbsp; &middot; &nbsp;
September 21, 2022
</p>
<p class="post-tags">
<a href="/blog/2022">
<i class="fas fa-calendar fa-sm"></i> 2022 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2022/Stable-Diffusion/">Latent Diffusion (Stable Diffusion)</a>

</h3>
<p>High-Resolution Image Synthesis with Latent Diffusion Models</p>
<p class="post-meta">
13 min read &nbsp; &middot; &nbsp;
April 13, 2022
</p>
<p class="post-tags">
<a href="/blog/2022">
<i class="fas fa-calendar fa-sm"></i> 2022 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2022/InstructGPT/">InstructGPT</a>

</h3>
<p>Training language models to follow instructions with human feedback</p>
<p class="post-meta">
13 min read &nbsp; &middot; &nbsp;
January 27, 2022
</p>
<p class="post-tags">
<a href="/blog/2022">
<i class="fas fa-calendar fa-sm"></i> 2022 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2021/CLIP/">CLIP: Contrastive Language-Image Pre-training</a>

</h3>
<p>Learning Transferable Visual Models From Natural Language Supervision</p>
<p class="post-meta">
9 min read &nbsp; &middot; &nbsp;
February 26, 2021
</p>
<p class="post-tags">
<a href="/blog/2021">
<i class="fas fa-calendar fa-sm"></i> 2021 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2020/DDIM/">DDIM</a>

</h3>
<p>Denoising Diffusion Implicit Models</p>
<p class="post-meta">
13 min read &nbsp; &middot; &nbsp;
October 6, 2020
</p>
<p class="post-tags">
<a href="/blog/2020">
<i class="fas fa-calendar fa-sm"></i> 2020 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2020/GPT-3/">GPT-3</a>

</h3>
<p>Language Models are Few-Shot Learners</p>
<p class="post-meta">
11 min read &nbsp; &middot; &nbsp;
July 22, 2020
</p>
<p class="post-tags">
<a href="/blog/2020">
<i class="fas fa-calendar fa-sm"></i> 2020 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2020/DDPM/">DDPM</a>

</h3>
<p>Denoising Diffusion Probabilistic Models</p>
<p class="post-meta">
11 min read &nbsp; &middot; &nbsp;
June 19, 2020
</p>
<p class="post-tags">
<a href="/blog/2020">
<i class="fas fa-calendar fa-sm"></i> 2020 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2019/T5/">T5: Text-to-Text Transfer Transformer</a>

</h3>
<p>Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer</p>
<p class="post-meta">
12 min read &nbsp; &middot; &nbsp;
October 23, 2019
</p>
<p class="post-tags">
<a href="/blog/2019">
<i class="fas fa-calendar fa-sm"></i> 2019 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2019/GPT-2/">GPT-2</a>

</h3>
<p>Language Models are Unsupervised Multitask Learners</p>
<p class="post-meta">
8 min read &nbsp; &middot; &nbsp;
February 14, 2019
</p>
<p class="post-tags">
<a href="/blog/2019">
<i class="fas fa-calendar fa-sm"></i> 2019 </a>




</p></li>








<li><h3>

<a class="post-title" href="/blog/2018/BERT/">BERT: Bidirectional Encoder Representations from Transformers</a>

</h3>
<p>Pre-training of Deep Bidirectional Transformers for Language Understanding</p>
<p class="post-meta">
8 min read &nbsp; &middot; &nbsp;
October 11, 2018
</p>
<p class="post-tags">
<a href="/blog/2018">
<i class="fas fa-calendar fa-sm"></i> 2018 </a>




</p></li>


</ul>

<nav aria-label="Blog page naviation">
<ul class="pagination pagination-lg justify-content-center">
<li class="page-item disabled">
<a class="page-link" href="" tabindex="-1" aria-disabled="">Newer</a>
</li><li class="page-item active"><a class="page-link" href="/blog/index.html" title="blog">1</a></li>
<li class="page-item "><a class="page-link" href="/blog/page/2/index.html" title="blog - page 2">2</a></li>
<li class="page-item ">
<a class="page-link" href="/blog/page/2/">Older</a>
</li>
</ul>
</nav>


</div>

Expand All @@ -418,7 +149,7 @@ <h2>Reading notes of papers on a broad range of topics</h2>
<!-- Footer -->
<footer class="fixed-bottom">
<div class="container mt-0">
&copy; Copyright 2024 Thai Son Ly. Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
© Copyright 2024 Thai Son Ly. Powered by <a href="https://jekyllrb.com/" target="_blank" rel="external nofollow noopener">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio" rel="external nofollow noopener" target="_blank">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank" rel="external nofollow noopener">GitHub Pages</a>.
Last updated: December 17, 2024.
</div>
</footer>
Expand Down
Loading

0 comments on commit ef13349

Please sign in to comment.