guanwenyu1995 commited on
Commit
4b48d66
·
verified ·
1 Parent(s): c5f8654

Upload README.md with huggingface_hub

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 [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
 
 
47
 
48
  #### Supported Fine-tuning Frameworks
49
 
50
+ - **DeepSpeed** (recommended): See [example](https://huggingface.co/openbmb/BitCPM4-CANN-0.5B-unquantized/tree/main/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