Skip to content

Commit 868c6b8

Browse files
committed
link blog to attention project
1 parent 8ff068f commit 868c6b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+349
-349
lines changed

Diff for: config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ params:
345345
links:
346346
- icon: fab fa-github
347347
url: https://github.com/sarthak247/Attention-Is-All-You-Need
348-
- icon: fas fa-blog # Fixit
349-
url: # Fixit
348+
- icon: fas fa-blog
349+
url: /blogs/attention-is-all-you-need
350350

351351
- title:
352352
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.

Diff for: public/404.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=37417&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:37417/404.html">
34+
<meta property="og:url" content="http://localhost:35807/404.html">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="404 Page not found">
3737
<meta property="og:description" content="Portfolio Website">
@@ -448,7 +448,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
448448
<div class="col-md-4 text-center">
449449

450450
<div class="pb-2">
451-
<a href="http://localhost:37417/" title="Sarthak Thakur">
451+
<a href="http://localhost:35807/" title="Sarthak Thakur">
452452
<img alt="Footer logo" src="./favicon.png"
453453
height="40px" width="40px">
454454
</a>

Diff for: public/blogs/attention-is-all-you-need/index.html

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=37417&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:37417/blogs/attention-is-all-you-need/">
34+
<meta property="og:url" content="http://localhost:35807/blogs/attention-is-all-you-need/">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="Attention Is All You Need - From where it all started">
3737
<meta property="og:description" content="Explanation of Attention Is All You Need paper along with code">
@@ -734,27 +734,27 @@ <h5>
734734
<h5>Tags</h5>
735735
<ul class="tags-ul list-unstyled list-inline">
736736

737-
<li class="list-inline-item"><a href="http://localhost:37417/tags/embeddings"
737+
<li class="list-inline-item"><a href="http://localhost:35807/tags/embeddings"
738738
target="_blank"
739739
>Embeddings</a></li>
740740

741-
<li class="list-inline-item"><a href="http://localhost:37417/tags/transformers"
741+
<li class="list-inline-item"><a href="http://localhost:35807/tags/transformers"
742742
target="_blank"
743743
>Transformers</a></li>
744744

745-
<li class="list-inline-item"><a href="http://localhost:37417/tags/encoder"
745+
<li class="list-inline-item"><a href="http://localhost:35807/tags/encoder"
746746
target="_blank"
747747
>Encoder</a></li>
748748

749-
<li class="list-inline-item"><a href="http://localhost:37417/tags/decoder"
749+
<li class="list-inline-item"><a href="http://localhost:35807/tags/decoder"
750750
target="_blank"
751751
>Decoder</a></li>
752752

753-
<li class="list-inline-item"><a href="http://localhost:37417/tags/input-embeddings"
753+
<li class="list-inline-item"><a href="http://localhost:35807/tags/input-embeddings"
754754
target="_blank"
755755
>Input Embeddings</a></li>
756756

757-
<li class="list-inline-item"><a href="http://localhost:37417/tags/positional-embeddings"
757+
<li class="list-inline-item"><a href="http://localhost:35807/tags/positional-embeddings"
758758
target="_blank"
759759
>Positional Embeddings</a></li>
760760

@@ -768,22 +768,22 @@ <h5>Social</h5>
768768
<div class="social-content">
769769
<ul class="list-inline">
770770
<li class="list-inline-item text-center">
771-
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a37417%2fblogs%2fattention-is-all-you-need%2f">
771+
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f">
772772
<i class="fab fa-linkedin"></i>
773773
</a>
774774
</li>
775775
<li class="list-inline-item text-center">
776-
<a target="_blank" href="https://twitter.com/share?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&url=http%3a%2f%2flocalhost%3a37417%2fblogs%2fattention-is-all-you-need%2f">
776+
<a target="_blank" href="https://twitter.com/share?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f">
777777
<i class="fab fa-twitter"></i>
778778
</a>
779779
</li>
780780
<li class="list-inline-item text-center">
781-
<a target="_blank" href="https://api.whatsapp.com/send?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started: http%3a%2f%2flocalhost%3a37417%2fblogs%2fattention-is-all-you-need%2f">
781+
<a target="_blank" href="https://api.whatsapp.com/send?text=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started: http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f">
782782
<i class="fab fa-whatsapp"></i>
783783
</a>
784784
</li>
785785
<li class="list-inline-item text-center">
786-
<a target="_blank" href='mailto:?subject=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a37417%2fblogs%2fattention-is-all-you-need%2f'>
786+
<a target="_blank" href='mailto:?subject=Attention%20Is%20All%20You%20Need%20-%20From%20where%20it%20all%20started&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a35807%2fblogs%2fattention-is-all-you-need%2f'>
787787
<i class="fa fa-envelope"></i>
788788
</a>
789789
</li>
@@ -994,7 +994,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
994994
<div class="col-md-4 text-center">
995995

