fix: README fine-tuning links

#10
by Tomas245 - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -442,7 +442,7 @@ In the interactive session, paste an image path or URL directly to chat with the
442
  </details>
443
 
444
  <details>
445
- <summary><b>LLaMA-Factory</b> (Fine-tuning) — <a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/finetune/llamafactory_minicpmv46.md">Full Guide</a></summary>
446
 
447
  ```bash
448
  llamafactory-cli train examples/train_lora/minicpmv4_6_lora_sft.yaml
@@ -451,7 +451,7 @@ llamafactory-cli train examples/train_lora/minicpmv4_6_lora_sft.yaml
451
  </details>
452
 
453
  <details>
454
- <summary><b>ms-swift</b> (Fine-tuning) — <a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/finetune/swift_minicpmv46.md">Full Guide</a></summary>
455
 
456
  ```bash
457
  swift sft --model_type minicpm-v-4_6 --dataset <your-dataset>
 
442
  </details>
443
 
444
  <details>
445
+ <summary><b>LLaMA-Factory</b> (Fine-tuning) — <a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/finetune/llamafactory/llamafactory_minicpmv46.md">Full Guide</a></summary>
446
 
447
  ```bash
448
  llamafactory-cli train examples/train_lora/minicpmv4_6_lora_sft.yaml
 
451
  </details>
452
 
453
  <details>
454
+ <summary><b>ms-swift</b> (Fine-tuning) — <a href="https://github.com/OpenSQZ/MiniCPM-V-CookBook/blob/main/finetune/swift/swift_minicpmv46.md">Full Guide</a></summary>
455
 
456
  ```bash
457
  swift sft --model_type minicpm-v-4_6 --dataset <your-dataset>