> For the complete documentation index, see [llms.txt](https://docs.easy-dataset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy-dataset.com/bo-ke/she-qu-jiao-cheng.md).

# 社区教程

### LLaMA Factory 微调教程：如何构建高质量数据集？

{% embed url="<https://www.youtube.com/watch?ab_channel=code%E7%A7%98%E5%AF%86%E8%8A%B1%E5%9B%AD&t=2s&v=wTW0NccRXtI>" %}

### Easy Dataset 近期重点更新解读

{% embed url="<https://www.youtube.com/watch?ab_channel=code%E7%A7%98%E5%AF%86%E8%8A%B1%E5%9B%AD&t=9s&v=IVulnXX3SvY>" %}

### 想微调特定领域的大模型，数据集要怎么搞？

{% embed url="<https://www.youtube.com/watch?v=C7euxRVw3JQ>" %}

### 如何将领域文献转成可供模型微调的数据集？

{% embed url="<https://www.youtube.com/watch?v=usYzmXLvXXc>" %}

### Easy Dataset × LLaMA Factory: 让大模型高效学习领域知识

{% embed url="<https://buaa-act.feishu.cn/wiki/KY9xwTGs1iqHrRkjXBwcZP9WnL9>" %}

### Easy Dataset 1.6.0 更新介绍及数据集实战教程

{% embed url="<https://www.youtube.com/watch?v=BZDXu9yGxJg>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.easy-dataset.com/bo-ke/she-qu-jiao-cheng.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
