Table of Contents
Multi-language+Multi-modal
Adhere to open source Falcon
Home Technology peripherals AI Falcon returns after a year! 11 billion parameters and 5.5 trillion tokens, performance surpassing Llama 3

Falcon returns after a year! 11 billion parameters and 5.5 trillion tokens, performance surpassing Llama 3

Jun 09, 2024 pm 05:25 PM
ai data

In the past few days, the world’s attention seems to have been attracted by the GPT-4o released by OpenAI. At the same time, OpenAI’s challengers are also making history simultaneously.

On May 14, the Technology Innovation Institute (TII) under the Abu Dhabi Advanced Technology Research Council (ATRC) released a new generation of Falcon 2 model.

时隔一年Falcon回归!110亿参数5.5万亿token,性能超越Llama 3

Falcon 2 11B has opened access, Falcon 2 11B VLM will be open at 12 noon on May 14th

时隔一年Falcon回归!110亿参数5.5万亿token,性能超越Llama 3

The new generation of "Falcon" (Falcon means falcon) returns to the arena. Once launched, it quickly topped the HN hot list.

时隔一年Falcon回归!110亿参数5.5万亿token,性能超越Llama 3

Last year, Falcon shocked everyone with its debut technology, surpassing Llama with a crushing advantage.

According to the Hugging Face rankings, the performance of the Falcon 2 11B launched this time once again surpassed the Llama 3 8B and was equivalent to the leading Gemma 7B, with an average score difference of only 0.01.

时隔一年Falcon回归!110亿参数5.5万亿token,性能超越Llama 3

Falcon 2 includes two versions: Falcon 2 11B and Falcon 2 11B VLM.

The former is a large language model trained on 5.5 trillion tokens, and the latter is a "visual to language" model developed on this basis.

As an open source large language model, Falcon 2 not only has multi-language capabilities, but also supports multi-modality and can seamlessly convert visual input into text output. This function is A first in today's large model market.

时隔一年Falcon回归!110亿参数5.5万亿token,性能超越Llama 3

You only need to upload a picture in the user interface and enter a prompt to get a text description about the picture

Multi-language+Multi-modal

Falcon 2 11B is multi-language capable and can quickly respond to tasks in English, French, Spanish, German, Portuguese and various other languages.

Falcon 2 11B VLM As a visual language model, it can recognize and interpret various visual information from the environment, so it has a wide range of applications in medical, financial, e-commerce, education and legal fields. Application scenarios.

For example, it is used for tasks such as document management and contextual indexing, and its "visual to language" function is also expected to help the visually impaired in the future.

In addition, Falcon 2 requires only one GPU to run efficiently and can be easily deployed on a laptop.

In order to speed up the commercialization process of Falcon, in November last year, ATRC established a new company-AI71

Based on the Falcon model , AI71 has already entered the UAE's education, medical, legal and other fields, and plans to expand beyond the UAE soon. This upgrade of Falcon provides strong support for its commercialization process.

Adhere to open source Falcon

The artificial intelligence models released by TII have always been among the best in the world. The newly launched Falcon 2 11B model has once again stabilized TII's position .

More importantly, both model versions of this update have been open source, and developers around the world can use them without restrictions and develop and build on them. deploy. The excellent performance demonstrated by the model means that TII is expected to compete with Meta for the dominance of the open source universe.

Faisal Al Bannai, Secretary General of the Abu Dhabi Advanced Technology Research Council (ATRC), promised to continue to promote open source innovation and help developers around the world realize their AI journey.

时隔一年Falcon回归!110亿参数5.5万亿token,性能超越Llama 3

TII principal researcher Dr. Hakim Hacid also said, “Developers are realizing the countless benefits of smaller, more efficient models... This is the next emerging big trend. In addition, Falcon 2’s visual The translanguage capability opens up new prospects for the ease of use of artificial intelligence, providing users with a revolutionary way to interact from images to text."

TII also revealed that it is in the process of brewing. Next-generation Falcon 2 models, due to be launched soon, will have their performance further enhanced through Mix of Experts (MoE) technology.

