亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

Table of Contents
Nearly 90 models competed in 750,000 rounds
A large model test that everyone can participate in
△Schematic diagram, earlier version
One More Thing
Home Technology peripherals AI 750,000 rounds of one-on-one battle between large models, GPT-4 won the championship, and Llama 3 ranked fifth

750,000 rounds of one-on-one battle between large models, GPT-4 won the championship, and Llama 3 ranked fifth

Apr 23, 2024 pm 03:28 PM
bootstrap Version gpt-4 arrangement llama 3

Regarding Llama 3, another test result has been released——

The large model evaluation community LMSYS released a large model ranking list, Llama 3 ranked fifth, English single item and GPT -4 tied for first place.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

Different from other Benchmarks, this list is based on model one-on-one battles, and the evaluators from all over the network make their own propositions and scores.

In the end, Llama 3 ranked fifth on the list, followed by three different versions of GPT-4 and Claude 3 Super Cup Opus.

In the English single list, Llama 3 overtook Claude and tied with GPT-4.

Regarding this result, Meta's chief scientist LeCun was very happy, retweeted the tweet and left a "Nice".

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

Soumith Chintala, the father of PyTorch, also said excitedly that such results are incredible and he is proud of Meta .

The 400B version of Llama 3 has not yet come out, and it won the fifth place based on 70B parameters alone...
I still remember that when GPT-4 was released in March last year, it achieved the same level. Performance is almost impossible.
……
The popularization of AI now is truly incredible, and I am very proud of my colleagues at Meta AI for achieving such success.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

So, what specific results does this list show?

Nearly 90 models competed in 750,000 rounds

As of the release of the latest list, LMSYS has collected nearly 750,000 large model solo battle results, involving 89 models.

Among them, Llama 3 has participated 12,700 times, and GPT-4 has multiple different versions, with the most participating 68,000 times.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

The picture below shows the number of competitions and winning rates of some popular models. Neither of the two indicators in the picture counts the number of draws.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

In terms of the list, LMSYS is divided into a general list and multiple sub-lists. GPT-4-Turbo ranked first and tied with it. The ones are the earlier 1106 version and the Claude 3 extra large Opus.

Another version (0125) of GPT-4 ranks second, followed closely by Llama 3.

But what’s more interesting is that the newer version 0125 does not perform as well as the older version 1106.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

In the English single list, Llama 3's results directly tied with the two GPT-4s, and even surpassed 0125 Version.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

The first place in the Chinese proficiency ranking is shared by Claude 3 Opus and GPT-4-1106, while Llama 3 has been ranked 20 Outstanding name.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

In addition to language ability, the list also includes long text and code ability rankings, and Llama 3 is also among the best.

However, what are the specific "rules of the game" of LMSYS?

A large model test that everyone can participate in

This is a large model test that everyone can participate in. The questions and evaluation criteria are decided by the participants.

The specific "competition" process is divided into two modes: battle and side-by-side.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

In battle mode, after entering the question in the test interface, the system will randomly call the two models in the library, and the tester will not Knowing who the system has drawn, only "Model A" and "Model B" are displayed on the interface.

After the model outputs the answer, the evaluator needs to choose which one is better or a tie. Of course, if the model's performance does not meet expectations, there are corresponding options.

Only after a selection is made, the model's identity is revealed.

Side-by-side is where the user selects the specified model for PK. The rest of the test process is the same as the battle mode.

However, only the voting results in the anonymous mode of the battle will be counted, and in If the model accidentally reveals its identity during the conversation, the results will be invalid.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

According to the Win Rate of each model to other models, such an image can be drawn:

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

△Schematic diagram, earlier version

The final ranking is obtained by using Win Rate data and converting it into scores through the Elo evaluation system.

The Elo rating system is a method of calculating the relative skill level of players, designed by American physics professor Arpad Elo.

Specifically for LMSYS, under the initial conditions, the ratings (R) of all models are set to 1000, and then the expected winning rate (E) is calculated based on this formula.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

