guanwenyu1995 commited on
Commit
385a63a
·
verified ·
1 Parent(s): bd0861d

Restore original model README.md (was overwritten by example README)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -47,7 +47,7 @@ This model is designed for fine-tuning with frameworks that support custom model
47
 
48
  #### Supported Fine-tuning Frameworks
49
 
50
- - **DeepSpeed** (recommended): See [example](./example)
51
  - **LLaMA Factory**: Supports custom model loading with `trust_remote_code=True`
52
  - **Other Frameworks**: Any framework that supports HuggingFace-compatible model loading with custom modeling code
53
 
 
47
 
48
  #### Supported Fine-tuning Frameworks
49
 
50
+ - **DeepSpeed** (recommended): See [MiniCPM Fine-tuning Guide](https://github.com/OpenBMB/MiniCPM/tree/main/finetune)
51
  - **LLaMA Factory**: Supports custom model loading with `trust_remote_code=True`
52
  - **Other Frameworks**: Any framework that supports HuggingFace-compatible model loading with custom modeling code
53