996996
<div class="pb-2">
997-
<a href="http://localhost:37417/" title="Sarthak Thakur">
997+
<a href="http://localhost:35807/" title="Sarthak Thakur">
998998
<img alt="Footer logo" src="./favicon.png"
999999
height="40px" width="40px">
10001000
</a>

Diff for: public/blogs/attention-is-all-you-need/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Attention Is All You Need - From where it all started on Sarthak Thakur</title>
5-
<link>http://localhost:37417/blogs/attention-is-all-you-need/</link>
5+
<link>http://localhost:35807/blogs/attention-is-all-you-need/</link>
66
<description>Recent content in Attention Is All You Need - From where it all started on Sarthak Thakur</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate></lastBuildDate>
10-
<atom:link href="http://localhost:37417/blogs/attention-is-all-you-need/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="http://localhost:35807/blogs/attention-is-all-you-need/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

Diff for: public/blogs/hello-world/index.html

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=37417&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:37417/blogs/hello-world/">
34+
<meta property="og:url" content="http://localhost:35807/blogs/hello-world/">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages">
3737
<meta property="og:description" content="Setup Hugo &#43; GitHub Pages based personal blog">
@@ -478,15 +478,15 @@ <h5>
478478
<h5>Tags</h5>
479479
<ul class="tags-ul list-unstyled list-inline">
480480

481-
<li class="list-inline-item"><a href="http://localhost:37417/tags/hugo"
481+
<li class="list-inline-item"><a href="http://localhost:35807/tags/hugo"
482482
target="_blank"
483483
>Hugo</a></li>
484484

485-
<li class="list-inline-item"><a href="http://localhost:37417/tags/github-pages"
485+
<li class="list-inline-item"><a href="http://localhost:35807/tags/github-pages"
486486
target="_blank"
487487
>GitHub Pages</a></li>
488488

489-
<li class="list-inline-item"><a href="http://localhost:37417/tags/golang"
489+
<li class="list-inline-item"><a href="http://localhost:35807/tags/golang"
490490
target="_blank"
491491
>Golang</a></li>
492492

@@ -500,22 +500,22 @@ <h5>Social</h5>
500500
<div class="social-content">
501501
<ul class="list-inline">
502502
<li class="list-inline-item text-center">
503-
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a37417%2fblogs%2fhello-world%2f">
503+
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f">
504504
<i class="fab fa-linkedin"></i>
505505
</a>
506506
</li>
507507
<li class="list-inline-item text-center">
508-
<a target="_blank" href="https://twitter.com/share?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&url=http%3a%2f%2flocalhost%3a37417%2fblogs%2fhello-world%2f">
508+
<a target="_blank" href="https://twitter.com/share?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&url=http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f">
509509
<i class="fab fa-twitter"></i>
510510
</a>
511511
</li>
512512
<li class="list-inline-item text-center">
513-
<a target="_blank" href="https://api.whatsapp.com/send?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages: http%3a%2f%2flocalhost%3a37417%2fblogs%2fhello-world%2f">
513+
<a target="_blank" href="https://api.whatsapp.com/send?text=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages: http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f">
514514
<i class="fab fa-whatsapp"></i>
515515
</a>
516516
</li>
517517
<li class="list-inline-item text-center">
518-
<a target="_blank" href='mailto:?subject=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a37417%2fblogs%2fhello-world%2f'>
518+
<a target="_blank" href='mailto:?subject=Embracing%20Freedom%3a%20My%20Journey%20to%20Creating%20a%20Personal%20Blog%20with%20Hugo%20and%20GitHub%20Pages&amp;body=Check%20out%20this%20site http%3a%2f%2flocalhost%3a35807%2fblogs%2fhello-world%2f'>
519519
<i class="fa fa-envelope"></i>
520520
</a>
521521
</li>
@@ -726,7 +726,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
726726
<div class="col-md-4 text-center">
727727

728728
<div class="pb-2">
729-
<a href="http://localhost:37417/" title="Sarthak Thakur">
729+
<a href="http://localhost:35807/" title="Sarthak Thakur">
730730
<img alt="Footer logo" src="./favicon.png"
731731
height="40px" width="40px">
732732
</a>

Diff for: public/blogs/hello-world/index.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages on Sarthak Thakur</title>
5-
<link>http://localhost:37417/blogs/hello-world/</link>
5+
<link>http://localhost:35807/blogs/hello-world/</link>
66
<description>Recent content in Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages on Sarthak Thakur</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate></lastBuildDate>
10-
<atom:link href="http://localhost:37417/blogs/hello-world/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="http://localhost:35807/blogs/hello-world/index.xml" rel="self" type="application/rss+xml" />
1111
</channel>
1212
</rss>

Diff for: public/blogs/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33