As the test continues, the score will be corrected based on the actual score (S). There are three types of S: 1, 0 and 0.5 The values ??correspond to three situations: winning, losing and drawing.

The correction algorithm is shown in the following formula, where K is the coefficient, which needs to be adjusted by the tester according to the actual situation.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

After all valid data are finally included in the calculation, the Elo score of the model is obtained.

However, during the actual operation, the LMSYS team found that the stability of this algorithm was insufficient, so it used statistical methods to correct it.

They used the Bootstrap method for repeated sampling, obtained more stable results, and estimated confidence intervals.

The final revised Elo score became the basis for ranking in the list.

One More Thing

Llama 3 can already run on the large model inference platform Groq (not Musk’s Grok).

The biggest highlight of this platform is "fast". Previously, the Mixtral model has been used to run at a speed of nearly 500 tokens per second.

It is also quite fast when running Llama 3. According to the actual test, the 70B version can run about 300 Tokens per second, and the 8B version is close to 800.

大模型一對(duì)一戰(zhàn)斗75萬輪,GPT-4奪冠,Llama 3位列第五Picture

Reference link:
[1]https://lmsys.org/blog/2023-05-03- arena/
[2]https://chat.lmsys.org/?leaderboard
[3]https://twitter.com/lmsysorg/status/1782483699449332144

The above is the detailed content of 750,000 rounds of one-on-one battle between large models, GPT-4 won the championship, and Llama 3 ranked fifth. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1488
72
How to use bootstrap in vue How to use bootstrap in vue Apr 07, 2025 pm 11:33 PM

Using Bootstrap in Vue.js is divided into five steps: Install Bootstrap. Import Bootstrap in main.js. Use the Bootstrap component directly in the template. Optional: Custom style. Optional: Use plug-ins.

How to write split lines on bootstrap How to write split lines on bootstrap Apr 07, 2025 pm 03:12 PM

There are two ways to create a Bootstrap split line: using the tag, which creates a horizontal split line. Use the CSS border property to create custom style split lines.

How to adjust the wordpress article list How to adjust the wordpress article list Apr 20, 2025 am 10:48 AM

There are four ways to adjust the WordPress article list: use theme options, use plugins (such as Post Types Order, WP Post List, Boxy Stuff), use code (add settings in the functions.php file), or modify the WordPress database directly.

How to view the date of bootstrap How to view the date of bootstrap Apr 07, 2025 pm 03:03 PM

Answer: You can use the date picker component of Bootstrap to view dates in the page. Steps: Introduce the Bootstrap framework. Create a date selector input box in HTML. Bootstrap will automatically add styles to the selector. Use JavaScript to get the selected date.

How to get the bootstrap search bar How to get the bootstrap search bar Apr 07, 2025 pm 03:33 PM

How to use Bootstrap to get the value of the search bar: Determines the ID or name of the search bar. Use JavaScript to get DOM elements. Gets the value of the element. Perform the required actions.

How to verify bootstrap date How to verify bootstrap date Apr 07, 2025 pm 03:06 PM

To verify dates in Bootstrap, follow these steps: Introduce the required scripts and styles; initialize the date selector component; set the data-bv-date attribute to enable verification; configure verification rules (such as date formats, error messages, etc.); integrate the Bootstrap verification framework and automatically verify date input when form is submitted.

How to set up the framework for bootstrap How to set up the framework for bootstrap Apr 07, 2025 pm 03:27 PM

To set up the Bootstrap framework, you need to follow these steps: 1. Reference the Bootstrap file via CDN; 2. Download and host the file on your own server; 3. Include the Bootstrap file in HTML; 4. Compile Sass/Less as needed; 5. Import a custom file (optional). Once setup is complete, you can use Bootstrap's grid systems, components, and styles to create responsive websites and applications.

How to use bootstrap button How to use bootstrap button Apr 07, 2025 pm 03:09 PM

How to use the Bootstrap button? Introduce Bootstrap CSS to create button elements and add Bootstrap button class to add button text

See all articles