The battle between open source and closed source is undecided. But in any case, TII has become a strong force in the field of AGI. Behind this is the top-down joint efforts of the UAE. They are fully promoting the development of artificial intelligence and regard this technology as the next economic pillar after oil.

Falcon does not just exist as a "serious participant", but a "falcon" flying with great ambition.

The above is the detailed content of Falcon returns after a year! 11 billion parameters and 5.5 trillion tokens, performance surpassing Llama 3. 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

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.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

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)

How to change the size of a Bootstrap list? How to change the size of a Bootstrap list? Apr 07, 2025 am 10:45 AM

The size of a Bootstrap list depends on the size of the container that contains the list, not the list itself. Using Bootstrap's grid system or Flexbox can control the size of the container, thereby indirectly resizing the list items.

How to implement nesting of Bootstrap lists? How to implement nesting of Bootstrap lists? Apr 07, 2025 am 10:27 AM

Nested lists in Bootstrap require the use of Bootstrap's grid system to control the style. First, use the outer layer <ul> and <li> to create a list, then wrap the inner layer list in <div class="row> and add <div class="col-md-6"> to the inner layer list to specify that the inner layer list occupies half the width of a row. In this way, the inner list can have the right one

How to add icons to Bootstrap list? How to add icons to Bootstrap list? Apr 07, 2025 am 10:42 AM

How to add icons to the Bootstrap list: directly stuff the icon into the list item <li>, using the class name provided by the icon library (such as Font Awesome). Use the Bootstrap class to align icons and text (for example, d-flex, justify-content-between, align-items-center). Use the Bootstrap tag component (badge) to display numbers or status. Adjust the icon position (flex-direction: row-reverse;), control the style (CSS style). Common error: The icon does not display (not

What method is used to convert strings into objects in Vue.js? What method is used to convert strings into objects in Vue.js? Apr 07, 2025 pm 09:39 PM

When converting strings to objects in Vue.js, JSON.parse() is preferred for standard JSON strings. For non-standard JSON strings, the string can be processed by using regular expressions and reduce methods according to the format or decoded URL-encoded. Select the appropriate method according to the string format and pay attention to security and encoding issues to avoid bugs.

How to view Bootstrap's grid system How to view Bootstrap's grid system Apr 07, 2025 am 09:48 AM

Bootstrap's mesh system is a rule for quickly building responsive layouts, consisting of three main classes: container (container), row (row), and col (column). By default, 12-column grids are provided, and the width of each column can be adjusted through auxiliary classes such as col-md-, thereby achieving layout optimization for different screen sizes. By using offset classes and nested meshes, layout flexibility can be extended. When using a grid system, make sure that each element has the correct nesting structure and consider performance optimization to improve page loading speed. Only by in-depth understanding and practice can we master the Bootstrap grid system proficiently.

What changes have been made with the list style of Bootstrap 5? What changes have been made with the list style of Bootstrap 5? Apr 07, 2025 am 11:09 AM

Bootstrap 5 list style changes are mainly due to detail optimization and semantic improvement, including: the default margins of unordered lists are simplified, and the visual effects are cleaner and neat; the list style emphasizes semantics, enhancing accessibility and maintainability.

How to view Bootstrap's responsive design How to view Bootstrap's responsive design Apr 07, 2025 am 10:30 AM

Bootstrap responsive design automatically adjusts the display effect of pages on different screen sizes through CSS media query. It predefined a series of breakpoints under different screen sizes, and dynamically applied different styles according to the screen width to achieve page adaptation.

How to register components exported by export default in Vue How to register components exported by export default in Vue Apr 07, 2025 pm 06:24 PM

Question: How to register a Vue component exported through export default? Answer: There are three registration methods: Global registration: Use the Vue.component() method to register as a global component. Local Registration: Register in the components option, available only in the current component and its subcomponents. Dynamic registration: Use the Vue.component() method to register after the component is loaded.

See all articles