4-
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=37417&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
4+
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=35807&amp;path=livereload" data-no-instant defer></script><meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<meta http-equiv="Accept-CH" content="DPR, Viewport-Width, Width">
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<meta property="og:url" content="http://localhost:37417/blogs/">
34+
<meta property="og:url" content="http://localhost:35807/blogs/">
3535
<meta property="og:site_name" content="Sarthak Thakur">
3636
<meta property="og:title" content="Blogs">
3737
<meta property="og:description" content="Portfolio Website">
@@ -534,7 +534,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
534534
<div class="col-md-4 text-center">
535535

536536
<div class="pb-2">
537-
<a href="http://localhost:37417/" title="Sarthak Thakur">
537+
<a href="http://localhost:35807/" title="Sarthak Thakur">
538538
<img alt="Footer logo" src="./favicon.png"
539539
height="40px" width="40px">
540540
</a>

Diff for: public/blogs/index.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Blogs on Sarthak Thakur</title>
5-
<link>http://localhost:37417/blogs/</link>
5+
<link>http://localhost:35807/blogs/</link>
66
<description>Recent content in Blogs on Sarthak Thakur</description>
77
<generator>Hugo</generator>
88
<language>en-us</language>
99
<lastBuildDate>Wed, 03 Jul 2024 00:00:00 +0000</lastBuildDate>
10-
<atom:link href="http://localhost:37417/blogs/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="http://localhost:35807/blogs/index.xml" rel="self" type="application/rss+xml" />
1111
<item>
1212
<title>Attention Is All You Need - From where it all started</title>
13-
<link>http://localhost:37417/blogs/attention-is-all-you-need/</link>
13+
<link>http://localhost:35807/blogs/attention-is-all-you-need/</link>
1414
<pubDate>Wed, 03 Jul 2024 00:00:00 +0000</pubDate>
15-
<guid>http://localhost:37417/blogs/attention-is-all-you-need/</guid>
15+
<guid>http://localhost:35807/blogs/attention-is-all-you-need/</guid>
1616
<description>Introduction In the current landscape of Generative Artificial Intelligence (GenAI), new architectures and methodologies emerge with remarkable frequency. According to recent statistics from arXiv, the volume of papers tagged under LLM averages nine submissions daily. To comprehend these advancements fully, it is essential to delve into the seminal work that laid the groundwork for many contemporary developments in Natural Language Processing (NLP): the paper entitled &amp;ldquo;Attention Is All You Need&amp;rdquo;. This pivotal research introduced Transformer models to the NLP domain, which have since become fundamental frameworks underpinning a myriad of advanced language models such as GPT, Llama, Claude, among others.</description>
1717
</item>
1818
<item>
1919
<title>Unraveling the Power of Word Vectorization: From Text to Numbers</title>
20-
<link>http://localhost:37417/blogs/word-embeddings/</link>
20+
<link>http://localhost:35807/blogs/word-embeddings/</link>
2121
<pubDate>Tue, 05 Sep 2023 00:00:00 +0000</pubDate>
22-
<guid>http://localhost:37417/blogs/word-embeddings/</guid>
22+
<guid>http://localhost:35807/blogs/word-embeddings/</guid>
2323
<description>Introduction In the realm of Natural Language Processing (NLP), one of the key challenges is to bridge the gap between the textual world of words and the numerical world of computers. We know that computers only understand in form of numbers (0s and 1s to be precise). So how do we make sense of human language words like maybe &amp;ldquo;cat&amp;rdquo; and &amp;ldquo;car&amp;rdquo; using algorithms and data structures? This is where word vectorization comes into play.</description>
2424
</item>
2525
<item>
2626
<title>Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages</title>
27-
<link>http://localhost:37417/blogs/hello-world/</link>
27+
<link>http://localhost:35807/blogs/hello-world/</link>
2828
<pubDate>Mon, 04 Sep 2023 00:00:00 +0000</pubDate>
29-
<guid>http://localhost:37417/blogs/hello-world/</guid>
29+
<guid>http://localhost:35807/blogs/hello-world/</guid>
3030
<description>Introduction In a world dominated by social media platforms and curated content, the idea of having a personal space on the internet has always fascinated me. A place where I can express my thoughts, share my experiences, and have complete control over what goes in and what stays out. That&amp;rsquo;s why I decided to embark on a journey to create my own personal blog. This blog is my &amp;ldquo;Hello World&amp;rdquo; moment in the blogosphere, a simple yet profound beginning.</description>
3131
</item>
3232
</channel>

Diff for: public/blogs/page/1/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en-us">
33
<head>
4-
<title>http://localhost:37417/blogs/</title>
5-
<link rel="canonical" href="http://localhost:37417/blogs/">
4+
<title>http://localhost:35807/blogs/</title>
5+
<link rel="canonical" href="http://localhost:35807/blogs/">
66
<meta name="robots" content="noindex">
77
<meta charset="utf-8">
8-
<meta http-equiv="refresh" content="0; url=http://localhost:37417/blogs/">
8+
<meta http-equiv="refresh" content="0; url=http://localhost:35807/blogs/">
99
</head>
1010
</html>

0 commit comments

Comments
 (0)