Skip to content

Commit

Permalink
Update module_4.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Dec 29, 2024
1 parent c2b1d70 commit ba8332e
Showing 1 changed file with 25 additions and 23 deletions.
48 changes: 25 additions & 23 deletions modules/module_4.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -21,10 +20,13 @@
color: #8B0000;
}
.notebook-link {
display: inline-flex;
display: flex;
align-items: center;
gap: 10px;
margin-top: 10px;
margin-bottom: 20px;
}
.notebook-title {
font-weight: 500;
min-width: 300px;
}
.back-button {
position: fixed;
Expand Down Expand Up @@ -56,7 +58,7 @@ <h1>Module 4: Transformer Models for Semantic Search</h1>
</ul>

<h3>Preparation for Module 4:</h3>
<ol>
<ol>
<li>
<p>Read the article listed under literature below and prepare for class discussion:</p>
<ul>
Expand All @@ -70,32 +72,34 @@ <h3>Preparation for Module 4:</h3>
</ol>

<h3>Literature:</h3>
<p class="citation">
Dobson, J.E. On reading and interpreting black box deep neural networks. Int J Digit Humanities 5, 431–449 (2023). <a href="https://doi.org/10.1007/s42803-023-00075-w" target="_blank">https://doi.org/10.1007/s42803-023-00075-w</a>
</p>
<p class="citation">
Dobson, J.E. On reading and interpreting black box deep neural networks. Int J Digit Humanities 5, 431–449 (2023).
<a href="https://doi.org/10.1007/s42803-023-00075-w" target="_blank">https://doi.org/10.1007/s42803-023-00075-w</a>
</p>


<h3>Notebooks we will use in class:</h3>
<div class="notebook-link">
<p>Download über API der DDB</p>
<div class="notebook-links">
<div class="notebook-link">
<span class="notebook-title">Download über API der DDB</span>
<a href="https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Download_über_API_der_DDB.ipynb" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Download_über_API_der_DDB.ipynb In Colab"/>

</a>
</div>
<div class="notebook-link">
<p>Introduction to Transformers: What Can They Do?</p>
<a href="https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Transformers_what_can_they_do.ipynb" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open Introduction to Transformers in Colab"/>
</a>
</div>
<div class="notebook-link">
<p>Tranformers and Semantic Search</p>

<div class="notebook-link">
<span class="notebook-title">Introduction to Transformers: What Can They Do?</span>
<a href="https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Transformers_what_can_they_do.ipynb" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Transformers_what_can_they_do.ipynb In Colab"/>
</a>
</div>

<div class="notebook-link">
<span class="notebook-title">Transformers and Semantic Search</span>
<a href="https://colab.research.google.com/github/ieg-dhr/NLP-Course4Humanities_2024/blob/main/Transformers_SemantischSearch.ipynb" target="_blank">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Transformers_SemantischSearch.ipynb In Colab"/>

</a>
</div>
</div>

<h3>Workload (after class):</h3>
<ol>
Expand All @@ -106,7 +110,6 @@ <h3>Workload (after class):</h3>
</ul>
</li>
</ol>


<h3>Date and Time:</h3>
<p>November 22, 2024 (10:00 AM to 11:30 AM)</p>
Expand All @@ -115,4 +118,3 @@ <h3>Date and Time:</h3>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

0 comments on commit ba8332e

Please sign in to comment.