You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.yaml
+21-9
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,20 @@ enableRobotsTXT: true
19
19
20
20
markup:
21
21
goldmark:
22
-
renderer:
23
-
unsafe: true
24
-
22
+
extensions:
23
+
passthrough:
24
+
delimiters:
25
+
block:
26
+
- - \[
27
+
- \]
28
+
- - $$
29
+
- $$
30
+
inline:
31
+
- - \(
32
+
- \)
33
+
enable: true
34
+
params:
35
+
math: true
25
36
Menus:
26
37
main:
27
38
- identifier: blog
@@ -322,21 +333,22 @@ params:
322
333
items:
323
334
- title: Attention Is All You Need
324
335
content: Paper implementation of Attention Is All You Need inspired by Umar Jamil. The model currently supports English to Italian and English to French language translations.
<imgsrc="/images/blogs/hello-world/cover.jpg" class="card-img-top" alt="Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages">
319
+
<ahref="/blogs/attention-is-all-you-need/">
320
+
<imgsrc="/projects/attention.png" class="card-img-top" alt="Attention Is All You Need - From where it all started">
<h5class="card-title bg-transparent" title="Attention Is All You Need - From where it all started">Attention Is All You Need …</h5>
327
+
</a>
328
+
<divclass="card-text secondary-font">
329
+
<p>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 …</p>
<h5class="card-title bg-transparent" title="Unraveling the Power of Word Vectorization: From Text to Numbers">Unraveling the Power of …</h5>
351
+
</a>
352
+
<divclass="card-text secondary-font">
353
+
<p>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 …</p>
<imgsrc="/blogs/hello-world/cover.jpg" class="card-img-top" alt="Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages">
<h5class="card-title bg-transparent" title="Embracing Freedom: My Journey to Creating a Personal Blog with Hugo and GitHub Pages">Embracing Freedom: My …</h5>
327
375
</a>
328
376
<divclass="card-text secondary-font">
@@ -331,7 +379,7 @@ <h5 class="card-title bg-transparent" title="Embracing Freedom: My Journey to Cr
0 commit comments