Skip to content

Commit

Permalink
maitrix blog release
Browse files Browse the repository at this point in the history
  • Loading branch information
caris-mu committed Oct 9, 2024
1 parent 7a2036f commit 6cffb3c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 3 additions & 4 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2211,15 +2211,15 @@ input, select, textarea {
top: -2em;
left: 10%;
width: 80%;
border-top: solid 2px #f1f4f7;
/*border-top: solid 2px #f1f4f7;*/
}

.features section:nth-child(5) {
border-left: solid 2px #f1f4f7;
/*border-left: solid 2px #f1f4f7;*/
}

.features section:nth-child(6) {
border-left: solid 2px #f1f4f7;
/*border-left: solid 2px #f1f4f7;*/
}

.features section .icon {
Expand Down Expand Up @@ -2558,7 +2558,6 @@ input, select, textarea {
display: block;
font-size: 1.1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
Expand Down
Binary file added images/Matrix.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,28 @@ <h1>Blogs</h1>
<!-- <li> <a class="tag" data-tag="research">research</a></li>-->
<!-- </ul>-->
<div class="blog-posts">
<section data-tags="Maitrix, announcement, benchmark" class="blog-post">
<div class="row">
<div class="col-5">
<span class="image main">
<img src="images/Matrix.gif">
</span>
</div>
<div class="col-7">
<h3>Decentralized Arena via Collective LLM Intelligence</h3>
<ul class="tags">
<li> <a class="tag" data-tag="Maitrix">Maitrix</a></li>
<li> <a class="tag" data-tag="announcement">announcement</a></li>
<li> <a class="tag" data-tag="benchmark">benchmark</a></li>
</ul>
<p>LLM360 and Maitrix.org proudly release Decentralized Arena that automates and scales “Chatbot Arena” for LLM evaluation across various fine-grained dimensions (e.g., math – algebra, geometry, probability; logical reasoning, social reasoning, biology, chemistry, …). The evaluation is decentralized and democratic, with all LLMs participating in evaluating others.</p>
<ul class="actions">
<li><a href="https://de-arena.maitrix.org/" class="button" target="_blank">Learn more</a></li>
</ul>
</div>
</div>
</section>
<br>
<section data-tags="announcement, model" class="blog-post">
<div class="row">
<div class="col-5">
Expand Down

0 comments on commit 6cffb3c

Please sign in to comment.