Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
soberbichler authored Oct 23, 2024
1 parent c22dfc8 commit 92ada62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ <h5 class="card-title">Module 3: The German Newspaper Portal: Overview, API Usag
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img src="Images/python_logo.png" class="card-img-top" alt="Module 4">
<img src="Images/huggingface.png" class="card-img-top" alt="Module 4">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Module 4: Transformer Models for Semantic Search</h5>
<p class="card-text">In Module 4 we investigate the variety of transformer models for NLP tasks. One of them is the semantic search.</p>
<p class="card-text">In Module 4 we investigate the variety of transformer models for NLP tasks as well as the semantic search possibilites for historical newspapers.</p>
<a href="#" class="btn btn-primary mt-auto" onclick="toggleModule('module1')">View Details</a>
<p class="card-date mt-2 text-end">October 25, 2024</p>
</div>
Expand Down

0 comments on commit 92ada62

Please sign in to comment.