Using ChatGPT and Midjourney to Create Popular Xiaohongshu Posts

Using ChatGPT and Midjourney to Create Popular Xiaohongshu Posts

Today, I will teach you how to use ChatGPT and Midjourney to generate 30 trending Xiaohongshu posts in just 5 minutes. 1. Project Overview The core of this project is to operate a cat-themed account on Xiaohongshu, quickly attracting a large number of followers by generating content using AI tools. A few months ago, an … Read more

Educational Applications of Large Language Models: Principles, Status, and Challenges

Educational Applications of Large Language Models: Principles, Status, and Challenges

Abstract: Large Language Models (LLMs) are natural language processing technologies used to describe vast amounts of text through vector representations and generative probabilities. Recently, with the emergence of representative products like ChatGPT, which has garnered widespread attention in the education sector due to its excellent capabilities in generation, comprehension, logical reasoning, and dialogue, research on … Read more

From BERT to ChatGPT: A Comprehensive Review of Pretrained Foundation Models

From BERT to ChatGPT: A Comprehensive Review of Pretrained Foundation Models

MLNLP community is a well-known machine learning and natural language processing community at home and abroad, covering NLP master’s and doctoral students, university teachers, and corporate researchers. The vision of the community is to promote communication and progress between the academic and industrial communities of natural language processing and machine learning, especially for the progress … Read more

A 20K Prompt: The Ultimate Prompt for Generating Prompts

A 20K Prompt: The Ultimate Prompt for Generating Prompts

It is said that this prompt sold for 20K in a single transaction. The value of this prompt lies in its ability to help you generate prompts, and it will automatically match you with expert roles (you need to provide background information). By utilizing the prompts generated by ChatGPT for content creation, the results will … Read more

Introduction to ChatGPT Principles and Concepts

Introduction to ChatGPT Principles and Concepts

This article introduces four technologies in the ChatGPT model: prompt tuning, instruct tuning, in-context learning, and chain-of-thoughts. By applying these technologies, ChatGPT can interact more intelligently with humans, not only performing natural language understanding and generation but also optimizing and training for specific tasks, thereby achieving a more intelligent and personalized conversational experience. Prompt Tuning … Read more

Principles of Prompt Engineering

Principles of Prompt Engineering

Nowadays, using large models with provided interfaces, prompts have become indispensable. They can generate document templates based on specified formats; generate summaries with different focuses; check written documents for typos and grammatical issues; help us read long texts and extract the content we care about; and even when automatically answering customer questions, prompts can guide … Read more

How to Train Your ChatGPT

How to Train Your ChatGPT

Language models represented by ChatGPT have been popular for some time. People have shifted from “how to use” to “how to make it more useful”. In June, OpenAI’s ChatGPT saw a global traffic decline of 10%, marking the first drop in traffic since its launch, indicating that many people may not have integrated it into … Read more

Core Techniques for Effective ChatGPT Prompts

Core Techniques for Effective ChatGPT Prompts

With the popularity of ChatGPT, more and more people are integrating it into their daily work, study, and life. Some use it for work reports, content creation, personal brand incubation, programming development, etc. Initially, everyone found this question-and-answer dialogue interesting; as long as you dare to ask, it can answer you. However, after using it … Read more

How to Write Prompts for Large Language Models in Mathematical Modeling Competitions

How to Write Prompts for Large Language Models in Mathematical Modeling Competitions

In large language models, a “prompt” refers to the input text provided to the model to instruct or guide it to produce specific outputs. Its main function is to inform the model about what kind of information the user wants to obtain or what kind of task they want to complete. For example, when using … Read more

Build a Personalized Chatbot: Set Up Your Private ChatGPT with Ollama and Open WebUI!

Build a Personalized Chatbot: Set Up Your Private ChatGPT with Ollama and Open WebUI!

1. Introduction Ollama Official Website: https://github.com/ollama/ollama Ollama is an open-source platform for artificial intelligence (AI) and machine learning (ML) tools, specifically designed to simplify the deployment and usage process of large language models (LLMs). Users can conveniently run various large language models locally, such as Llama 2 and other open-source models, using Ollama. The main … Read more