Skip to content

Commit

Permalink
docs: Cookbook for self-instruct (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendong-Fan authored Jan 15, 2025
1 parent 96c83d2 commit 1b5fc20
Show file tree
Hide file tree
Showing 11 changed files with 1,017 additions and 1,088 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ Practical guides and tutorials for implementing specific functionalities in CAME
### Model Training & Data Generation
| Cookbook | Description |
|:---|:---|
| **[Data Generation with CAMEL and Finetuning with Unsloth](https://docs.camel-ai.org/cookbooks/model_training/sft_data_generation_and_unsloth_finetuning_Qwen2_5_7B.html)** | Learn how to generate data with CAMEL and fine-tune models effectively with Unsloth. |
| **[Data Gen with Real Function Calls and Hermes Format](https://docs.camel-ai.org/cookbooks/model_training/data_gen_with_real_function_calls_and_hermes_format.html)** | Explore how to generate data with real function calls and the Hermes format. |
| **[CoT Data Generation and Upload Data to Huggingface](https://docs.camel-ai.org/cookbooks/model_training/cot_data_gen_upload_to_huggingface.html)** | Uncover how to generate CoT data with CAMEL and seamlessly upload it to Huggingface. |
| **[CoT Data Generation and SFT Qwen with Unsolth](https://docs.camel-ai.org/cookbooks/model_training/cot_data_gen_sft_qwen_unsolth_upload_huggingface.html)** | Discover how to generate CoT data using CAMEL and SFT Qwen with Unsolth, and seamlessly upload your data and model to Huggingface. |
| **[Data Generation with CAMEL and Finetuning with Unsloth](https://docs.camel-ai.org/cookbooks/data_generation/sft_data_generation_and_unsloth_finetuning_Qwen2_5_7B.html)** | Learn how to generate data with CAMEL and fine-tune models effectively with Unsloth. |
| **[Data Gen with Real Function Calls and Hermes Format](https://docs.camel-ai.org/cookbooks/data_generation/data_gen_with_real_function_calls_and_hermes_format.html)** | Explore how to generate data with real function calls and the Hermes format. |
| **[Self-instruct Data Generation](https://docs.camel-ai.org/cookbooks/data_generation/self_instruct_data_generation.html)** | Explore comprehensive guidelines and best practices for generating self-instructional data, enabling robust model training and improved performance. |
| **[CoT Data Generation and SFT Qwen with Unsolth](https://docs.camel-ai.org/cookbooks/data_generation/cot_data_gen_sft_qwen_unsolth_upload_huggingface.html)** | Discover how to generate CoT data using CAMEL and SFT Qwen with Unsolth, and seamlessly upload your data and model to Huggingface. |
### Multi-Agent Systems & Applications
| Cookbook | Description |
Expand Down
2 changes: 1 addition & 1 deletion docs/cookbooks/applications/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="prev-next-nav">
<a class="left-nav" href="../basic_concepts/index.html">← Basic Concepts</a>
<a class="right-nav" href="../model_training/index.html">Model Training →</a>
<a class="right-nav" href="../data_generation/index.html">Model Training →</a>
</div>

Applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Model Training and Fine-tuning
sft_data_generation_and_unsloth_finetuning_Qwen2_5_7B
sft_data_generation_and_unsloth_finetuning_tinyllama
data_gen_with_real_function_calls_and_hermes_format
cot_data_gen_upload_to_huggingface
self_instruct_data_generation
cot_data_gen_sft_qwen_unsolth_upload_huggingface
1,010 changes: 1,010 additions & 0 deletions docs/cookbooks/data_generation/self_instruct_data_generation.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 1b5fc20

Please sign in to comment.