diff --git a/modules/module_4.html b/modules/module_4.html index 9726637..7b5a2e7 100644 --- a/modules/module_4.html +++ b/modules/module_4.html @@ -1,4 +1,3 @@ - @@ -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 @@

Module 4: Transformer Models for Semantic Search

Preparation for Module 4:

-
    +
    1. Read the article listed under literature below and prepare for class discussion:

        @@ -70,32 +72,34 @@

        Preparation for Module 4:

    Literature:

    -

    - Dobson, J.E. On reading and interpreting black box deep neural networks. Int J Digit Humanities 5, 431–449 (2023). https://doi.org/10.1007/s42803-023-00075-w -

    +

    + Dobson, J.E. On reading and interpreting black box deep neural networks. Int J Digit Humanities 5, 431–449 (2023). + https://doi.org/10.1007/s42803-023-00075-w +

    -

    Notebooks we will use in class:

    -