How Effective Is Tongyi Qwen-7B? Firefly Fine-Tuning Practice Shows Great Results

How Effective Is Tongyi Qwen-7B? Firefly Fine-Tuning Practice Shows Great Results

01 Introduction On August 3, Alibaba Cloud released its first open-source large model: Tongyi Qwen-7B, which is open-source and commercially usable. Although everyone has been raised expectations with various hundred-billion parameter models, the fact that it is produced by Alibaba has attracted widespread attention and discussion among peers, and it has performed excellently on various … Read more

Qwen Technical Report Details Sharing

Qwen Technical Report Details Sharing

Introduction Alibaba open-sourced the Qwen-7B model a long time ago, but for some reason, it was taken down. Just yesterday, Alibaba re-open-sourced the Qwen-14B model (the original 7B model was also released), and simultaneously released the technical report on Qwen. Today, I would like to share this with everyone. PS: Now domestic open-source large models … Read more

Ollama: Run Local Large Language Models Effortlessly

Ollama: Run Local Large Language Models Effortlessly

Project Introduction Ollama is a project focused on the local deployment and running of large language models, such as Llama 2 and Mistral. This project is licensed under the MIT License and is primarily written in Go, while also integrating languages such as C, Shell, TypeScript, C++, and PowerShell. With over 33.5k stars and 2.2k … Read more

Getting Started with Meta Llama3-8B Using Ollama and OpenWebUI

Getting Started with Meta Llama3-8B Using Ollama and OpenWebUI

On April 18, 2024, Meta open-sourced the Llama 3 large models[1]. Although there are only 8B[2] and 70B[3] versions, the powerful capabilities demonstrated by Llama 3 have shocked the AI large model community. I personally tested the inference capabilities of the Llama3-70B version, which are very close to OpenAI’s GPT-4[4]. Moreover, a 400B super large … Read more

Customize Your Large Language Model with Ollama

Customize Your Large Language Model with Ollama

In the previous article, I shared how to run Google’s GemmaLLM locally using Ollama. If you haven’t seen that article, you can click the link below to review that content. Today, I’ll share how to customize your own LLM using the Modefile mechanism provided by Ollama, and I’ll demonstrate using Gemma7B again. Google’s open-source Gemma, … Read more

Ollama: Your Local Large Model Running Expert

Ollama: Your Local Large Model Running Expert

In 2023, the explosive development of LLMs has taken place. Closed-source large language models, represented by ChatGPT, have demonstrated astonishing capabilities. However, it is well known that when using closed-source large language models like ChatGPT, the data we communicate with AI is collected to train and improve the model. Therefore, when it comes to practical … Read more

Ollama: An Open Source Tool for Running Large Language Models Locally

Ollama: An Open Source Tool for Running Large Language Models Locally

In today’s rapidly advancing field of artificial intelligence, large language models (LLMs) have become crucial tools for transforming productivity. However, using online API services often comes with high costs and privacy concerns. If we could deploy and run open-source models locally, it would be an ideal solution. Today, we will introduce Ollama, a powerful open-source … Read more