File size: 1,357 Bytes
63858e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe4a287
63858e7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">

<head>
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-149275901-1"></script>
    <script>
        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());

        gtag('config', 'UA-149275901-2');
    </script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>exBERT</title>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
        integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
    <link rel="stylesheet" type="text/css" href="main.css">
    <link rel="shortcut icon" href="./img/exBERT_favicon.png" type="image/png">
</head>

<body style="font-size: 16px;">
    <div class="section-header" id="header">
        <div class="header-logo">
            <a href="/"><img src="./img/exBERT.png" alt="exBERT Logo" height="30px"></a>
        </div>
        <div id="headertext">
            An Explorable BERT
        </div>

        <div class="header-info">
            IBM Research & HarvardNLP
        </div>

    </div>

    <div id="attention-vis"></div>

    <script src="vendor.js"></script>
    <script src="main.js"></script>

</body>

</html>