File size: 2,505 Bytes
360f81c
 
 
 
 
3139fa8
360f81c
3139fa8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8c3360c
 
 
 
3139fa8
968b189
fddc51a
 
 
 
 
 
 
 
 
3139fa8
 
 
 
 
 
 
 
 
360f81c
 
3139fa8
360f81c
 
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
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
  <head>
    <title>ML.ENERGY Leaderboard</title>
    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- HTML Meta Tags -->
    <title>ML.ENERGY Leaderboard</title>
    <meta name="description" content="An Energy Leaderboard for LLMs">
    <!-- Opengraph Meta Tags -->
    <meta property="og:url" content="https://ml.energy/leaderboard">
    <meta property="og:type" content="website">
    <meta property="og:title" content="ML.ENERGY Leaderboard">
    <meta property="og:description" content="An Energy Leaderboard for LLMs">
    <meta property="og:image" content="https://ml.energy/leaderboard/assets/og_image.png">
    <!-- Twitter Meta Tags -->
    <meta name="twitter:card" content="summary_large_image">
    <meta property="twitter:domain" content="ml.energy">
    <meta property="twitter:url" content="https://ml.energy/leaderboard">
    <meta name="twitter:title" content="ML.ENERGY Leaderboard">
    <meta name="twitter:description" content="An Energy Leaderboard for LLMs">
    <meta name="twitter:image" content="https://ml.energy/leaderboard/assets/og_image.png">
    <!-- Favicon -->
    <link rel="apple-touch-icon" sizes="180x180" href="https://ml.energy/leaderboard/assets/favicon/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="https://ml.energy/leaderboard/assets/favicon/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="https://ml.energy/leaderboard/assets/favicon/favicon-16x16.png">
    <link rel="manifest" href="https://ml.energy/leaderboard/assets/favicon/site.webmanifest">
    <!-- Gradio embedding -->
    <script type="module" src="https://gradio.s3-us-west-2.amazonaws.com/3.39.0/gradio.js"></script>
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-8NM6L1X6ML"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-8NM6L1X6ML');
    </script>
    <!-- Force light theme -->
    <script>
      window.addEventListener('load', function () {
        gradioURL = window.location.href
        if (!gradioURL.endsWith('?__theme=light')) {
          window.location.replace(gradioURL + '?__theme=light');
        }
      });
    </script>
  </head>
  <body>
    <gradio-app src="https://ml-energy-leaderboard.hf.space"></gradio-app>
  </body>
</html>