wlhb commited on
Commit
421dfc6
·
verified ·
1 Parent(s): 377bb1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  代码:[colab code](https://colab.research.google.com/drive/1SksjvgRbfpxNQUtYdr2mKxn-OXKHuSov?usp=sharing)
2
- 数据集:[datasets](https://huggingface.co/wlhb/GptConversation)
3
 
4
  导出Chatgpt的历史聊天记录后使用origin2trainDatasets.py清洗为符合微调模型的数据集,并通过[unsloth](https://unsloth.ai/)进行微调训练
5
 
@@ -8,8 +8,7 @@
8
 
9
  效果评价待确定
10
 
11
-
12
- Code: [colab code](https://colab.research.google.com/drive/1SksjvgRbfpxNQUtYdr2mKxn-OXKHuSov?usp=sharing) Datasets: [datasets](https:// huggingface.co/wlhb/GptConversation)
13
- After exporting Chatgpt's historical chats use origin2trainDatasets.py to clean them into a dataset that fits the fine-tuning model and train them for fine-tuning via [unsloth](https://unsloth.ai/)
14
  Base model: unsloth/Meta-Llama-3.1-8B-bnb-4bit Training method: lora
15
  Effectiveness evaluation to be determined
 
1
  代码:[colab code](https://colab.research.google.com/drive/1SksjvgRbfpxNQUtYdr2mKxn-OXKHuSov?usp=sharing)
2
+ 数据集:导出chatgpt数据并使用 [脚本程序整理出可训练的规范数据](https://huggingface.co/wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt/blob/main/origin2trainDatasets.py)
3
 
4
  导出Chatgpt的历史聊天记录后使用origin2trainDatasets.py清洗为符合微调模型的数据集,并通过[unsloth](https://unsloth.ai/)进行微调训练
5
 
 
8
 
9
  效果评价待确定
10
 
11
+ Code: [colab code](https://colab.research.google.com/drive/1SksjvgRbfpxNQUtYdr2mKxn-OXKHuSov?usp=sharing) Dataset: export chatgpt data and use [script program to organize trainable canonical data](https://huggingface.co/wlhb/Llama-3.1-8B-bnb-4bit-Chtagpt/blob/main/origin2trainDatasets.py)
12
+ Export Chatgpt's history chats and use origin2trainDatasets.py to clean them into datasets that match the fine-tuned model and train them with [unsloth](https://unsloth.ai/) for fine-tuning.
 
13
  Base model: unsloth/Meta-Llama-3.1-8B-bnb-4bit Training method: lora
14
  Effectiveness evaluation to be determined