jch 1 week ago
parent
commit
4be9b09c84
2 changed files with 7 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 6 1
      README.md

+ 1 - 0
.gitignore

@@ -2,3 +2,4 @@ data/
 image/
 **/__pycache__
 .idea/
+.DS_Store

+ 6 - 1
README.md

@@ -1,4 +1,4 @@
-# 1. finetune性别大模型(昵称&头像)<br>
+# 1. finetune性别大模型(昵称&头像)
 ## 1.1 下载随机数据
 - python src/preprocess/download_user_info.py --num 4000 --output_file data/user_info.csv
 
@@ -17,3 +17,8 @@
 
 ## 1.6 生成样本数据
 - python src/preprocess/generate_qw2_5_lora_sft_data.py --input_file data/user_info_format.csv --train_file data/train_sft.csv --test_file data/test_sft.csv --test_rate 0.5
+
+## 1.7 finetune
+- [qwen2_5vl_lora_sft](https://github.com/hiyouga/LLaMA-Factory/blob/main/examples/README_zh.md#%E5%A4%9A%E6%A8%A1%E6%80%81%E6%8C%87%E4%BB%A4%E7%9B%91%E7%9D%A3%E5%BE%AE%E8%B0%83)
+- [qwen2_5vl_lora_dpo](https://github.com/hiyouga/LLaMA-Factory/blob/main/examples/README_zh.md#%E5%A4%9A%E6%A8%A1%E6%80%81-dpoorposimpo-%E8%AE%AD%E7%BB%83)
+- [qwen2_5vl_full_sft](https://github.com/hiyouga/LLaMA-Factory/blob/main/examples/README_zh.md#%E5%A4%9A%E6%A8%A1%E6%80%81%E6%8C%87%E4%BB%A4%E7%9B%91%E7%9D%A3%E5%BE%AE%E8%B0%83-1)