guanwenyu1995 commited on
Commit
309e7bb
·
verified ·
1 Parent(s): b7d219e

Update example naming from BitCPM4 to BitCPM

Browse files
Files changed (1) hide show
  1. example/README.md +5 -5
example/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # BitCPM4 Training Example
2
 
3
- This project provides scripts for continue pretraining (CPT) and supervised fine-tuning (SFT) of **BitCPM4-CANN-1B-unquantized**.
4
 
5
  ## File Description
6
 
@@ -47,7 +47,7 @@ The test dataset used is [C4-Pro](https://huggingface.co/datasets/gair-prox/c4-p
47
  Modify the path configuration in `run.sh`:
48
 
49
  ```bash
50
- MODEL_PATH="/path/to/BitCPM4-CANN-1B-unquantized/"
51
  DATA_PATH="/path/to/c4-pro/data/your_file.parquet"
52
  ```
53
 
@@ -68,7 +68,7 @@ The test dataset used is [UltraChat 200k](https://huggingface.co/datasets/Huggin
68
  Modify the path configuration in `run_sft.sh`:
69
 
70
  ```bash
71
- MODEL_PATH="/path/to/BitCPM4-CANN-1B-unquantized/"
72
  DATA_PATH="/path/to/ultrachat_200k/data/your_file.parquet"
73
  ```
74
 
@@ -100,4 +100,4 @@ Training log CSV files (corresponding to the loss curves above):
100
 
101
  ---
102
 
103
- These scripts provide a convenient, ready-to-use toolkit for QAT-aware continued pre-training and fine-tuning of BitCPM4-CANN models, so you can quickly adapt the model to your own data and tasks while preserving ternary quantization constraints.
 
1
+ # BitCPM Training Example
2
 
3
+ This project provides scripts for continue pretraining (CPT) and supervised fine-tuning (SFT) of **BitCPM-CANN-1B-unquantized**.
4
 
5
  ## File Description
6
 
 
47
  Modify the path configuration in `run.sh`:
48
 
49
  ```bash
50
+ MODEL_PATH="/path/to/BitCPM-CANN-1B-unquantized/"
51
  DATA_PATH="/path/to/c4-pro/data/your_file.parquet"
52
  ```
53
 
 
68
  Modify the path configuration in `run_sft.sh`:
69
 
70
  ```bash
71
+ MODEL_PATH="/path/to/BitCPM-CANN-1B-unquantized/"
72
  DATA_PATH="/path/to/ultrachat_200k/data/your_file.parquet"
73
  ```
74
 
 
100
 
101
  ---
102
 
103
+ These scripts provide a convenient, ready-to-use toolkit for QAT-aware continued pre-training and fine-tuning of BitCPM-CANN models, so you can quickly adapt the model to your own data and tasks while preserving ternary quantization constraints.