tardellirs commited on
Commit
0d52e70
·
verified ·
1 Parent(s): 6da2baa

Add Pareto banner at top + OG image meta

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -4,6 +4,11 @@
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>MTEB Portuguese</title>
 
 
 
 
 
7
  <style>
8
  :root { color-scheme: light dark; }
9
  body {
@@ -37,11 +42,15 @@
37
  ul { padding-left: 1.2rem; }
38
  .lead { color: #656d76; font-size: 1.05rem; }
39
  @media (prefers-color-scheme: dark) { .lead { color: #8b949e; } }
 
40
  </style>
41
  </head>
42
  <body>
43
  <h1>MTEB Portuguese</h1>
44
  <p class="lead">A public benchmark for evaluating text embedding models on Brazilian Portuguese, built on top of the <a href="https://github.com/embeddings-benchmark/mteb">mteb</a> library.</p>
 
 
 
45
 
46
  <h2>What you'll find here</h2>
47
  <ul>
 
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
  <title>MTEB Portuguese</title>
7
+ <meta property="og:title" content="MTEB Portuguese — Brazilian Portuguese Embedding Benchmark" />
8
+ <meta property="og:description" content="54 models × 16 native PT-BR tasks. Interactive leaderboard with Pareto frontier." />
9
+ <meta property="og:image" content="https://huggingface.co/spaces/mteb-pt/README/resolve/main/pareto-banner.png" />
10
+ <meta property="og:url" content="https://huggingface.co/mteb-pt" />
11
+ <meta name="twitter:card" content="summary_large_image" />
12
  <style>
13
  :root { color-scheme: light dark; }
14
  body {
 
42
  ul { padding-left: 1.2rem; }
43
  .lead { color: #656d76; font-size: 1.05rem; }
44
  @media (prefers-color-scheme: dark) { .lead { color: #8b949e; } }
45
+ .banner { width: 100%; border-radius: 8px; margin: 0.5rem 0 1rem; display: block; }
46
  </style>
47
  </head>
48
  <body>
49
  <h1>MTEB Portuguese</h1>
50
  <p class="lead">A public benchmark for evaluating text embedding models on Brazilian Portuguese, built on top of the <a href="https://github.com/embeddings-benchmark/mteb">mteb</a> library.</p>
51
+ <a href="https://huggingface.co/spaces/mteb-pt/leaderboard">
52
+ <img class="banner" src="pareto-banner.png" alt="Open Pareto frontier — 54 models × 16 PT-BR tasks" />
53
+ </a>
54
 
55
  <h2>What you'll find here</h2>
56
  <ul>