-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2b1d70
commit ba8332e
Showing
1 changed file
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
@@ -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; | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|