| <!doctype html> |
| <html> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width" /> |
| <meta name="author" content="Dr. Mohamed Sana"> |
| <title>GSMA Open-Telco LLM Leaderboard</title> |
| <link rel="stylesheet" href="style.css" /> |
| </head> |
| <body> |
| <div class="card"> |
| <h1>Welcome to the GSMA Open-Telco LLM Leaderboard</h1> |
| <p>The location of the leaderboard has changed!</p> |
| <p> |
| Here is the link to the new leaderboard |
| <a href="https://huggingface.co/spaces/otellm/leaderboard" target="_blank">GSMA Open-Telco LLM Leaderboard</a>. |
| </p> |
| </div> |
| </body> |
| </html> |
|
|