search
HomeTechnology peripheralsAITongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Before the Spring Festival, version 1.5 of Tongyi Qianwen Model (Qwen) is online. This morning, news of the new version sparked concern in the AI ​​community.

The new version of the large model includes six model sizes: 0.5B, 1.8B, 4B, 7B, 14B and 72B. Among them, the performance of the strongest version surpasses GPT 3.5 and Mistral-Medium. This version includes Base model and Chat model, and provides multi-language support.

The Alibaba Tongyi Qianwen team stated that the relevant technology has also been launched on the Tongyi Qianwen official website and Tongyi Qianwen App.

In addition, today’s release of Qwen 1.5 also has the following highlights:

  • Supports 32K context length;
  • Opened the checkpoint of the Base Chat model;
  • Can be run locally with Transformers;
  • Released at the same time GPTQ Int-4/Int8, AWQ and GGUF weights.

By using more advanced large-scale models as judges, the Tongyi Qianwen team performed on Qwen1.5 on two widely used benchmarks, MT-Bench and Alpaca-Eval. made a preliminary assessment. The evaluation results are as follows:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

##Although the Qwen1.5-72B-Chat model lags behind GPT-4-Turbo, it performs better in MT-Bench and In tests on Alpaca-Eval v2, it showed impressive performance. In fact, Qwen1.5-72B-Chat surpasses Claude-2.1, GPT-3.5-Turbo-0613, Mixtral-8x7b-instruct and TULU 2 DPO 70B in performance, and is comparable to the Mistral Medium model that has attracted much attention recently. Comparable. This shows that the Qwen1.5-72B-Chat model has considerable strength in natural language processing.

Tongyi Qianwen team pointed out that although the score of the large model may be related to the length of the answer, human observations show that Qwen1.5 does not suffer from excessively long answers. Impact rating. According to AlpacaEval 2.0 data, the average length of Qwen1.5-Chat is 1618, which is the same length as GPT-4 and shorter than GPT-4-Turbo.

The developers of Tongyi Qianwen said that in recent months, they have been committed to building an excellent model and continuously improving the developer experience.

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Compared with previous versions, this update focuses on improving the alignment of the Chat model with human preferences, and significantly enhances the model's multi-language processing power. In terms of sequence length, all scale models have implemented context length range support of 32768 tokens. At the same time, the quality of the pre-trained Base model has also been keyly optimized, which is expected to provide people with a better experience during the fine-tuning process.

Basic capabilities

Regarding the evaluation of the basic capabilities of the model, the Tongyi Qianwen team conducted MMLU (5-shot), C-Eval, Qwen1.5 was evaluated on benchmark data sets such as Humaneval, GS8K, and BBH.

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Under different model sizes, Qwen1.5 showed strong performance in the evaluation benchmarks, and the 72B version performed well in all benchmarks. Beyond Llama2-70B, it demonstrated its capabilities in language understanding, reasoning, and mathematics.

In recent times, the construction of small models has been one of the hot spots in the industry. The Tongyi Qianwen team has compared the Qwen1.5 model with model parameters less than 7 billion with important small models in the community. Comparison:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Qwen1.5 is highly competitive with industry-leading small models in the parameter size range below 7 billion force.

Multi-language capabilities

The Tongyi Qianwen team evaluated the Base model on 12 different languages ​​from Europe, East Asia, and Southeast Asia multilingual capabilities. From the public data set of the open source community, Alibaba researchers constructed the evaluation set shown in the following table, covering four different dimensions: examination, comprehension, translation, and mathematics. The table below provides details for each test set, including its evaluation configuration, evaluation metrics, and the specific languages ​​involved.

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

The detailed results are as follows:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

The above results show that the Qwen1.5 Base model performs well in multilingual capabilities in 12 different languages, and shows good performance in the evaluation of various dimensions such as subject knowledge, language understanding, translation, and mathematics. result. Furthermore, with regard to the multilingual capabilities of the Chat model, the following results can be observed:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Long sequence

As the demand for long sequence understanding continues to increase, Alibaba has improved the corresponding capabilities of the Qianwen model in the new version. The full series of Qwen1.5 models support the context of 32K tokens. The Tongyi Qianwen team evaluated the performance of the Qwen1.5 model on the L-Eval benchmark, which measures a model's ability to generate responses based on long context. The results are as follows:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

From the results, even a small-scale model like Qwen1.5-7B-Chat can show the same performance as GPT -3.5 Comparable performance, while the largest model, Qwen1.5-72B-Chat, is only slightly behind GPT4-32k.

It is worth mentioning that the above results only show the effect of Qwen 1.5 under the length of 32K tokens, and it does not mean that the model can only support a maximum length of 32K. Developers can try to modify max_position_embedding in config.json to a larger value to observe whether the model can achieve satisfactory results in longer context understanding scenarios.

Linking external systems

Nowadays, one of the charms of general language models lies in their potential ability to interface with external systems. As a rapidly emerging task in the community, RAG effectively addresses some of the typical challenges faced by large language models, such as hallucinations and the inability to obtain real-time updates or private data. In addition, language models demonstrate powerful capabilities in using APIs and writing code based on instructions and examples. Large models can use code interpreters or act as AI agents to achieve broader value.

The Tongyi Qianwen team evaluated the end-to-end effect of the Qwen1.5 series Chat model on the RAG task. The evaluation is based on the RGB test set, which is a set used for Chinese and English RAG evaluation:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Then, pass The Yiqianwen team evaluated Qwen1.5's ability to run as a general-purpose agent in the T-Eval benchmark. All Qwen1.5 models are not optimized specifically for the benchmark:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

##In order to test the tool calling ability, Ali Use your own open source evaluation benchmark to test the model's ability to correctly select and call tools. The results are as follows:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

Finally, since the Python code interpreter has become an advanced LLM is an increasingly powerful tool. The Tongyi Qianwen team also evaluated the new model's ability to utilize this tool based on previous open source evaluation benchmarks:

Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5

The results show that the larger Qwen1.5-Chat model generally outperforms the smaller model, with Qwen1.5-72B-Chat approaching GPT-4 tool performance. However, in code interpreter tasks such as mathematical problem solving and visualization, even the largest Qwen1.5-72B-Chat model lags significantly behind GPT-4 in terms of coding ability. Ali stated that it will improve the coding capabilities of all Qwen models during the pre-training and alignment process in future versions.

Qwen1.5 is integrated with the HuggingFace transformers code base. Starting from version 4.37.0, developers can directly use the transformers library native code without loading any custom code (specifying the trust_remote_code option) to use Qwen1.5.

In the open source ecosystem, Alibaba has cooperated with vLLM, SGLang (for deployment), AutoAWQ, AutoGPTQ (for quantification), Axolotl, LLaMA-Factory (for fine-tuning) and llama.cpp (for local LLM inference) and other frameworks, all of which now support Qwen1.5. The Qwen1.5 series is also currently available on platforms such as Ollama and LMStudio.

The above is the detailed content of Tongyi Qianwen is open source again, Qwen1.5 brings six volume models, and its performance exceeds GPT3.5. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
You Must Build Workplace AI Behind A Veil Of IgnoranceYou Must Build Workplace AI Behind A Veil Of IgnoranceApr 29, 2025 am 11:15 AM

In John Rawls' seminal 1971 book The Theory of Justice, he proposed a thought experiment that we should take as the core of today's AI design and use decision-making: the veil of ignorance. This philosophy provides a simple tool for understanding equity and also provides a blueprint for leaders to use this understanding to design and implement AI equitably. Imagine that you are making rules for a new society. But there is a premise: you don’t know in advance what role you will play in this society. You may end up being rich or poor, healthy or disabled, belonging to a majority or marginal minority. Operating under this "veil of ignorance" prevents rule makers from making decisions that benefit themselves. On the contrary, people will be more motivated to formulate public

Decisions, Decisions… Next Steps For Practical Applied AIDecisions, Decisions… Next Steps For Practical Applied AIApr 29, 2025 am 11:14 AM

Numerous companies specialize in robotic process automation (RPA), offering bots to automate repetitive tasks—UiPath, Automation Anywhere, Blue Prism, and others. Meanwhile, process mining, orchestration, and intelligent document processing speciali

The Agents Are Coming – More On What We Will Do Next To AI PartnersThe Agents Are Coming – More On What We Will Do Next To AI PartnersApr 29, 2025 am 11:13 AM

The future of AI is moving beyond simple word prediction and conversational simulation; AI agents are emerging, capable of independent action and task completion. This shift is already evident in tools like Anthropic's Claude. AI Agents: Research a

Why Empathy Is More Important Than Control For Leaders In An AI-Driven FutureWhy Empathy Is More Important Than Control For Leaders In An AI-Driven FutureApr 29, 2025 am 11:12 AM

Rapid technological advancements necessitate a forward-looking perspective on the future of work. What happens when AI transcends mere productivity enhancement and begins shaping our societal structures? Topher McDougal's upcoming book, Gaia Wakes:

AI For Product Classification: Can Machines Master Tax Law?AI For Product Classification: Can Machines Master Tax Law?Apr 29, 2025 am 11:11 AM

Product classification, often involving complex codes like "HS 8471.30" from systems such as the Harmonized System (HS), is crucial for international trade and domestic sales. These codes ensure correct tax application, impacting every inv

Could Data Center Demand Spark A Climate Tech Rebound?Could Data Center Demand Spark A Climate Tech Rebound?Apr 29, 2025 am 11:10 AM

The future of energy consumption in data centers and climate technology investment This article explores the surge in energy consumption in AI-driven data centers and its impact on climate change, and analyzes innovative solutions and policy recommendations to address this challenge. Challenges of energy demand: Large and ultra-large-scale data centers consume huge power, comparable to the sum of hundreds of thousands of ordinary North American families, and emerging AI ultra-large-scale centers consume dozens of times more power than this. In the first eight months of 2024, Microsoft, Meta, Google and Amazon have invested approximately US$125 billion in the construction and operation of AI data centers (JP Morgan, 2024) (Table 1). Growing energy demand is both a challenge and an opportunity. According to Canary Media, the looming electricity

AI And Hollywood's Next Golden AgeAI And Hollywood's Next Golden AgeApr 29, 2025 am 11:09 AM

Generative AI is revolutionizing film and television production. Luma's Ray 2 model, as well as Runway's Gen-4, OpenAI's Sora, Google's Veo and other new models, are improving the quality of generated videos at an unprecedented speed. These models can easily create complex special effects and realistic scenes, even short video clips and camera-perceived motion effects have been achieved. While the manipulation and consistency of these tools still need to be improved, the speed of progress is amazing. Generative video is becoming an independent medium. Some models are good at animation production, while others are good at live-action images. It is worth noting that Adobe's Firefly and Moonvalley's Ma

Is ChatGPT Slowly Becoming AI's Biggest Yes-Man?Is ChatGPT Slowly Becoming AI's Biggest Yes-Man?Apr 29, 2025 am 11:08 AM

ChatGPT user experience declines: is it a model degradation or user expectations? Recently, a large number of ChatGPT paid users have complained about their performance degradation, which has attracted widespread attention. Users reported slower responses to models, shorter answers, lack of help, and even more hallucinations. Some users expressed dissatisfaction on social media, pointing out that ChatGPT has become “too flattering” and tends to verify user views rather than provide critical feedback. This not only affects the user experience, but also brings actual losses to corporate customers, such as reduced productivity and waste of computing resources. Evidence of performance degradation Many users have reported significant degradation in ChatGPT performance, especially in older models such as GPT-4 (which will soon be discontinued from service at the end of this month). this

See all articles

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

Video Face Swap

Video Face Swap

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

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool